xtd 0.2.0
Loading...
Searching...
No Matches
xtd::drawing::native::system_fonts Class Referencefinal
Inheritance diagram for xtd::drawing::native::system_fonts:
xtd::static_object

Definition

Contains system fonts native API.

Namespace
xtd::drawing::native
Library
xtd.drawing.native
Warning
Internal use only

Protected Static Methods

static intptr caption_font ()
 Gets a font that is used to display text in the title bars of windows.
 
static intptr default_font ()
 Gets the default font that applications can use for dialog boxes and forms.
 
static intptr dialog_font ()
 Gets a font that applications can use for dialog boxes and forms.
 
static intptr icon_title_font ()
 Gets a font that is used for icon titles.
 
static intptr menu_font ()
 Gets a font that is used for menus.
 
static intptr message_box_font ()
 Gets a font that is used for message boxes.
 
static intptr small_caption_font ()
 Gets a font that is used to display text in the title bars of small windows, such as tool windows.
 
static intptr status_font ()
 Gets a font that is used to display text in the status bar.
 
static intptr tool_font ()
 Gets a font that is used to display text in the tool bar.
 

Member Function Documentation

◆ caption_font()

static intptr xtd::drawing::native::system_fonts::caption_font ( )
staticprotected

Gets a font that is used to display text in the title bars of windows.

Returns
A font handle that is used to display text in the title bars of windows.
Warning
Internal use only

◆ default_font()

static intptr xtd::drawing::native::system_fonts::default_font ( )
staticprotected

Gets the default font that applications can use for dialog boxes and forms.

Returns
The default font handle of the system. The value returned will vary depending on the user's operating system and the local culture setting of their system.
Warning
Internal use only

◆ dialog_font()

static intptr xtd::drawing::native::system_fonts::dialog_font ( )
staticprotected

Gets a font that applications can use for dialog boxes and forms.

Returns
A font handle that can be used for dialog boxes and forms, depending on the operating system and local culture setting of the system.
Warning
Internal use only

◆ icon_title_font()

static intptr xtd::drawing::native::system_fonts::icon_title_font ( )
staticprotected

Gets a font that is used for icon titles.

Returns
A font handle that is used for icon titles.
Warning
Internal use only

◆ menu_font()

static intptr xtd::drawing::native::system_fonts::menu_font ( )
staticprotected

Gets a font that is used for menus.

Returns
A font handle that is used for menus.
Warning
Internal use only

◆ message_box_font()

static intptr xtd::drawing::native::system_fonts::message_box_font ( )
staticprotected

Gets a font that is used for message boxes.

Returns
A font handle that is used for message boxes.
Warning
Internal use only

◆ small_caption_font()

static intptr xtd::drawing::native::system_fonts::small_caption_font ( )
staticprotected

Gets a font that is used to display text in the title bars of small windows, such as tool windows.

Returns
A font handle that is used to display text in the title bars of small windows, such as tool windows.
Warning
Internal use only

◆ status_font()

static intptr xtd::drawing::native::system_fonts::status_font ( )
staticprotected

Gets a font that is used to display text in the status bar.

Returns
A font handle that is used to display text in the status bar.
Warning
Internal use only

◆ tool_font()

static intptr xtd::drawing::native::system_fonts::tool_font ( )
staticprotected

Gets a font that is used to display text in the tool bar.

Returns
A font handle that is used to display text in the tool bar.
Warning
Internal use only

The documentation for this class was generated from the following file: