| Modifier and Type | Method and Description |
|---|---|
static TextFlags |
TextFlags.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TextFlags[] |
TextFlags.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Text.addGlyphs(java.util.List<java.lang.Character> glyphIDs,
java.util.List<java.lang.Character> uniText,
Font font,
GraphicState gState,
TextState state,
Matrix matrix,
java.util.EnumSet<TextFlags> flags)
Adds Unicode text to a Text object
|
void |
Text.addGlyphs(java.util.List<java.lang.Character> glyphIDs,
java.util.List<java.lang.Character> uniText,
Font font,
GraphicState gState,
TextState state,
Matrix matrix,
java.util.EnumSet<TextFlags> flags,
int index)
Adds Unicode text to a Text object
|