Uses of Class
org.apache.fontbox.ttf.GlyphSubstitutionTable
-
Packages that use GlyphSubstitutionTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of GlyphSubstitutionTable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as GlyphSubstitutionTable Modifier and Type Field Description private GlyphSubstitutionTableSubstitutingCmapLookup. gsubMethods in org.apache.fontbox.ttf that return GlyphSubstitutionTable Modifier and Type Method Description GlyphSubstitutionTableTrueTypeFont. getGsub()Get the "gsub" table for this TTF.Constructors in org.apache.fontbox.ttf with parameters of type GlyphSubstitutionTable Constructor Description SubstitutingCmapLookup(CmapSubtable cmap, GlyphSubstitutionTable gsub, java.util.List<java.lang.String> enabledFeatures)
-