#include <xtd/drawing/system_fonts>
#include <xtd/console>
auto main() -> int {
}
static void write_line()
Writes the current line terminator to the standard output stream using the specified format informati...
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 message_box_font()
Gets a xtd::drawing::font that is used for message boxes.
static xtd::drawing::font menu_font()
Gets a xtd::drawing::font that is used for menus.
static xtd::drawing::font icon_title_font()
Gets a xtd::drawing::font that is used for icon titles.
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,...
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 status_font()
Gets a xtd::drawing::font that is used to display text in the status bar.
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8