Click or drag to resize

FontFileSelectionEventArgs Properties

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