Table of Contents

Class CffFont.Item

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll
protected abstract class CffFont.Item
Inheritance
CffFont.Item
Derived
Inherited Members

Constructors

Item()

protected Item()

Fields

MyOffset

protected int MyOffset

Field Value

int

Methods

Emit(byte[])

Emit the byte stream for this item.

public virtual void Emit(byte[] buffer)

Parameters

buffer byte[]

Increment(int[])

remember the current offset and increment by item's size in bytes.

public virtual void Increment(int[] currentOffset)

Parameters

currentOffset int[]

Xref()

Fix up cross references to this item (applies only to markers).

public virtual void Xref()