Class RangeRecord
- java.lang.Object
-
- org.apache.batik.svggen.font.table.RangeRecord
-
public class RangeRecord extends java.lang.Object
Coverage Index (GlyphID) = StartCoverageIndex + GlyphID - Start GlyphID- Version:
- $Id: RangeRecord.java 1733416 2016-03-03 07:07:13Z gadams $
-
-
Field Summary
Fields Modifier and Type Field Description private int
end
private int
start
private int
startCoverageIndex
-
Constructor Summary
Constructors Constructor Description RangeRecord(java.io.RandomAccessFile raf)
Creates new RangeRecord
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCoverageIndex(int glyphId)
boolean
isInRange(int glyphId)
-