| Modifier and Type | Method and Description |
|---|---|
TextState |
TextRun.getTextState()
The TextState of this TextRun.
|
| 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
|
| Constructor and Description |
|---|
TextRun(java.lang.String text,
Font font,
GraphicState gstate,
TextState tstate,
Matrix matrix) |