| java.lang.Object com.sun.pdfview.font.ttf.CMap com.sun.pdfview.font.ttf.CMapFormat0
CMapFormat0 | public class CMapFormat0 extends CMap (Code) | | author: jkaplan |
Constructor Summary | |
protected | CMapFormat0(short language) |
Method Summary | |
public ByteBuffer | getData() | public short | getLength() | protected byte[] | getMap() | public byte | map(byte src) | public char | map(char src) | public char | reverseMap(short glyphID) | public void | setData(int length, ByteBuffer data) | public void | setMap(byte[] glyphIndex) | public void | setMap(byte src, byte dest) |
CMapFormat0 | protected CMapFormat0(short language)(Code) | | Creates a new instance of CMapFormat0
|
getData | public ByteBuffer getData()(Code) | | Get the data in this map as a ByteBuffer
|
getLength | public short getLength()(Code) | | Get the length of this table
|
getMap | protected byte[] getMap()(Code) | | Get the whole map
|
map | public byte map(byte src)(Code) | | Map from a byte
|
map | public char map(char src)(Code) | | Cannot map from short
|
reverseMap | public char reverseMap(short glyphID)(Code) | | Get the src code which maps to the given glyphID
|
setData | public void setData(int length, ByteBuffer data)(Code) | | Read the map in from a byte buffer
|
setMap | public void setMap(byte[] glyphIndex)(Code) | | Set the entire map
|
setMap | public void setMap(byte src, byte dest)(Code) | | Set a single mapping entry
|
|
|