System::Drawing::SystemFonts class
Contents
[
Hide
]SystemFonts class
Provides a set of pre-created Font objects that represent fonts used to display text in Windows display elements. This is a static type with no instance services. You should never create instances of it by any means.
class SystemFonts : public System::Object
Methods
Method | Description |
---|---|
static get_CaptionFont() | NOT IMPLEMENTED. |
static get_DefaultFont() | Returns a Font object that represents the default font that application can use for dialog boxes and forms. |
static get_IconTitleFont() | NOT IMPLEMENTED. |
static get_MenuFont() | NOT IMPLEMENTED. |
static get_MessageBoxFont() | NOT IMPLEMENTED. |
static get_SmallCaptionFont() | NOT IMPLEMENTED. |
static get_StatusFont() | NOT IMPLEMENTED. |
See Also
- Class Object
- Namespace System::Drawing
- Library Aspose.PUB for C++