Uses of Class
org.apache.fontbox.ttf.table.common.LookupSubTable
-
Packages that use LookupSubTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file.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.org.apache.fontbox.ttf.table.gsub 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 LookupSubTable Modifier and Type Method Description private 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 LookupSubTable Modifier and Type Field Description private LookupSubTable[]LookupTable. subTablesMethods in org.apache.fontbox.ttf.table.common that return LookupSubTable Modifier and Type Method Description LookupSubTable[]LookupTable. getSubTables()Constructors in org.apache.fontbox.ttf.table.common with parameters of type LookupSubTable Constructor Description LookupTable(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.gsub Modifier and Type Class Description classLookupTypeAlternateSubstitutionFormat1Lookup Type 3: Alternate Substitution Subtable as described in OpenType spec: ...classLookupTypeLigatureSubstitutionSubstFormat1This class is a part of the GSUB — Glyph Substitution Table system of tables in the Open Type Font specs.classLookupTypeMultipleSubstitutionFormat1classLookupTypeSingleSubstFormat1This class is a part of the GSUB — Glyph Substitution Table system of tables in the Open Type Font specs.classLookupTypeSingleSubstFormat2This class is a part of the GSUB — Glyph Substitution Table system of tables in the Open Type Font specs.
-