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