public class CMapBFRangeStringArrayMap extends CMapRangeMap
| Constructor and Description |
|---|
CMapBFRangeStringArrayMap(byte[] start,
byte[] end,
COSArray strings) |
| 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 CMapBFRangeStringArrayMap(byte[] start,
byte[] end,
COSArray strings)
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.