public abstract class CharacterSelector extends Object
A character may be identified by different means (name, index, unicode..).
| Modifier and Type | Field and Description |
|---|---|
static CharacterSelector |
Notdef
The special selector for undefined glyphs.
|
static int |
NotdefCID
The special CID value for undefined glyphs.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFontNumber()
The font number referenced by this selector.
|
abstract int |
getLength()
The number of bytes this selector occupies.
|
abstract int |
getValue()
The integer equivalent of the selector.
|
public static final CharacterSelector Notdef
public static final int NotdefCID
public int getFontNumber()
In PDF this is always 0.
public abstract int getLength()
public abstract int getValue()
A selector must not be larger than the platform integer size.
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.