Uses of Interface
com.itextpdf.svg.renderers.impl.ISvgTextNodeRenderer
Packages that use ISvgTextNodeRenderer
-
Uses of ISvgTextNodeRenderer in com.itextpdf.svg.renderers.impl
Classes in com.itextpdf.svg.renderers.impl that implement ISvgTextNodeRendererModifier and TypeClassDescriptionclass
ISvgNodeRenderer
implementation for drawing text to a canvas.class
ISvgNodeRenderer
implementation for theand tag. class
ISvgNodeRenderer
implementation for thetag. Methods in com.itextpdf.svg.renderers.impl that return types with arguments of type ISvgTextNodeRendererModifier and TypeMethodDescriptionfinal List<ISvgTextNodeRenderer>
TextSvgBranchRenderer.getChildren()
Retrieves a list of all children of the currentTextSvgBranchRenderer
renderer.Methods in com.itextpdf.svg.renderers.impl with parameters of type ISvgTextNodeRendererModifier and TypeMethodDescriptionfinal void
TextSvgBranchRenderer.addChild
(ISvgTextNodeRenderer child) Adds a child to the currentTextSvgBranchRenderer
renderer. -
Uses of ISvgTextNodeRenderer in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils with parameters of type ISvgTextNodeRendererModifier and TypeMethodDescriptionstatic void
SvgTextUtil.applyTextDecoration
(ISvgTextNodeRenderer renderer, boolean doFill, boolean doStroke, SvgDrawContext context) Processes text-decoration attribute which is shorthand for text-decoration-line and text-decoration-style.static float
SvgTextUtil.resolveFontSize
(ISvgTextNodeRenderer renderer, float parentFontSize) Deprecated.
TextLeafSvgNodeRenderer.getTextContentLength(float, PdfFont)