Class RangeRecord
- java.lang.Object
-
- org.apache.fontbox.ttf.table.common.RangeRecord
-
public class RangeRecord extends java.lang.ObjectThis class models the Range Record in the Coverage format 2 in the Open Type layout common tables.
-
-
Field Summary
Fields Modifier and Type Field Description private intendGlyphIDprivate intstartCoverageIndexprivate intstartGlyphID
-
Constructor Summary
Constructors Constructor Description RangeRecord(int startGlyphID, int endGlyphID, int startCoverageIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetEndGlyphID()intgetStartCoverageIndex()intgetStartGlyphID()java.lang.StringtoString()
-