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
Methods in org.apache.fop.complexscripts.fonts that return GlyphSubstitutionTable Modifier and Type Method Description GlyphSubstitutionTable
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 GlyphSubstitutionTable Modifier and Type Method Description GlyphSequence
ScriptProcessor. 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
Methods in org.apache.fop.fonts that return GlyphSubstitutionTable Modifier and Type Method Description GlyphSubstitutionTable
MultiByteFont. getGSUB()
Obtain glyph substitution table.Methods in org.apache.fop.fonts with parameters of type GlyphSubstitutionTable Modifier and Type Method Description void
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 GlyphSubstitutionTable Modifier and Type Method Description GlyphSubstitutionTable
OpenFont. getGSUB()
Returns the GSUB table or null if none present.
-