Package org.apache.fontbox.ttf
Class GlyphSubstitutionTable.LookupSubTable
java.lang.Object
org.apache.fontbox.ttf.GlyphSubstitutionTable.LookupSubTable
- Direct Known Subclasses:
GlyphSubstitutionTable.LookupTypeSingleSubstFormat1
,GlyphSubstitutionTable.LookupTypeSingleSubstFormat2
- Enclosing class:
- GlyphSubstitutionTable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) GlyphSubstitutionTable.CoverageTable
(package private) int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract int
doSubstitution
(int gid, int coverageIndex)
-
Field Details
-
substFormat
int substFormat -
coverageTable
GlyphSubstitutionTable.CoverageTable coverageTable
-
-
Constructor Details
-
LookupSubTable
LookupSubTable()
-
-
Method Details
-
doSubstitution
abstract int doSubstitution(int gid, int coverageIndex)
-