public class SingleSubstFormat2 extends SingleSubst
Modifier and Type | Field and Description |
---|---|
private Coverage |
coverage |
private int |
coverageOffset |
private int |
glyphCount |
private int[] |
substitutes |
Modifier | Constructor and Description |
---|---|
protected |
SingleSubstFormat2(java.io.RandomAccessFile raf,
int offset)
Creates new SingleSubstFormat2
|
Modifier and Type | Method and Description |
---|---|
int |
getFormat() |
int |
substitute(int glyphId) |
read
private int coverageOffset
private int glyphCount
private int[] substitutes
private Coverage coverage
protected SingleSubstFormat2(java.io.RandomAccessFile raf, int offset) throws java.io.IOException
java.io.IOException
public int getFormat()
getFormat
in class SingleSubst
public int substitute(int glyphId)
substitute
in class SingleSubst