Package org.apache.fontbox.ttf
Class GlyphSubstitutionTable.LookupTypeSingleSubstFormat1
- java.lang.Object
-
- org.apache.fontbox.ttf.GlyphSubstitutionTable.LookupSubTable
-
- org.apache.fontbox.ttf.GlyphSubstitutionTable.LookupTypeSingleSubstFormat1
-
- Enclosing class:
- GlyphSubstitutionTable
static class GlyphSubstitutionTable.LookupTypeSingleSubstFormat1 extends GlyphSubstitutionTable.LookupSubTable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) shortdeltaGlyphID-
Fields inherited from class org.apache.fontbox.ttf.GlyphSubstitutionTable.LookupSubTable
coverageTable, substFormat
-
-
Constructor Summary
Constructors Constructor Description LookupTypeSingleSubstFormat1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intdoSubstitution(int gid, int coverageIndex)java.lang.StringtoString()
-
-
-
Method Detail
-
doSubstitution
int doSubstitution(int gid, int coverageIndex)- Specified by:
doSubstitutionin classGlyphSubstitutionTable.LookupSubTable
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-