Click or drag to resize

FontFileSelectionEventArgs Class

Provides data for the FontSelection event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    SautinSoft.DocumentFontFileSelectionEventArgs

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.1.16
Syntax
public sealed class FontFileSelectionEventArgs : EventArgs

The FontFileSelectionEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyBold Gets a value indicating whether the font is bold.
Public propertyCharacter Gets the Unicode character that should be outlined with the SelectedFont or -1 if no character should currently be outlined.
Public propertyFontName Gets the original font name.
Public propertyItalic Gets a value indicating whether the font is italic.
Public propertySelectedFont

Gets or sets the actual (selected) font that will be used for outlining the Character based on the FontName, Italic and Bold values.

Use any of the fonts returned from the Fonts collection.

Top
See Also