Font.IsSystemFont Property

Definition

Gets a value indicating whether the font is a member of SystemFonts.

public:
 property bool IsSystemFont { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsSystemFont { get; }
[<System.ComponentModel.Browsable(false)>]
member this.IsSystemFont : bool
Public ReadOnly Property IsSystemFont As Boolean

Property Value

true if the font is a member of SystemFonts; otherwise, false. The default is false.

Attributes

Remarks

When the user changes the system font, the IsSystemFont property could return true, even if the font is not actually a system font. To avoid this situation, if you are using system fonts in your application, you should track user preference changes by handling the UserPreferenceChanging or UserPreferenceChanged event.

Applies to