Table of Contents

Property this

Namespace
DocWright.Fonts
Assembly
DocWright.Fonts.dll

this[int]

Gets one PANOSE byte by index (0-9).

public byte this[int index] { get; }

Parameters

index int

The byte index.

Property Value

byte

The requested byte.

Exceptions

ArgumentOutOfRangeException

index is outside 0-9.