Specifies the fonts used to display text in Windows display elements.
Public Static Properties | |
static xtd::drawing::font | caption_font () |
Gets a xtd::drawing::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 xtd::drawing::font that applications can use for dialog boxes and forms. | |
static xtd::drawing::font | icon_title_font () |
Gets a xtd::drawing::font that is used for icon titles. | |
static xtd::drawing::font | menu_font () |
Gets a xtd::drawing::font that is used for menus. | |
static xtd::drawing::font | message_box_font () |
Gets a xtd::drawing::font that is used for message boxes. | |
static xtd::drawing::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. | |
static xtd::drawing::font | status_font () |
Gets a xtd::drawing::font that is used to display text in the status bar. | |
static xtd::drawing::font | tool_font () |
Gets a xtd::drawing::font that is used to display text in the tool bar. | |
Public Static Methods | |
static const std::vector< xtd::drawing::font > & | get_fonts () |
Gets an array of system fonts. | |
static const std::vector< xtd::string > & | get_font_names () |
Gets an array of system font names. | |