Uses of Class
org.apache.fontbox.ttf.table.gsub.SequenceTable
-
Packages that use SequenceTable Package Description 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 SequenceTable in org.apache.fontbox.ttf.table.gsub
Fields in org.apache.fontbox.ttf.table.gsub declared as SequenceTable Modifier and Type Field Description private SequenceTable[]LookupTypeMultipleSubstitutionFormat1. sequenceTablesMethods in org.apache.fontbox.ttf.table.gsub that return SequenceTable Modifier and Type Method Description SequenceTable[]LookupTypeMultipleSubstitutionFormat1. getSequenceTables()Constructors in org.apache.fontbox.ttf.table.gsub with parameters of type SequenceTable Constructor Description LookupTypeMultipleSubstitutionFormat1(int substFormat, CoverageTable coverageTable, SequenceTable[] sequenceTables)
-