com.lowagie.text.pdf

Class CFFFont.Item

Enclosing Class:
CFFFont
Known Direct Subclasses:
CFFFont.DictNumberItem, CFFFont.IndexBaseItem, CFFFont.IndexMarkerItem, CFFFont.MarkerItem, CFFFont.OffsetItem, CFFFont.RangeItem, CFFFont.StringItem, CFFFont.SubrMarkerItem, CFFFont.UInt16Item, CFFFont.UInt24Item, CFFFont.UInt32Item, CFFFont.UInt8Item

protected static abstract class CFFFont.Item
extends java.lang.Object

List items for the linked list that builds the new CID font.

Field Summary

protected int
myOffset

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.
void
xref()
Fix up cross references to this item (applies only to markers).

Field Details

myOffset

protected int myOffset

Method Details

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