System::Drawing::SystemFonts class

SystemFonts class

Fornisce un set di oggetti Font pre‑creati che rappresentano i caratteri usati per visualizzare il testo in Windows elementi di visualizzazione. Questo è un tipo statico senza servizi di istanza. Non dovresti mai creare istanze di esso in alcun modo.

class SystemFonts : public System::Object

Metodi

MetodoDescrizione
static get_CaptionFont()NOT IMPLEMENTED.
static get_DefaultFont()Restituisce un oggetto Font che rappresenta il carattere predefinito che l’applicazione può usare per finestre di dialogo e form.
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.

Vedi anche