Uses of Class
org.apache.fontbox.ttf.table.gsub.LigatureSetTable
-
Packages that use LigatureSetTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file.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 LigatureSetTable in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return LigatureSetTable Modifier and Type Method Description private 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 LigatureSetTable Modifier and Type Field Description private LigatureSetTable[]LookupTypeLigatureSubstitutionSubstFormat1. ligatureSetTablesMethods in org.apache.fontbox.ttf.table.gsub that return LigatureSetTable Modifier and Type Method Description LigatureSetTable[]LookupTypeLigatureSubstitutionSubstFormat1. getLigatureSetTables()Constructors in org.apache.fontbox.ttf.table.gsub with parameters of type LigatureSetTable Constructor Description LookupTypeLigatureSubstitutionSubstFormat1(int substFormat, CoverageTable coverageTable, LigatureSetTable[] ligatureSetTables)
-