Uses of Class
org.docx4j.fonts.fop.complexscripts.fonts.GlyphProcessingState
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.complexscripts.fonts |
-
Uses of GlyphProcessingState in org.docx4j.fonts.fop.complexscripts.fonts
Subclasses of GlyphProcessingState in org.docx4j.fonts.fop.complexscripts.fonts Modifier and Type Class Description classGlyphPositioningStateTheGlyphPositioningStateimplements an state object used during glyph positioning processing.classGlyphSubstitutionStateTheGlyphSubstitutionStateimplements an state object used during glyph substitution processing.Methods in org.docx4j.fonts.fop.complexscripts.fonts that return GlyphProcessingState Modifier and Type Method Description protected GlyphProcessingStateGlyphProcessingState. reset(GlyphSequence gs, java.lang.String script, java.lang.String language, java.lang.String feature, ScriptContextTester sct)Reset glyph processing state.Constructors in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphProcessingState 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.