Table of Contents

TFlxFont.Create Method

Overloads

TFlxFont.Create

Creates a font with size 10 and name "Arial".

Syntax

Unit: FlexCel.Core

class function TFlxFont.Create: TFlxFont; static; overload;

See also

TFlxFont.Create(string, Integer)

Creates a font with size and name.

Syntax

Unit: FlexCel.Core

class function TFlxFont.Create(const aName: string; const aSize20: Integer): TFlxFont; static; overload;

Parameters

<-> Parameter Type Description
const aName string
const aSize20 Integer

See also