com.lowagie.text.pdf
Class CFFFont.DictOffsetItem
- CFFFont
protected static final class CFFFont.DictOffsetItem
an unknown offset in a dictionary for the list.
We will fix up the offset later; for now, assume it's large.
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.
|
size
public final int size
DictOffsetItem
public DictOffsetItem()
emit
public void emit(byte[] buffer)
Emit the byte stream for this item.
- emit in interface CFFFont.Item
increment
public void increment(int[] currentOffset)
remember the current offset and increment by item's size in bytes.
- increment in interface CFFFont.Item