Table of Contents

TThemeTextFont.Create Method

Overloads

TThemeTextFont.Create(string)

Creates a new TThemeTextFont.

Syntax

Unit: FlexCel.Core

class function TThemeTextFont.Create(const aTypeface: string): TThemeTextFont; static; overload;

Parameters

<-> Parameter Type Description
const aTypeface string See Typeface

See also

TThemeTextFont.Create(string, string, TPitchFamily, TFontCharSet)

Creates a new TThemeTextFont.

Syntax

Unit: FlexCel.Core

class function TThemeTextFont.Create(const aTypeface: string; const aPanose: string; const aPitch: TPitchFamily; const aCharSet: TFontCharSet): TThemeTextFont; static; overload;

Parameters

<-> Parameter Type Description
const aTypeface string See Typeface
const aPanose string See Panose
const aPitch TPitchFamily See Pitch
const aCharSet TFontCharSet See CharSet

See also