public class CMapNotDefRangeMap extends CMapRangeMap
not yet implemented
| Constructor and Description |
|---|
CMapNotDefRangeMap(byte[] start,
byte[] end,
int destination) |
| Modifier and Type | Method and Description |
|---|---|
char[] |
toChars(int codepoint)
The string value for a CID or null if not applicable.
|
int |
toCID(int codepoint)
The CID value for the codepoint or 0 if not applicable.
|
int |
toCodepoint(int cid)
The codepoint for a CID or 0 if not applicable.
|
getEnd, getStartpublic CMapNotDefRangeMap(byte[] start,
byte[] end,
int destination)
public char[] toChars(int codepoint)
CMapMappublic int toCID(int codepoint)
CMapMapWith /ToUnicode maps, this is used to get a UTF_16BE encoded unicode value for a codepoint.
public int toCodepoint(int cid)
CMapMaptoCodepoint in class CMapMapCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.