Table of Contents

Class CffFont.UInt8Item

Namespace
iTextSharp.text.pdf
Assembly
iTextSharp.LGPLv2.Core.dll

A SID or Card16 item.

protected class CffFont.UInt8Item : CffFont.Item
Inheritance
CffFont.UInt8Item
Inherited Members

Constructors

UInt8Item(char)

public UInt8Item(char value)

Parameters

value char

Fields

Value

public char Value

Field Value

char

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