Table of Contents

TUIFont.Create Method

Overloads

TUIFont.Create(String, Double)

Creates a font with the given name and size.

Syntax

Namespace: FlexCel.Core

public static TUIFont Create(String aName, Double aSize)

Parameters

<-> Parameter Type Description
aName String Name of the font.
aSize Double Size in points of the font.

See also

TUIFont.Create(String, Double, TUIFontStyle)

Creates a font with the given name, size and style.

Syntax

Namespace: FlexCel.Core

public static TUIFont Create(String aName, Double aSize, TUIFontStyle aFontStyle)

Parameters

<-> Parameter Type Description
aName String Name of the font.
aSize Double Size in points of the font.
aFontStyle TUIFontStyle Style of the font (italic, bold, etc)

See also