public class CMapBFCharCodeMap extends CMapCharMap
| Constructor and Description |
|---|
CMapBFCharCodeMap(byte[] source,
byte[] destination) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDestination()
The CID value for the codepoint.
|
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.
|
getSourcepublic int getDestination()
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.