public class CmapFormat2 extends CmapFormat
Modifier and Type | Field and Description |
---|---|
private short[] |
glyphIndexArray |
private short[] |
subHeaderKeys |
private int[] |
subHeaders1 |
private int[] |
subHeaders2 |
format, length, version
Modifier | Constructor and Description |
---|---|
protected |
CmapFormat2(java.io.RandomAccessFile raf) |
Modifier and Type | Method and Description |
---|---|
int |
getFirst() |
int |
getLast() |
int |
mapCharCode(int charCode) |
create, getFormat, getLength, getVersion, toString
private short[] subHeaderKeys
private int[] subHeaders1
private int[] subHeaders2
private short[] glyphIndexArray
protected CmapFormat2(java.io.RandomAccessFile raf) throws java.io.IOException
java.io.IOException
public int getFirst()
getFirst
in class CmapFormat
public int getLast()
getLast
in class CmapFormat
public int mapCharCode(int charCode)
mapCharCode
in class CmapFormat