public class RangeRecord
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
end |
private int |
start |
private int |
startCoverageIndex |
Constructor and Description |
---|
RangeRecord(java.io.RandomAccessFile raf)
Creates new RangeRecord
|
Modifier and Type | Method and Description |
---|---|
int |
getCoverageIndex(int glyphId) |
boolean |
isInRange(int glyphId) |