CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
font_style.h
1
2#ifndef _aspose_drawing_font_style_h_
3#define _aspose_drawing_font_style_h_
4
5#include <system/enum_helpers.h>
6#include <system/enum.h>
7
8namespace System { namespace Drawing {
10 enum class FontStyle {
12 Regular = 0,
14 Bold = 1,
16 Italic = 2,
18 Underline = 4,
20 Strikeout = 8,
21 };
22
25DECLARE_ENUM_OPERATORS(System::Drawing::FontStyle);
27DECLARE_USING_GLOBAL_OPERATORS
29}}
31DECLARE_USING_ENUM_OPERATORS(System::Drawing);
32
35template<>
36struct EnumMetaInfo<System::Drawing::FontStyle>
37{
39 typedef void Flags;
42 static ASPOSECPP_SHARED_API const std::array<std::pair<System::Drawing::FontStyle, const char_t*>, 5>& values();
43};
44
45#endif
Definition: bitmap.h:48
FontStyle
Represents a font style.
Definition: font_style.h:10
Definition: db_command.h:9