Contains system fonts native API.
- Namespace
- xtd::drawing::native
- Library
- xtd.drawing.native
- Warning
- Internal use only
◆ 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: