SystemFonts

SystemFonts class

指定用于在 Windows 显示元素中显示文本的字体。

public sealed class SystemFonts

特性

姓名描述
static CaptionFont { get; }得到一个Font用于在 windows 的标题栏中显示文本。
static DefaultFont { get; }获取应用程序可用于对话框和表单的默认字体。
static DialogFont { get; }获取应用程序可用于对话框和表单的字体。
static IconTitleFont { get; }得到一个Font用于图标标题。
static MenuFont { get; }得到一个Font用于菜单。
static MessageBoxFont { get; }得到一个Font用于消息框。
static SmallCaptionFont { get; }得到一个Font用于在小窗口的标题栏中显示文本,例如工具窗口。
static StatusFont { get; }得到一个Font用于在状态栏中显示文本。

方法

姓名描述
static GetFontByName(string)返回与指定系统字体名称对应的字体对象。

也可以看看