xtd - Reference Guide
0.1.0
Modern c++17/20 framework to create console, GUI and unit test applications on Windows, macOS, Linux, iOS and android.
|
#include <system_fonts.h>
Specifies the fonts used to display text in Windows display elements.
Inherits xtd::static_object.
Static Public Member Functions | |
static xtd::drawing::font | caption_font () |
Gets a font that is used to display text in the title bars of windows. | |
static xtd::drawing::font | default_font () |
Gets the default font that applications can use for dialog boxes and forms. | |
static xtd::drawing::font | dialog_font () |
Gets a font that applications can use for dialog boxes and forms. | |
static xtd::drawing::font | icon_title_font () |
Gets a font that is used for icon titles. | |
static xtd::drawing::font | menu_font () |
Gets a font that is used for menus. | |
static xtd::drawing::font | message_box_font () |
Gets a font that is used for message boxes. | |
static xtd::drawing::font | small_caption_font () |
Gets a font that is used to display text in the title bars of small windows, such as tool windows. | |
static xtd::drawing::font | status_font () |
Gets a font that is used to display text in the status bar. | |
|
static |
Gets a font that is used to display text in the title bars of windows.
|
static |
Gets the default font that applications can use for dialog boxes and forms.
System and/or culture | Font |
---|---|
Windows NT 4x, Japanese version | MS UI Gothic, 9 point |
Arabic Windows | Tahoma, 8 point |
Other operating system/culture | MS Shell Dlg logical font, typically Microsoft Sans Serif, 8 point |
|
static |
Gets a font that applications can use for dialog boxes and forms.
|
static |
Gets a font that is used for icon titles.
|
static |
Gets a font that is used for menus.
|
static |
Gets a font that is used for message boxes.
|
static |
Gets a font that is used to display text in the title bars of small windows, such as tool windows.
|
static |
Gets a font that is used to display text in the status bar.