public interface ISvgTextNodeRenderer extends ISvgNodeRenderer
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsAbsolutePositionChange() |
boolean |
containsRelativeMove() |
float[][] |
getAbsolutePositionChanges() |
float[] |
getRelativeTranslation() |
float |
getTextContentLength(float parentFontSize,
com.itextpdf.kernel.font.PdfFont font) |
TextRectangle |
getTextRectangle(SvgDrawContext context,
com.itextpdf.kernel.geom.Point basePoint)
Return the bounding rectangle of the text element.
|
createDeepCopy, draw, getAttribute, getAttributeMapCopy, getObjectBoundingBox, getParent, setAttribute, setAttributesAndStyles, setParentfloat getTextContentLength(float parentFontSize,
com.itextpdf.kernel.font.PdfFont font)
float[] getRelativeTranslation()
boolean containsRelativeMove()
boolean containsAbsolutePositionChange()
float[][] getAbsolutePositionChanges()
TextRectangle getTextRectangle(SvgDrawContext context, com.itextpdf.kernel.geom.Point basePoint)
context - current SvgDrawContextbasePoint - end point of previous text elementTextRectangleCopyright © 1998–2022 iText Group NV. All rights reserved.