Uses of Class
org.apache.fontbox.ttf.table.gsub.LigatureSetTable
Packages that use LigatureSetTable
Package
Description
This package contains classes to parse a TTF file.
This package contains the highly obfuscated GSUB, aka, Glyph Substitution Table system of tables from the Open Type Font specs.
-
Uses of LigatureSetTable in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return LigatureSetTableModifier and TypeMethodDescriptionprivate LigatureSetTableGlyphSubstitutionTable.readLigatureSetTable(TTFDataStream data, long ligatureSetTableLocation, int coverageGlyphId) -
Uses of LigatureSetTable in org.apache.fontbox.ttf.table.gsub
Fields in org.apache.fontbox.ttf.table.gsub declared as LigatureSetTableModifier and TypeFieldDescriptionprivate final LigatureSetTable[]LookupTypeLigatureSubstitutionSubstFormat1.ligatureSetTablesMethods in org.apache.fontbox.ttf.table.gsub that return LigatureSetTableModifier and TypeMethodDescriptionLookupTypeLigatureSubstitutionSubstFormat1.getLigatureSetTables()Constructors in org.apache.fontbox.ttf.table.gsub with parameters of type LigatureSetTableModifierConstructorDescriptionLookupTypeLigatureSubstitutionSubstFormat1(int substFormat, CoverageTable coverageTable, LigatureSetTable[] ligatureSetTables)