Click or drag to resize

FontFileSelectionEventArgsSelectedFont Property

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.


Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.2.13
Syntax
public FontFile SelectedFont { get; set; }

Property Value

FontFile
See Also