|
||||||||||
| 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.DictNumberItem
protected static final class CFFFont.DictNumberItem
A dictionary number on the list. This implementation is inefficient: it doesn't use the variable-length representation.
| Field Summary | |
|---|---|
int |
size
|
int |
value
|
| Fields inherited from class com.itextpdf.text.pdf.CFFFont.Item |
|---|
myOffset |
| Constructor Summary | |
|---|---|
CFFFont.DictNumberItem(int 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 final int value
public int size
| Constructor Detail |
|---|
public CFFFont.DictNumberItem(int value)
| Method Detail |
|---|
public void increment(int[] currentOffset)
CFFFont.Item
increment in class CFFFont.Itempublic 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 | |||||||||