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) int
getCoverageIndex(int gid)
java.lang.String
toString()
-
-
-
Field Detail
-
rangeRecords
GlyphSubstitutionTable.RangeRecord[] rangeRecords
-
-
Method Detail
-
getCoverageIndex
int getCoverageIndex(int gid)
- Specified by:
getCoverageIndex
in classGlyphSubstitutionTable.CoverageTable
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-