Uses of Class
org.apache.fontbox.ttf.table.common.LookupTable
-
Packages that use LookupTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file.org.apache.fontbox.ttf.gsub This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.org.apache.fontbox.ttf.table.common This package contains the highly obfuscated Layout Common Table Formats system of tables from the Open Type Font specs. -
-
Uses of LookupTable in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return LookupTable Modifier and Type Method Description private LookupTableGlyphSubstitutionTable. readLookupTable(TTFDataStream data, long offset)Methods in org.apache.fontbox.ttf with parameters of type LookupTable Modifier and Type Method Description private intGlyphSubstitutionTable. doLookup(LookupTable lookupTable, int gid) -
Uses of LookupTable in org.apache.fontbox.ttf.gsub
Methods in org.apache.fontbox.ttf.gsub with parameters of type LookupTable Modifier and Type Method Description private voidGlyphSubstitutionDataExtractor. extractData(java.util.Map<java.util.List<java.lang.Integer>,java.lang.Integer> glyphSubstitutionMap, LookupTable lookupTable) -
Uses of LookupTable in org.apache.fontbox.ttf.table.common
Fields in org.apache.fontbox.ttf.table.common declared as LookupTable Modifier and Type Field Description private LookupTable[]LookupListTable. lookupsMethods in org.apache.fontbox.ttf.table.common that return LookupTable Modifier and Type Method Description LookupTable[]LookupListTable. getLookups()Constructors in org.apache.fontbox.ttf.table.common with parameters of type LookupTable Constructor Description LookupListTable(int lookupCount, LookupTable[] lookups)
-