#include <xtd/xtd>
namespace hello_world_emoticons_example {
class main_form :
public form {
public:
main_form() {
text("Hello world (emoticons)");
auto_size(true);
label.
text(emoticons::waving_hand_sign +
", " + emoticons::earth_globe_americas + emoticons::heavy_exclamation_mark_symbol);
}
private:
};
}
auto main() -> int {
application::run(hello_world_emoticons_example::main_form {});
}
Defines a particular format for text, including font face, size, and style attributes....
Definition font.h:45
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10