Class CffFont.IndexOffsetItem
- Namespace
- iTextSharp.text.pdf
- Assembly
- iTextSharp.LGPLv2.Core.dll
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.
protected class CffFont.IndexOffsetItem : CffFont.OffsetItem
- Inheritance
-
CffFont.IndexOffsetItem
- Inherited Members
Constructors
IndexOffsetItem(int)
public IndexOffsetItem(int size)
Parameters
size
int
IndexOffsetItem(int, int)
public IndexOffsetItem(int size, int value)
Parameters
Fields
Size
public int Size
Field Value
Methods
Emit(byte[])
Emit the byte stream for this item.
public override void Emit(byte[] buffer)
Parameters
buffer
byte[]
Increment(int[])
remember the current offset and increment by item's size in bytes.
public override void Increment(int[] currentOffset)
Parameters
currentOffset
int[]