
The AdaptFontEventArgs class provides data for the TextControl.AdaptFont, WPF.TextControl.AdaptFont and ServerTextControl.AdaptFont events.
Introduced: 15.0.
[C#]
public class AdaptFontEventArgs: EventArgs
[Visual Basic]
Public Class AdaptFontEventArgs
Inherits EventArgs
| Property | Description | |
| AdaptedFontName | Gets or sets the adapted font. | |
| FontName | Gets the name of the original font which must be adapted. | |
| SupportedFonts | Gets a list of all fonts currently supported. |