Class RangeRecord
java.lang.Object
org.apache.fontbox.ttf.table.common.RangeRecord
This class models the
Range Record in the
Coverage format 2 in the Open Type layout common tables.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
startGlyphID
private final int startGlyphID -
endGlyphID
private final int endGlyphID -
startCoverageIndex
private final int startCoverageIndex
-
-
Constructor Details
-
RangeRecord
public RangeRecord(int startGlyphID, int endGlyphID, int startCoverageIndex)
-
-
Method Details