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