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 TypeClassDescriptionclassISvgNodeRendererimplementation for drawing text to a canvas.classISvgNodeRendererimplementation for the <text> and <tspan> tag.classISvgNodeRendererimplementation for the <tspan> tag.Fields in com.itextpdf.svg.renderers.impl with type parameters of type ISvgTextNodeRendererModifier and TypeFieldDescriptionprivate final List<ISvgTextNodeRenderer> TextSvgBranchRenderer.childrenMethods 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 currentTextSvgBranchRendererrenderer.Methods in com.itextpdf.svg.renderers.impl with parameters of type ISvgTextNodeRendererModifier and TypeMethodDescriptionfinal voidTextSvgBranchRenderer.addChild(ISvgTextNodeRenderer child) Adds a child to the currentTextSvgBranchRendererrenderer.Method parameters in com.itextpdf.svg.renderers.impl with type arguments of type ISvgTextNodeRendererModifier and TypeMethodDescriptionprivate voidTextSvgBranchRenderer.collectChildren(List<ISvgTextNodeRenderer> children) -
Uses of ISvgTextNodeRenderer in com.itextpdf.svg.utils
Methods in com.itextpdf.svg.utils with parameters of type ISvgTextNodeRendererModifier and TypeMethodDescriptionstatic voidSvgTextUtil.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 floatSvgTextUtil.resolveFontSize(ISvgTextNodeRenderer renderer, float parentFontSize) Deprecated.
TextLeafSvgNodeRenderer.getTextContentLength(float, PdfFont)