Package | Description |
---|---|
org.apache.fop.complexscripts.fonts |
Modifier and Type | Class | Description |
---|---|---|
class |
GlyphPositioningState |
The
GlyphPositioningState implements an state object used during glyph positioning
processing. |
class |
GlyphSubstitutionState |
The
GlyphSubstitutionState implements an state object used during glyph substitution
processing. |
Modifier and Type | Method | Description |
---|---|---|
protected GlyphProcessingState |
GlyphProcessingState.reset(GlyphSequence gs,
java.lang.String script,
java.lang.String language,
java.lang.String feature,
ScriptContextTester sct) |
Reset glyph processing state.
|
Constructor | Description |
---|---|
GlyphProcessingState(GlyphProcessingState s) |
Construct glyph processing state using an existing state object using shallow copy
except as follows: input glyph sequence is copied deep except for its characters array.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.