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
8
namespace
System
{
namespace
Drawing {
10
enum class
FontStyle
{
12
Regular
= 0,
14
Bold
= 1,
16
Italic
= 2,
18
Underline
= 4,
20
Strikeout
= 8,
21
};
22
25
DECLARE_ENUM_OPERATORS(
System::Drawing::FontStyle
);
27
DECLARE_USING_GLOBAL_OPERATORS
29
}}
31
DECLARE_USING_ENUM_OPERATORS(
System::Drawing
);
32
35
template
<>
36
struct
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
System::Drawing
Definition:
bitmap.h:48
System::Drawing::FontStyle
FontStyle
Represents a font style.
Definition:
font_style.h:10
System::Drawing::FontStyle::Bold
@ Bold
Bold.
System::Drawing::FontStyle::Italic
@ Italic
Italic.
System::Drawing::FontStyle::Strikeout
@ Strikeout
Strikeout.
System::Drawing::FontStyle::Underline
@ Underline
Underline.
System::Drawing::FontStyle::Regular
@ Regular
Normal.
System
Definition:
db_command.h:9
include
drawing
font_style.h
Generated by
1.9.4