Class LookupTypeAlternateSubstitutionFormat1
java.lang.Object
org.apache.fontbox.ttf.table.common.LookupSubTable
org.apache.fontbox.ttf.table.gsub.LookupTypeAlternateSubstitutionFormat1
Lookup Type 3: Alternate Substitution Subtable
as described in OpenType spec: ...
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionLookupTypeAlternateSubstitutionFormat1(int substFormat, CoverageTable coverageTable, AlternateSetTable[] alternateSetTables) -
Method Summary
Methods inherited from class org.apache.fontbox.ttf.table.common.LookupSubTable
getCoverageTable, getSubstFormat
-
Field Details
-
alternateSetTables
-
-
Constructor Details
-
LookupTypeAlternateSubstitutionFormat1
public LookupTypeAlternateSubstitutionFormat1(int substFormat, CoverageTable coverageTable, AlternateSetTable[] alternateSetTables)
-
-
Method Details
-
getAlternateSetTables
-
doSubstitution
public int doSubstitution(int gid, int coverageIndex) - Specified by:
doSubstitutionin classLookupSubTable
-