Uses of Class
org.apache.fontbox.ttf.GlyphSubstitutionTable.LookupSubTable
-
Packages that use GlyphSubstitutionTable.LookupSubTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file. -
-
Uses of GlyphSubstitutionTable.LookupSubTable in org.apache.fontbox.ttf
Subclasses of GlyphSubstitutionTable.LookupSubTable in org.apache.fontbox.ttf Modifier and Type Class Description (package private) static class
GlyphSubstitutionTable.LookupTypeSingleSubstFormat1
(package private) static class
GlyphSubstitutionTable.LookupTypeSingleSubstFormat2
Fields in org.apache.fontbox.ttf declared as GlyphSubstitutionTable.LookupSubTable Modifier and Type Field Description (package private) GlyphSubstitutionTable.LookupSubTable[]
GlyphSubstitutionTable.LookupTable. subTables
Methods in org.apache.fontbox.ttf that return GlyphSubstitutionTable.LookupSubTable Modifier and Type Method Description (package private) GlyphSubstitutionTable.LookupSubTable
GlyphSubstitutionTable. readLookupSubTable(TTFDataStream data, long offset)
-