Specifies the fonts used to display text in Windows display elements.
Specifies the fonts used to display text in Windows display elements.
Definition system_fonts.h:25
#define drawing_export_
Define shared library export.
Definition drawing_export.h:13
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
- Inheritance
- xtd::static_object → xtd::drawing::system_fonts
- Namespace
- xtd::drawing
- Library
- xtd.drawing
◆ caption_font()
◆ default_font()
Gets the default font that applications can use for dialog boxes and forms.
- Returns
- The default xtd::drawing::font of the system. The value returned will vary depending on the user's operating system and the local culture setting of their system.
◆ dialog_font()
Gets a xtd::drawing::font that applications can use for dialog boxes and forms.
- Returns
- A xtd::drawing::font that can be used for dialog boxes and forms, depending on the operating system and local culture setting of the system.
◆ icon_title_font()
◆ menu_font()
◆ message_box_font()
◆ small_caption_font()
Gets a xtd::drawing::font that is used to display text in the title bars of small windows, such as tool windows.
- Returns
- A xtd::drawing::font that is used to display text in the title bars of small windows, such as tool windows.
◆ status_font()
◆ tool_font()
◆ get_fonts()
static const std::vector< xtd::drawing::font > & xtd::drawing::system_fonts::get_fonts |
( |
| ) |
|
|
static |
Gets an array of system fonts.
◆ get_font_names()
static const std::vector< xtd::string > & xtd::drawing::system_fonts::get_font_names |
( |
| ) |
|
|
static |
Gets an array of system font names.
The documentation for this class was generated from the following file: