public class CharacterSelectorCID extends CharacterSelector
The implementation limit defined upon a CID value is 65535 (two bytes).
Notdef, NotdefCID| Constructor and Description |
|---|
CharacterSelectorCID(byte[] bytes,
int offset,
int length) |
CharacterSelectorCID(int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
The number of bytes this selector occupies.
|
int |
getValue()
The integer equivalent of the selector.
|
getFontNumberpublic CharacterSelectorCID(byte[] bytes,
int offset,
int length)
public CharacterSelectorCID(int value)
public int getLength()
CharacterSelectorgetLength in class CharacterSelectorpublic int getValue()
CharacterSelectorA selector must not be larger than the platform integer size.
getValue in class CharacterSelectorCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.