Table of Contents

FontCreatedEventArgs.FontCreatedEventArgs Constructor

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

Syntax

Namespace: FlexCel.Core

public FontCreatedEventArgs(String aSubstitutedFontName, String aOriginalFontName, Double aFontSize, TUIFontStyle aFontStyle)

Parameters

<-> Parameter Type Description
aSubstitutedFontName String Name of the final font as decided by the operating system. Note that some operating systems might return the same name as the original font even if they used a substitute font under the hood.
In those platforms we can't know a font has been substituted.
aOriginalFontName String Name of the font we were trying to create. It might not be the same as the font the operating system gave to us.
aFontSize Double Size in points of the font.
aFontStyle TUIFontStyle Style of the font.

See also