The AdaptFontEventArgs class provides data for the TextControl.AdaptFont, WPF.TextControl.AdaptFont and ServerTextControl.AdaptFont events.

Syntax

public class AdaptFontEventArgs: EventArgs
Public Class AdaptFontEventArgs
  Inherits EventArgs

Introduced: 15.0.

Properties

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.