Uses of Class
org.apache.fontbox.ttf.GlyphSubstitutionTable.LookupTable
-
Packages that use GlyphSubstitutionTable.LookupTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of GlyphSubstitutionTable.LookupTable in org.apache.fontbox.ttf
Fields in org.apache.fontbox.ttf declared as GlyphSubstitutionTable.LookupTable Modifier and Type Field Description private GlyphSubstitutionTable.LookupTable[]
GlyphSubstitutionTable. lookupList
Methods in org.apache.fontbox.ttf that return GlyphSubstitutionTable.LookupTable Modifier and Type Method Description (package private) GlyphSubstitutionTable.LookupTable[]
GlyphSubstitutionTable. readLookupList(TTFDataStream data, long offset)
(package private) GlyphSubstitutionTable.LookupTable
GlyphSubstitutionTable. readLookupTable(TTFDataStream data, long offset)
Methods in org.apache.fontbox.ttf with parameters of type GlyphSubstitutionTable.LookupTable Modifier and Type Method Description private int
GlyphSubstitutionTable. doLookup(GlyphSubstitutionTable.LookupTable lookupTable, int gid)
-