com.lowagie.text.pdf

Class CFFFont.Item

protected abstract static class CFFFont.Item extends Object

List items for the linked list that builds the new CID font.
Field Summary
protected intmyOffset
Method Summary
voidemit(byte[] buffer)
Emit the byte stream for this item.
voidincrement(int[] currentOffset)
remember the current offset and increment by item's size in bytes.
voidxref()
Fix up cross references to this item (applies only to markers).

Field Detail

myOffset

protected int myOffset

Method Detail

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).