|
intarsys PDF library API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.pdf.font.CID
public abstract class CID
A selector for a character within a font (Character ID).
A character may be identified by different means (name, index, unicode..).
Field Summary | |
---|---|
static CID |
Notdef
The special CID for undefined glyphs. |
Method Summary | |
---|---|
int |
getFontNumber()
The font number referenced by this cid. |
abstract int |
getLength()
The number of bytes this CID occupies. |
abstract int |
getValue()
The integer equivalent of the cid. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final CID Notdef
Method Detail |
---|
public abstract int getValue()
A CID must not be larger than the platform integer size.
public int getFontNumber()
In PDF this is always 0.
public abstract int getLength()
|
intarsys PDF library API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |