Table of Contents

FontCreatingEventArgs.FontCreatingEventArgs Constructor

Creates a new instance of the event arguments with the specified parameters.

Syntax

Namespace: FlexCel.Core

public FontCreatingEventArgs(String aFontName, Double aFontSize, TUIFontStyle aFontStyle)

Parameters

<-> Parameter Type Description
aFontName String Name of the font.
aFontSize Double Size in points of the font.
aFontStyle TUIFontStyle Style of the font.

See also