Uses of Class
org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable
Packages that use GlyphSubstitutionTable
Package
Description
Classes for font handling.
Classes for TrueType fonts.
-
Uses of GlyphSubstitutionTable in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts declared as GlyphSubstitutionTableModifier and TypeFieldDescriptionprivate GlyphSubstitutionTable
OTFAdvancedTypographicTableReader.gsub
Methods in org.apache.fop.complexscripts.fonts that return GlyphSubstitutionTableModifier and TypeMethodDescriptionprivate GlyphSubstitutionTable
OTFAdvancedTypographicTableReader.constructGSUB()
Construct the (internal representation of the) GSUB table based on previously parsed state.OTFAdvancedTypographicTableReader.getGSUB()
Returns the GSUB table or null if none present. -
Uses of GlyphSubstitutionTable in org.apache.fop.complexscripts.scripts
Methods in org.apache.fop.complexscripts.scripts with parameters of type GlyphSubstitutionTableModifier and TypeMethodDescriptionfinal GlyphSequence
ScriptProcessor.substitute
(GlyphSubstitutionTable gsub, GlyphSequence gs, String script, String language, Map<GlyphTable.LookupSpec, List<GlyphTable.LookupTable>> lookups) Perform substitution processing using a specific set of lookup tables. -
Uses of GlyphSubstitutionTable in org.apache.fop.fonts
Fields in org.apache.fop.fonts declared as GlyphSubstitutionTableMethods in org.apache.fop.fonts that return GlyphSubstitutionTableMethods in org.apache.fop.fonts with parameters of type GlyphSubstitutionTableModifier and TypeMethodDescriptionvoid
MultiByteFont.setGSUB
(GlyphSubstitutionTable gsub) Establishes the glyph substitution table. -
Uses of GlyphSubstitutionTable in org.apache.fop.fonts.truetype
Methods in org.apache.fop.fonts.truetype that return GlyphSubstitutionTableModifier and TypeMethodDescriptionOpenFont.getGSUB()
Returns the GSUB table or null if none present.