| Package | Description |
|---|---|
| com.itextpdf.svg.renderers.impl | |
| com.itextpdf.svg.utils |
| Modifier and Type | Class and 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. |
| Modifier and Type | Method and Description |
|---|---|
List<ISvgTextNodeRenderer> |
TextSvgBranchRenderer.getChildren()
Retrieves a list of all children of the current
TextSvgBranchRenderer renderer. |
| Modifier and Type | Method and Description |
|---|---|
void |
TextSvgBranchRenderer.addChild(ISvgTextNodeRenderer child)
Adds a child to the current
TextSvgBranchRenderer renderer. |
| Modifier and Type | Method and 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 with
TextLeafSvgNodeRenderer.getTextContentLength(float, PdfFont) |
Copyright © 1998–2025 Apryse Group NV. All rights reserved.