Uses of Interface
com.itextpdf.svg.renderers.impl.ISvgTextNodeRenderer
-
Packages that use ISvgTextNodeRenderer Package Description com.itextpdf.svg.renderers.impl com.itextpdf.svg.utils -
-
Uses of ISvgTextNodeRenderer in com.itextpdf.svg.renderers.impl
Classes in com.itextpdf.svg.renderers.impl that implement ISvgTextNodeRenderer Modifier and Type Class Description class
TextLeafSvgNodeRenderer
ISvgNodeRenderer
implementation for drawing text to a canvas.class
TextSvgBranchRenderer
ISvgNodeRenderer
implementation for the <text> and <tspan> tag.class
TextSvgTSpanBranchRenderer
ISvgNodeRenderer
implementation for the <tspan> tag.Fields in com.itextpdf.svg.renderers.impl with type parameters of type ISvgTextNodeRenderer Modifier and Type Field Description private java.util.List<ISvgTextNodeRenderer>
TextSvgBranchRenderer. children
Methods in com.itextpdf.svg.renderers.impl that return types with arguments of type ISvgTextNodeRenderer Modifier and Type Method Description java.util.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 ISvgTextNodeRenderer Modifier and Type Method Description void
TextSvgBranchRenderer. addChild(ISvgTextNodeRenderer child)
Adds a child to the currentTextSvgBranchRenderer
renderer.Method parameters in com.itextpdf.svg.renderers.impl with type arguments of type ISvgTextNodeRenderer Modifier and Type Method Description private void
TextSvgBranchRenderer. collectChildren(java.util.List<ISvgTextNodeRenderer> children)
-
Uses of ISvgTextNodeRenderer in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils with parameters of type ISvgTextNodeRenderer Modifier and Type Method Description static 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.will be removed together withTextLeafSvgNodeRenderer.getTextContentLength(float, PdfFont)
-