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
abstract static class GlyphSubstitutionTable.LookupSubTable extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) GlyphSubstitutionTable.CoverageTable
coverageTable
(package private) int
substFormat
-
Constructor Summary
Constructors Constructor Description LookupSubTable()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description (package private) abstract int
doSubstitution(int gid, int coverageIndex)
-
-
-
Field Detail
-
substFormat
int substFormat
-
coverageTable
GlyphSubstitutionTable.CoverageTable coverageTable
-
-