System::Drawing::SystemFonts klass
SystemFonts class
Tillhandahåller en uppsättning förskapade Font objekt som representerar typsnitt som används för att visa text i Windows display‑element. Detta är en statisk typ utan instansfunktioner. Du bör aldrig skapa instanser av den på något sätt.
class SystemFonts : public System::Object
Metoder
| Metod | Beskrivning |
|---|---|
| static get_CaptionFont() | INTE IMPLEMENTERAT. |
| static get_DefaultFont() | Returnerar ett Font objekt som representerar standardtypsnittet som applikationen kan använda för dialogrutor och formulär. |
| static get_IconTitleFont() | INTE IMPLEMENTERAT. |
| static get_MenuFont() | INTE IMPLEMENTERAT. |
| static get_MessageBoxFont() | INTE IMPLEMENTERAT. |
| static get_SmallCaptionFont() | INTE IMPLEMENTERAT. |
| static get_StatusFont() | INTE IMPLEMENTERAT. |
Se även
- Class Object
- Namespace System::Drawing
- Library Aspose.Page for C++