Class LookupSubTable
java.lang.Object
org.apache.fontbox.ttf.table.common.LookupSubTable
- Direct Known Subclasses:
LookupTypeAlternateSubstitutionFormat1,LookupTypeLigatureSubstitutionSubstFormat1,LookupTypeMultipleSubstitutionFormat1,LookupTypeSingleSubstFormat1,LookupTypeSingleSubstFormat2
This class models the
Lookup Sub-Table in the
Open Type layout common tables.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
substFormat
private final int substFormat -
coverageTable
-
-
Constructor Details
-
LookupSubTable
-
-
Method Details
-
doSubstitution
public abstract int doSubstitution(int gid, int coverageIndex) -
getSubstFormat
public int getSubstFormat() -
getCoverageTable
-