public class CMapFormat6 extends CMap
Modifier | Constructor and Description |
---|---|
protected |
CMapFormat6(short language)
Creates a new instance of CMapFormat0
|
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getData()
Get the data in the map as a byte buffer
|
short |
getLength()
Get the length of this table
|
byte |
map(byte src)
Cannot map from a byte
|
char |
map(char src)
Map from char
|
char |
reverseMap(short glyphID)
Get the src code which maps to the given glyphID
|
void |
setData(int length,
java.nio.ByteBuffer data)
Get the data in this map as a ByteBuffer
|
protected CMapFormat6(short language)
public short getLength()
public char reverseMap(short glyphID)
reverseMap
in class CMap
public void setData(int length, java.nio.ByteBuffer data)