Class LookupTypeMultipleSubstitutionFormat1
java.lang.Object
org.apache.fontbox.ttf.table.common.LookupSubTable
org.apache.fontbox.ttf.table.gsub.LookupTypeMultipleSubstitutionFormat1
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLookupTypeMultipleSubstitutionFormat1(int substFormat, CoverageTable coverageTable, SequenceTable[] sequenceTables) -
Method Summary
Methods inherited from class org.apache.fontbox.ttf.table.common.LookupSubTable
getCoverageTable, getSubstFormat
-
Field Details
-
sequenceTables
-
-
Constructor Details
-
LookupTypeMultipleSubstitutionFormat1
public LookupTypeMultipleSubstitutionFormat1(int substFormat, CoverageTable coverageTable, SequenceTable[] sequenceTables)
-
-
Method Details
-
getSequenceTables
-
doSubstitution
public int doSubstitution(int gid, int coverageIndex) - Specified by:
doSubstitutionin classLookupSubTable
-