System::Drawing::SystemFonts 类
SystemFonts class
提供一组预先创建的 Font 对象,表示用于在 Windows 显示元素中显示文本的字体。这是一个没有实例服务的静态类型。您绝不应以任何方式创建其实例。
class SystemFonts : public System::Object
方法
| 方法 | 描述 |
|---|---|
| static get_CaptionFont() | 未实现。 |
| static get_DefaultFont() | 返回一个表示应用程序可用于对话框和窗体的默认字体的 Font 对象。 |
| static get_IconTitleFont() | 未实现。 |
| static get_MenuFont() | 未实现。 |
| static get_MessageBoxFont() | 未实现。 |
| static get_SmallCaptionFont() | 未实现。 |
| static get_StatusFont() | 未实现。 |
另见
- Class Object
- Namespace System::Drawing
- Library Aspose.Font for C++