Table of Contents

Class CffFont.UInt24Item

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

Constructors

UInt24Item(int)

public UInt24Item(int value)

Parameters

value int

Fields

Value

public int Value

Field Value

int

Methods

Emit(byte[])

this is incomplete!

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[]