Uses of Class
org.apache.fontbox.ttf.table.common.LookupTable
Packages that use LookupTable
Package
Description
This package contains classes to parse a TTF file.
This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.
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 LookupTableModifier and TypeMethodDescriptionprivate LookupTableGlyphSubstitutionTable.readLookupTable(TTFDataStream data, long offset) Methods in org.apache.fontbox.ttf with parameters of type LookupTableModifier and TypeMethodDescriptionprivate 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 LookupTableModifier and TypeMethodDescriptionprivate voidGlyphSubstitutionDataExtractor.extractData(Map<List<Integer>, Integer> glyphSubstitutionMap, LookupTable lookupTable) -
Uses of LookupTable in org.apache.fontbox.ttf.table.common
Fields in org.apache.fontbox.ttf.table.common declared as LookupTableMethods in org.apache.fontbox.ttf.table.common that return LookupTableConstructors in org.apache.fontbox.ttf.table.common with parameters of type LookupTable