Uses of Class
org.apache.fontbox.ttf.table.common.LookupSubTable
Packages that use LookupSubTable
Package
Description
This package contains classes to parse a TTF file.
This package contains the highly obfuscated Layout Common Table Formats system of tables from the Open Type Font specs.
This package contains the highly obfuscated GSUB, aka, Glyph Substitution Table system of tables from the Open Type Font specs.
-
Uses of LookupSubTable in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return LookupSubTableModifier and TypeMethodDescriptionprivate LookupSubTableGlyphSubstitutionTable.readAlternateSubstitutionSubtable(TTFDataStream data, long offset) private LookupSubTableGlyphSubstitutionTable.readLigatureSubstitutionSubtable(TTFDataStream data, long offset) private LookupSubTableGlyphSubstitutionTable.readLookupSubtable(TTFDataStream data, long offset, int lookupType) private LookupSubTableGlyphSubstitutionTable.readMultipleSubstitutionSubtable(TTFDataStream data, long offset) private LookupSubTableGlyphSubstitutionTable.readSingleLookupSubTable(TTFDataStream data, long offset) -
Uses of LookupSubTable in org.apache.fontbox.ttf.table.common
Fields in org.apache.fontbox.ttf.table.common declared as LookupSubTableMethods in org.apache.fontbox.ttf.table.common that return LookupSubTableConstructors in org.apache.fontbox.ttf.table.common with parameters of type LookupSubTableModifierConstructorDescriptionLookupTable(int lookupType, int lookupFlag, int markFilteringSet, LookupSubTable[] subTables) -
Uses of LookupSubTable in org.apache.fontbox.ttf.table.gsub
Subclasses of LookupSubTable in org.apache.fontbox.ttf.table.gsubModifier and TypeClassDescriptionclassLookup Type 3: Alternate Substitution Subtable as described in OpenType spec: ...classThis class is a part of the GSUB — Glyph Substitution Table system of tables in the Open Type Font specs.classclassThis class is a part of the GSUB — Glyph Substitution Table system of tables in the Open Type Font specs.classThis class is a part of the GSUB — Glyph Substitution Table system of tables in the Open Type Font specs.