Table of Contents

TCondFmtFont.Create Method

Creates a new struct setting the members.

Syntax

Unit: FlexCel.Core

class function TCondFmtFont.Create(const aSize20: Integer; const aColor: TExcelColor; const aStyle: Set of TFlxFontStyles; const aUnderline: TFlxUnderline): TCondFmtFont; static; overload;

Parameters

<-> Parameter Type Description
const aSize20 Integer Size of the font in 1/20 of a point.
const aColor TExcelColor Color of the font.
const aStyle Set of TFlxFontStyles Style of the font.
const aUnderline TFlxUnderline Underline of the font.

See also