Table of Contents

FontCreationEventArgs Class

Base class for font creation events.

Syntax

Namespace: FlexCel.Core

public abstract class FontCreationEventArgs

Constructors

Name Description
FontCreation​Event​Args 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.