com.lowagie.text.pdf
Class CFFFont.IndexOffsetItem
protected static final
class
CFFFont.IndexOffsetItem
extends CFFFont.OffsetItem
An index-offset item for the list.
The size denotes the required size in the CFF. A positive
value means that we need a specific size in bytes (for offset arrays)
and a negative value means that this is a dict item that uses a
variable-size representation.
public final int size
public IndexOffsetItem(int size, int value)
public IndexOffsetItem(int size)
public void emit(byte[] buffer)
public void increment(int[] currentOffset)