| java.lang.Object com.sun.pdfview.font.ttf.CMap com.sun.pdfview.font.ttf.CMapFormat4
CMapFormat4 | public class CMapFormat4 extends CMap (Code) | | author: jkaplan |
Constructor Summary | |
protected | CMapFormat4(short language) |
CMapFormat4 | protected CMapFormat4(short language)(Code) | | Creates a new instance of CMapFormat0
|
addSegment | public void addSegment(short startCode, short endCode, char[] map)(Code) | | Add a segment with a map
|
addSegment | public void addSegment(short startCode, short endCode, short idDelta)(Code) | | Add a segment with an idDelta
|
getData | public ByteBuffer getData()(Code) | | Get the data in the map as a byte buffer
|
getEntrySelector | public short getEntrySelector()(Code) | | Get the entry selector
|
getLength | public short getLength()(Code) | | Get the length of this table
|
getRangeShift | public short getRangeShift()(Code) | | Get the rangeShift()
|
getSearchRange | public short getSearchRange()(Code) | | Get the search range
|
getSegmentCount | public short getSegmentCount()(Code) | | Get the segment count
|
map | public byte map(byte src)(Code) | | Cannot map from a byte
|
map | public char map(char src)(Code) | | Map from char
|
removeSegment | public void removeSegment(short startCode, short endCode)(Code) | | Remove a segment
|
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) | | Get the data in this map as a ByteBuffer
|
|
|