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