public abstract class CMapMap extends Object
| Modifier and Type | Method and Description |
|---|---|
abstract char[] |
toChars(int cid)
The string value for a CID or null if not applicable.
|
abstract int |
toCID(int codepoint)
The CID value for the codepoint or 0 if not applicable.
|
abstract int |
toCodepoint(int cid)
The codepoint for a CID or 0 if not applicable.
|
public abstract char[] toChars(int cid)
cid - public abstract int toCID(int codepoint)
With /ToUnicode maps, this is used to get a UTF_16BE encoded unicode value for a codepoint.
codepoint - The (encoded) codepoint value.public abstract int toCodepoint(int cid)
cid - Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.