|
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
de.intarsys.pdf.font.CMapRangeMap
de.intarsys.pdf.font.CMapBFRangeStringMap
public class CMapBFRangeStringMap
A special map from a character code range to a character code range.
| Constructor Summary | |
|---|---|
CMapBFRangeStringMap(byte[] start,
byte[] end,
byte[] destination)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class de.intarsys.pdf.font.CMapRangeMap |
|---|
getEnd, getStart |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CMapBFRangeStringMap(byte[] start,
byte[] end,
byte[] destination)
| Method Detail |
|---|
public char[] toChars(int codepoint)
CMapMap
toChars in class CMapMappublic int toCID(int codepoint)
CMapMapWith /ToUnicode maps, this is used to get a UTF_16BE encoded unicode value for a codepoint.
toCID in class CMapMapcodepoint - The (encoded) codepoint value.
public int toCodepoint(int cid)
CMapMap
toCodepoint in class CMapMap
|
jPod PDF library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||