Uses of Class
org.docx4j.fonts.fop.complexscripts.fonts.GlyphSubstitutionState
| Package | Description |
|---|---|
| org.docx4j.fonts.fop.complexscripts.fonts |
-
Uses of GlyphSubstitutionState in org.docx4j.fonts.fop.complexscripts.fonts
Methods in org.docx4j.fonts.fop.complexscripts.fonts that return GlyphSubstitutionState Modifier and Type Method Description GlyphSubstitutionStateGlyphSubstitutionState. reset(GlyphSequence gs, java.lang.String script, java.lang.String language, java.lang.String feature, ScriptContextTester sct)Reset glyph substitution state.Methods in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphSubstitutionState Modifier and Type Method Description booleanGlyphSubstitution. substitute(GlyphSubstitutionState ss)Perform glyph substitution at the current index, mutating the substitution state object as required.booleanGlyphSubstitutionSubtable. substitute(GlyphSubstitutionState ss)Perform glyph substitution at the current index, mutating the substitution state object as required.static GlyphSequenceGlyphSubstitutionSubtable. substitute(GlyphSubstitutionState ss, GlyphSubstitutionSubtable[] sta, int sequenceIndex)Apply substitutions using specified state and subtable array.GlyphSequenceGlyphTable.LookupTable. substitute(GlyphSubstitutionState ss, int sequenceIndex)Perform substitution processing on an existing glyph substitution state object using this lookup table's subtables.Constructors in org.docx4j.fonts.fop.complexscripts.fonts with parameters of type GlyphSubstitutionState Constructor Description GlyphSubstitutionState(GlyphSubstitutionState ss)Construct glyph substitution state using an existing state object using shallow copy except as follows: input glyph sequence is copied deep except for its characters array.