#include <xtd/enum>
Contains xtd::forms::font_box_options control.
Go to the source code of this file.
Namespaces | |
xtd | |
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more. | |
xtd::forms | |
The xtd::forms namespace contains classes for creating Windows-based applications that take full advantage of the rich user interface features available in the Microsoft Windows operating system, Apple macOS and Linux like Ubuntu operating system. | |
Enumerations | |
enum | xtd::forms::font_box_options { xtd::forms::font_box_options::none = 0b0, xtd::forms::font_box_options::allow_simulations = 0b1, xtd::forms::font_box_options::allow_vector_fonts = 0b10, xtd::forms::font_box_options::allow_vertical_fonts = 0b100, xtd::forms::font_box_options::allow_script_change = 0b1000, xtd::forms::font_box_options::fixed_pitch_only = 0b10000, xtd::forms::font_box_options::scripts_only = 0b100000, xtd::forms::font_box_options::show_apply = 0b1000000, xtd::forms::font_box_options::show_color = 0b10000000, xtd::forms::font_box_options::show_effects = 0b100000000, xtd::forms::font_box_options::show_help = 0b1000000000, xtd::forms::font_box_options::all = allow_simulations | allow_vector_fonts | allow_vertical_fonts | allow_script_change | fixed_pitch_only | scripts_only | show_apply | show_color | show_effects | show_help } |
Specifies options on a xtd::forms::font_box. More... | |