Uses of Class
org.apache.fop.complexscripts.fonts.GlyphSubstitutionState
Packages that use GlyphSubstitutionState
-
Uses of GlyphSubstitutionState in org.apache.fop.complexscripts.fonts
Methods in org.apache.fop.complexscripts.fonts that return GlyphSubstitutionStateModifier and TypeMethodDescriptionGlyphSubstitutionState.reset(GlyphSequence gs, String script, String language, String feature, ScriptContextTester sct) Reset glyph substitution state.Methods in org.apache.fop.complexscripts.fonts with parameters of type GlyphSubstitutionStateModifier and TypeMethodDescriptionbooleanGlyphSubstitution.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 final GlyphSequenceGlyphSubstitutionSubtable.substitute(GlyphSubstitutionState ss, GlyphSubstitutionSubtable[] sta, int sequenceIndex) Apply substitutions using specified state and subtable array.GlyphTable.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.apache.fop.complexscripts.fonts with parameters of type GlyphSubstitutionStateModifierConstructorDescriptionConstruct 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.