Table of Contents

FontCreatedEventArgs Class

Arguments passed in FontCreated events.

Syntax

Namespace: FlexCel.Core

public class FontCreatedEventArgs: FontCreationEventArgs

Constructors

Name Description
FontCreatedEventArgs 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 FontCreation​Event​Args.​Font​Name instead.
IsModified Returns true if any properties of the class were modified since the class was created.