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, toStringprivate 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.IOExceptionpublic int getFirst()
getFirst in class CmapFormatpublic int getLast()
getLast in class CmapFormatpublic int mapCharCode(int charCode)
mapCharCode in class CmapFormat