public class KernSubtableFormat0 extends KernSubtable
| Modifier and Type | Field and Description |
|---|---|
private int |
entrySelector |
private KerningPair[] |
kerningPairs |
private int |
nPairs |
private int |
rangeShift |
private int |
searchRange |
| Modifier | Constructor and Description |
|---|---|
protected |
KernSubtableFormat0(java.io.RandomAccessFile raf)
Creates new KernSubtableFormat0
|
| Modifier and Type | Method and Description |
|---|---|
KerningPair |
getKerningPair(int i) |
int |
getKerningPairCount() |
readprivate int nPairs
private int searchRange
private int entrySelector
private int rangeShift
private KerningPair[] kerningPairs
protected KernSubtableFormat0(java.io.RandomAccessFile raf)
throws java.io.IOException
java.io.IOExceptionpublic int getKerningPairCount()
getKerningPairCount in class KernSubtablepublic KerningPair getKerningPair(int i)
getKerningPair in class KernSubtable