Uses of Class
org.apache.fop.complexscripts.fonts.GlyphProcessingState
Packages that use GlyphProcessingState
-
Uses of GlyphProcessingState in org.apache.fop.complexscripts.fonts
Subclasses of GlyphProcessingState in org.apache.fop.complexscripts.fontsModifier and TypeClassDescriptionclassTheGlyphPositioningStateimplements an state object used during glyph positioning processing.classTheGlyphSubstitutionStateimplements an state object used during glyph substitution processing.Methods in org.apache.fop.complexscripts.fonts that return GlyphProcessingStateModifier and TypeMethodDescriptionprotected GlyphProcessingStateGlyphProcessingState.reset(GlyphSequence gs, String script, String language, String feature, ScriptContextTester sct) Reset glyph processing state.Constructors in org.apache.fop.complexscripts.fonts with parameters of type GlyphProcessingStateModifierConstructorDescriptionprotectedConstruct 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.