Uses of Class
org.apache.fontbox.ttf.table.common.CoverageTable
Packages that use CoverageTable
Package
Description
This package contains classes to parse a TTF file.
This package contains the highly obfuscated Layout Common Table Formats system of tables from the Open Type Font specs.
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 CoverageTableModifier and TypeMethodDescriptionprivate 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.commonModifier and TypeClassDescriptionclassThis class models the Coverage format 1 in the Open Type layout common tables.classThis class models the Coverage format 2 in the Open Type layout common tables.Fields in org.apache.fontbox.ttf.table.common declared as CoverageTableMethods in org.apache.fontbox.ttf.table.common that return CoverageTableConstructors in org.apache.fontbox.ttf.table.common with parameters of type CoverageTable -
Uses of CoverageTable in org.apache.fontbox.ttf.table.gsub
Constructors in org.apache.fontbox.ttf.table.gsub with parameters of type CoverageTableModifierConstructorDescriptionLookupTypeAlternateSubstitutionFormat1(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)