public final class SvgTextOutputMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
length |
static int |
USE_PLACED_GLYPHS
Text is rendered using curves.
|
static int |
USE_SVG_FONTS
SVG fonts are used to render text.
|
static int |
USE_TARGET_MACHINE_FONTS
Fonts installed on the target machine are used to render text.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String svgTextOutputModeName) |
static java.lang.String |
getName(int svgTextOutputMode) |
static int[] |
getValues() |
static java.lang.String |
toString(int svgTextOutputMode) |
public static final int USE_SVG_FONTS
public static final int USE_TARGET_MACHINE_FONTS
public static final int USE_PLACED_GLYPHS
public static final int length