TFontCreationEventArgs Class
Base class for font creation events.
Syntax
Unit: FlexCel.Core
TFontCreationEventArgs = class(TFlexCelObject);
Constructors
Name |
Description |
Create |
Creates a new instance of the event arguments with the specified parameters.
|
Properties
Name |
Description |
FontName |
Name of the font. Change this value to create a font with a different name.
|
FontSize |
Size in points of the font. Change this value to create a font with a different size.
|
FontStyle |
Style of the font (italics, bold, etc.). Change this value to create a font with a different style.
|