TFontCreatedEventArgs Class
Arguments passed in FontCreated events.
Syntax
Unit: FlexCel.Core
TFontCreatedEventArgs = class(TFontCreationEventArgs);
Constructors
Name |
Description |
Create |
Creates a new instance of the event arguments with the specified parameters.
|
Properties
Name |
Description |
SubstitutedFontName |
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.
|
OriginalFontName |
Name of the font we were trying to create. This property is readonly, to change it change TFontCreationEventArgs.FontName instead.
|
IsModified |
Returns true if any properties of the class were modified since the class was created.
|