Uses of Class
org.apache.fontbox.ttf.table.common.CoverageTable
-
Packages that use CoverageTable 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 CoverageTable in org.apache.fontbox.ttf
Methods in org.apache.fontbox.ttf that return CoverageTable Modifier and Type Method Description private CoverageTableGlyphSubstitutionTable. readCoverageTable(TTFDataStream data, long offset) -
Uses of CoverageTable in org.apache.fontbox.ttf.table.common
Subclasses of CoverageTable in org.apache.fontbox.ttf.table.common Modifier and Type Class Description classCoverageTableFormat1This class models the Coverage format 1 in the Open Type layout common tables.classCoverageTableFormat2This class models the Coverage format 2 in the Open Type layout common tables.Fields in org.apache.fontbox.ttf.table.common declared as CoverageTable Modifier and Type Field Description private CoverageTableLookupSubTable. coverageTableMethods in org.apache.fontbox.ttf.table.common that return CoverageTable Modifier and Type Method Description CoverageTableLookupSubTable. getCoverageTable()Constructors in org.apache.fontbox.ttf.table.common with parameters of type CoverageTable Constructor Description LookupSubTable(int substFormat, CoverageTable coverageTable) -
Uses of CoverageTable in org.apache.fontbox.ttf.table.gsub
Constructors in org.apache.fontbox.ttf.table.gsub with parameters of type CoverageTable Constructor Description LookupTypeAlternateSubstitutionFormat1(int substFormat, CoverageTable coverageTable, AlternateSetTable[] alternateSetTables)LookupTypeLigatureSubstitutionSubstFormat1(int substFormat, CoverageTable coverageTable, LigatureSetTable[] ligatureSetTables)LookupTypeMultipleSubstitutionFormat1(int substFormat, CoverageTable coverageTable, SequenceTable[] sequenceTables)LookupTypeSingleSubstFormat1(int substFormat, CoverageTable coverageTable, short deltaGlyphID)LookupTypeSingleSubstFormat2(int substFormat, CoverageTable coverageTable, int[] substituteGlyphIDs)
-