Uses of Class
org.apache.fop.complexscripts.fonts.GlyphSubstitutionTable
-
Packages that use GlyphSubstitutionTable Package Description org.apache.fop.complexscripts.fonts org.apache.fop.complexscripts.scripts org.apache.fop.fonts Classes for font handling.org.apache.fop.fonts.truetype Classes for TrueType fonts. -
-
Uses of GlyphSubstitutionTable in org.apache.fop.complexscripts.fonts
Fields in org.apache.fop.complexscripts.fonts declared as GlyphSubstitutionTable Modifier and Type Field Description private GlyphSubstitutionTableOTFAdvancedTypographicTableReader. gsubMethods in org.apache.fop.complexscripts.fonts that return GlyphSubstitutionTable Modifier and Type Method Description private GlyphSubstitutionTableOTFAdvancedTypographicTableReader. constructGSUB()Construct the (internal representation of the) GSUB table based on previously parsed state.GlyphSubstitutionTableOTFAdvancedTypographicTableReader. 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 GlyphSubstitutionTable Modifier and Type Method Description GlyphSequenceScriptProcessor. substitute(GlyphSubstitutionTable gsub, GlyphSequence gs, java.lang.String script, java.lang.String language, java.util.Map<GlyphTable.LookupSpec,java.util.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 GlyphSubstitutionTable Modifier and Type Field Description private GlyphSubstitutionTableMultiByteFont. gsubMethods in org.apache.fop.fonts that return GlyphSubstitutionTable Modifier and Type Method Description GlyphSubstitutionTableMultiByteFont. getGSUB()Obtain glyph substitution table.Methods in org.apache.fop.fonts with parameters of type GlyphSubstitutionTable Modifier and Type Method Description voidMultiByteFont. 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 GlyphSubstitutionTable Modifier and Type Method Description GlyphSubstitutionTableOpenFont. getGSUB()Returns the GSUB table or null if none present.
-