Table of Contents

IFlexCelFontList.GetFont Method

Returns the font definition for a given font index.

Syntax

Namespace: FlexCel.Core

public abstract TFlxFont GetFont(Int32 fontIndex)

Parameters

<-> Parameter Type Description
fontIndex Int32 Font index. 0-based

Returns

Font definition

See also