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.
Field Summary
intsize
Constructor Summary
IndexOffsetItem(int size, int value)
IndexOffsetItem(int size)
Method Summary
voidemit(byte[] buffer)
voidincrement(int[] currentOffset)

Field Detail

size

public final int size

Constructor Detail

IndexOffsetItem

public IndexOffsetItem(int size, int value)

IndexOffsetItem

public IndexOffsetItem(int size)

Method Detail

emit

public void emit(byte[] buffer)

increment

public void increment(int[] currentOffset)