System.Drawing.SystemFonts
Specifies the fonts used to display text in Windows display elements.
namespace System.Drawing
{
public static class SystemFonts
{
public static Font CaptionFont { get; }
public static Font DefaultFont { get; }
public static Font DialogFont { get; }
public static Font IconTitleFont { get; }
public static Font MenuFont { get; }
public static Font MessageBoxFont { get; }
public static Font SmallCaptionFont { get; }
public static Font StatusFont { get; }
public static Font GetFontByName(string systemFontName);
}
}