public class CmapFormat4 extends CmapFormat
Modifier and Type | Field and Description |
---|---|
private int[] |
endCode |
private int |
entrySelector |
private int |
first |
private int[] |
glyphIdArray |
private int[] |
idDelta |
private int[] |
idRangeOffset |
int |
language |
private int |
last |
private int |
rangeShift |
private int |
searchRange |
private int |
segCount |
private int |
segCountX2 |
private int[] |
startCode |
format, length, version
Modifier | Constructor and Description |
---|---|
protected |
CmapFormat4(java.io.RandomAccessFile raf) |
Modifier and Type | Method and Description |
---|---|
int |
getFirst() |
int |
getLast() |
private static java.lang.String |
intToStr(int[] array)
local helper method to convert an int-array to String.
|
int |
mapCharCode(int charCode) |
java.lang.String |
toString() |
create, getFormat, getLength, getVersion
public int language
private int segCountX2
private int searchRange
private int entrySelector
private int rangeShift
private int[] endCode
private int[] startCode
private int[] idDelta
private int[] idRangeOffset
private int[] glyphIdArray
private int segCount
private int first
private int last
protected CmapFormat4(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
public java.lang.String toString()
toString
in class CmapFormat
private static java.lang.String intToStr(int[] array)
array
- of int to convert