|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.itextpdf.text.pdf.CFFFont.Item
com.itextpdf.text.pdf.CFFFont.UInt16Item
protected static final class CFFFont.UInt16Item
A SID or Card16 item.
Field Summary | |
---|---|
char |
value
|
Fields inherited from class com.itextpdf.text.pdf.CFFFont.Item |
---|
myOffset |
Constructor Summary | |
---|---|
CFFFont.UInt16Item(char value)
|
Method Summary | |
---|---|
void |
emit(byte[] buffer)
Emit the byte stream for this item. |
void |
increment(int[] currentOffset)
remember the current offset and increment by item's size in bytes. |
Methods inherited from class com.itextpdf.text.pdf.CFFFont.Item |
---|
xref |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public char value
Constructor Detail |
---|
public CFFFont.UInt16Item(char value)
Method Detail |
---|
public void increment(int[] currentOffset)
CFFFont.Item
increment
in class CFFFont.Item
public void emit(byte[] buffer)
CFFFont.Item
emit
in class CFFFont.Item
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |