|
jPod PDF library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.pdf.font.CMapMap
public abstract class CMapMap
An abstract implementation for map definitions in a CMap.
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
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
-
|
jPod PDF library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |