Package org.apache.fontbox.ttf
Class GlyphSubstitutionTable.CoverageTableFormat1
- java.lang.Object
-
- org.apache.fontbox.ttf.GlyphSubstitutionTable.CoverageTable
-
- org.apache.fontbox.ttf.GlyphSubstitutionTable.CoverageTableFormat1
-
- Enclosing class:
- GlyphSubstitutionTable
static class GlyphSubstitutionTable.CoverageTableFormat1 extends GlyphSubstitutionTable.CoverageTable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int[]glyphArray-
Fields inherited from class org.apache.fontbox.ttf.GlyphSubstitutionTable.CoverageTable
coverageFormat
-
-
Constructor Summary
Constructors Constructor Description CoverageTableFormat1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) intgetCoverageIndex(int gid)java.lang.StringtoString()
-
-
-
Method Detail
-
getCoverageIndex
int getCoverageIndex(int gid)
- Specified by:
getCoverageIndexin classGlyphSubstitutionTable.CoverageTable
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-