com.lowagie.text.pdf
Class CFFFont.Item
java.lang.Object
com.lowagie.text.pdf.CFFFont.Item
- CFFFont
protected static abstract class CFFFont.Item
extends java.lang.Object
List items for the linked list that builds the new CID font.
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.
|
void | xref() - Fix up cross references to this item (applies only to markers).
|
myOffset
protected int myOffset
emit
public void emit(byte[] buffer)
Emit the byte stream for this item.
increment
public void increment(int[] currentOffset)
remember the current offset and increment by item's size in bytes.
xref
public void xref()
Fix up cross references to this item (applies only to markers).