#include <xtd/enum>
Contains xtd::drawing::font_style enum class.
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::drawing | |
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functionality is provided in the xtd::drawing::drawing_2d, xtd::drawing::imaging, and xtd::drawing::text namespaces. | |
Enumerations | |
enum | xtd::drawing::font_style { xtd::drawing::font_style::regular = 0, xtd::drawing::font_style::bold = 0b1, xtd::drawing::font_style::italic = 0b10, xtd::drawing::font_style::underline = 0b100, xtd::drawing::font_style::strikeout = 0b1000 } |
Specifies style information applied to text. This enumeration has a flags attribute that allows a bitwise combination of its member values. More... | |