xtd 0.2.0
font_box_options.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace forms {
48 }
49}
50
52flags_attribute_(xtd::forms, font_box_options);
53
56};
#define flags_attribute_(namespace_name, enum_type)
Provides the set attribute struct for enumerations helper.
Definition flags_attribute.hpp:34
std::vector< std::pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.hpp:24
font_box_options
Specifies options on a xtd::forms::font_box.
Definition font_box_options.hpp:22
@ show_help
A Help button appears in the color dialog box.
Definition color_box_styles.hpp:34
@ show_color
Whether the dialog box displays the color choice.
Definition font_box_options.hpp:40
@ none
No options.
Definition font_box_options.hpp:24
@ allow_script_change
Whether the user can change the character set specified in the Script combo box to display a characte...
Definition font_box_options.hpp:32
@ allow_simulations
Whether the dialog box allows graphics device interface (GDI) font simulations.
Definition font_box_options.hpp:26
@ scripts_only
Whether the dialog box allows selection of fonts for all non-OEM and Symbol character sets,...
Definition font_box_options.hpp:36
@ allow_vertical_fonts
Whether the dialog box displays both vertical and horizontal fonts or only horizontal fonts.
Definition font_box_options.hpp:30
@ show_effects
Whether the dialog box contains controls that allow the user to specify strikethrough,...
Definition font_box_options.hpp:42
@ show_apply
Whether the dialog box contains an Apply button.
Definition font_box_options.hpp:38
@ allow_vector_fonts
Whether the dialog box allows vector font selections.
Definition font_box_options.hpp:28
@ all
All flags except none.
Definition font_box_options.hpp:46
@ fixed_pitch_only
Whether the dialog box allows only the selection of fixed-pitch fonts.
Definition font_box_options.hpp:34
@ show_help
Whether the dialog box displays a Help button.
Definition font_box_options.hpp:44
@ none
no styles.
Definition anchor_styles.hpp:21
@ all
All flags except none.
Definition anchor_styles.hpp:31
The xtd::forms namespace contains classes for creating Windows-based applications that take full adva...
Definition texts.hpp:219
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38