System::Drawing::SystemFonts-klass

SystemFonts class

Tillhandahåller en uppsättning förskapade Font-objekt som representerar teckensnitt som används för att visa text i Windows-displayelement. 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

MetodBeskrivning
static get_CaptionFont()INTE IMPLEMENTERAD.
static get_DefaultFont()Returnerar ett Font-objekt som representerar standardteckensnittet som applikationen kan använda för dialogrutor och formulär.
static get_IconTitleFont()INTE IMPLEMENTERAD.
static get_MenuFont()INTE IMPLEMENTERAD.
static get_MessageBoxFont()INTE IMPLEMENTERAD.
static get_SmallCaptionFont()INTE IMPLEMENTERAD.
static get_StatusFont()INTE IMPLEMENTERAD.

Se även