CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
text_rendering_hint.h
1
2#ifndef _text_rendering_hint_h_
3#define _text_rendering_hint_h_
4
5#include "system/enum.h"
6
7namespace System { namespace Drawing { namespace Text {
9 enum class TextRenderingHint {
11 SystemDefault = 0,
19 AntiAlias,
22 };
23
24}}}
25
28template<>
29struct EnumMetaInfo<System::Drawing::Text::TextRenderingHint>
30{
33 static ASPOSECPP_SHARED_API const std::array<std::pair<System::Drawing::Text::TextRenderingHint, const char_t*>, 6>& values();
34};
35
36
37
38#endif
@ Text
Defines color adjustment information for text.
TextRenderingHint
Specifies the quality of text rendering.
Definition: text_rendering_hint.h:9
@ SingleBitPerPixelGridFit
Glyph bitmap with hinting.
@ AntiAliasGridFit
Anti-aliasing with hinting.
@ SingleBitPerPixel
Glyph bitmap without hinting.
@ SystemDefault
Glyph with system default rendering hint.
@ ClearTypeGridFit
Glyph CT bitmap with hinting.
Definition: db_command.h:9