Interface ISvgTextNodeRenderer
public interface ISvgTextNodeRenderer : ISvgNodeRenderer
- Inherited Members
Methods
ContainsAbsolutePositionChange()
bool ContainsAbsolutePositionChange()
Returns
ContainsRelativeMove()
bool ContainsRelativeMove()
Returns
GetAbsolutePositionChanges()
float[][] GetAbsolutePositionChanges()
Returns
- float[][]
GetRelativeTranslation()
float[] GetRelativeTranslation()
Returns
- float[]
GetTextContentLength(float, PdfFont)
float GetTextContentLength(float parentFontSize, PdfFont font)
Parameters
Returns
GetTextRectangle(SvgDrawContext, Point)
Return the bounding rectangle of the text element.
TextRectangle GetTextRectangle(SvgDrawContext context, Point basePoint)
Parameters
context
SvgDrawContextcurrent SvgDrawContext
basePoint
Pointend point of previous text element
Returns
- TextRectangle
created instance of TextRectangle