TFontCreatingEventArgs.Create Constructor
Creates a new instance of the event arguments with the specified parameters.
Syntax
Unit: FlexCel.Core
constructor TFontCreatingEventArgs.Create(const aFontName: string; const aFontSize: Double; const aFontStyle: Set of TUIFontStyle);
Parameters
<-> |
Parameter |
Type |
Description |
const |
aFontName |
string |
Name of the font. |
const |
aFontSize |
Double |
Size in points of the font. |
const |
aFontStyle |
Set of TUIFontStyle |
Style of the font. |
See also