com.sun.pdfview.font.ttf
public class CMapFormat4 extends CMap
Field Summary | |
---|---|
SortedMap | segments
The segments and associated data |
Constructor Summary | |
---|---|
protected | CMapFormat4(short language) Creates a new instance of CMapFormat0 |
Method Summary | |
---|---|
void | addSegment(short startCode, short endCode, char[] map)
Add a segment with a map |
void | addSegment(short startCode, short endCode, short idDelta)
Add a segment with an idDelta |
ByteBuffer | getData()
Get the data in the map as a byte buffer |
short | getEntrySelector()
Get the entry selector |
short | getLength()
Get the length of this table |
short | getRangeShift()
Get the rangeShift() |
short | getSearchRange()
Get the search range |
short | getSegmentCount()
Get the segment count |
byte | map(byte src)
Cannot map from a byte |
char | map(char src)
Map from char |
void | removeSegment(short startCode, short endCode)
Remove a segment |
char | reverseMap(short glyphID)
Get the src code which maps to the given glyphID |
void | setData(int length, ByteBuffer data)
Get the data in this map as a ByteBuffer |