Uses of Class
org.apache.fontbox.ttf.table.gsub.LigatureTable
-
Packages that use LigatureTable Package Description org.apache.fontbox.ttf This package contains classes to parse a TTF file.org.apache.fontbox.ttf.gsub This package contains utility classes which extract meanigful data from the highly obfuscated GSUB table structures.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 LigatureTable in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return LigatureTable Modifier and Type Method Description private LigatureTableGlyphSubstitutionTable. readLigatureTable(TTFDataStream data, long ligatureTableLocation, int coverageGlyphId) -
Uses of LigatureTable in org.apache.fontbox.ttf.gsub
Methods in org.apache.fontbox.ttf.gsub with parameters of type LigatureTable Modifier and Type Method Description private voidGlyphSubstitutionDataExtractor. extractDataFromLigatureTable(java.util.Map<java.util.List<java.lang.Integer>,java.lang.Integer> glyphSubstitutionMap, LigatureTable ligatureTable) -
Uses of LigatureTable in org.apache.fontbox.ttf.table.gsub
Fields in org.apache.fontbox.ttf.table.gsub declared as LigatureTable Modifier and Type Field Description private LigatureTable[]LigatureSetTable. ligatureTablesMethods in org.apache.fontbox.ttf.table.gsub that return LigatureTable Modifier and Type Method Description LigatureTable[]LigatureSetTable. getLigatureTables()Constructors in org.apache.fontbox.ttf.table.gsub with parameters of type LigatureTable Constructor Description LigatureSetTable(int ligatureCount, LigatureTable[] ligatureTables)
-