Table of Contents

TFlxFont.TFlxFont Constructor

Overloads

TFlxFont.TFlxFont

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

Syntax

Namespace: FlexCel.Core

public TFlxFont()

See also

TFlxFont.TFlxFont(String, Int32)

Creates a font with size and name.

Syntax

Namespace: FlexCel.Core

public TFlxFont(String aName, Int32 aSize20)

Parameters

<-> Parameter Type Description
aName String
aSize20 Int32

See also