Class CoverageTableFormat2
- java.lang.Object
-
- org.apache.fontbox.ttf.table.common.CoverageTable
-
- org.apache.fontbox.ttf.table.common.CoverageTableFormat1
-
- org.apache.fontbox.ttf.table.common.CoverageTableFormat2
-
public class CoverageTableFormat2 extends CoverageTableFormat1
This class models the Coverage format 2 in the Open Type layout common tables.
-
-
Field Summary
Fields Modifier and Type Field Description private RangeRecord[]rangeRecords
-
Constructor Summary
Constructors Constructor Description CoverageTableFormat2(int coverageFormat, RangeRecord[] rangeRecords)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description RangeRecord[]getRangeRecords()private static int[]getRangeRecordsAsArray(RangeRecord[] rangeRecords)java.lang.StringtoString()-
Methods inherited from class org.apache.fontbox.ttf.table.common.CoverageTableFormat1
getCoverageIndex, getGlyphArray, getGlyphId, getSize
-
Methods inherited from class org.apache.fontbox.ttf.table.common.CoverageTable
getCoverageFormat
-
-
-
-
Field Detail
-
rangeRecords
private final RangeRecord[] rangeRecords
-
-
Constructor Detail
-
CoverageTableFormat2
public CoverageTableFormat2(int coverageFormat, RangeRecord[] rangeRecords)
-
-
Method Detail
-
getRangeRecords
public RangeRecord[] getRangeRecords()
-
getRangeRecordsAsArray
private static int[] getRangeRecordsAsArray(RangeRecord[] rangeRecords)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classCoverageTableFormat1
-
-