public interface CMap
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMixedByte()
Determines if the cid should be interpreted as a one or two byte character.
|
boolean |
isOneByte()
Determines if the cid should be interpreted as a one or two byte character.
|
boolean |
isTwoByte()
Determines if the cid should be interpreted as a one or two byte character.
|
char |
toSelector(char ch)
Maps the character id to an underlying unicode value if available.
|
char |
toSelector(char ch,
boolean isCFF) |
java.lang.String |
toUnicode(char ch)
Maps the character id to an underlying to unicode table.
|
static final Name TYPE
char toSelector(char ch)
ch - character code to find unicode value of.char toSelector(char ch,
boolean isCFF)
java.lang.String toUnicode(char ch)
ch - character id to look for corresponding unicode values.boolean isOneByte()
boolean isTwoByte()
boolean isMixedByte()