|
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.CharacterSelector
public abstract class CharacterSelector
A selector for a character within a font. Within PDF only CID's are supported.
A character may be identified by different means (name, index, unicode..).
Field Summary | |
---|---|
static CharacterSelector |
Notdef
The special selector for undefined glyphs. |
static int |
NotdefCID
The special CID value for undefined glyphs. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CharacterSelector Notdef
public static final int NotdefCID
Method Detail |
---|
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.
|
jPod PDF library | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |