public class CmapFormat6 extends CmapFormat
Modifier and Type | Field and Description |
---|---|
private short |
entryCount |
private short |
firstCode |
private short |
format |
private short[] |
glyphIdArray |
private short |
length |
private short |
version |
Modifier | Constructor and Description |
---|---|
protected |
CmapFormat6(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 format
private short length
private short version
private short firstCode
private short entryCount
private short[] glyphIdArray
protected CmapFormat6(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