ホーム › Graphics.GdiPlus › TextRenderingHint
TextRenderingHint
列挙型メンバー 6
| 名前 | 10進 | 16進 |
|---|---|---|
| TextRenderingHintSystemDefault | 0 | 0x0 |
| TextRenderingHintSingleBitPerPixelGridFit | 1 | 0x1 |
| TextRenderingHintSingleBitPerPixel | 2 | 0x2 |
| TextRenderingHintAntiAliasGridFit | 3 | 0x3 |
| TextRenderingHintAntiAlias | 4 | 0x4 |
| TextRenderingHintClearTypeGridFit | 5 | 0x5 |
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum TextRenderingHint : int {
TextRenderingHintSystemDefault = 0,
TextRenderingHintSingleBitPerPixelGridFit = 1,
TextRenderingHintSingleBitPerPixel = 2,
TextRenderingHintAntiAliasGridFit = 3,
TextRenderingHintAntiAlias = 4,
TextRenderingHintClearTypeGridFit = 5
} TextRenderingHint;public enum TextRenderingHint : int
{
TextRenderingHintSystemDefault = 0,
TextRenderingHintSingleBitPerPixelGridFit = 1,
TextRenderingHintSingleBitPerPixel = 2,
TextRenderingHintAntiAliasGridFit = 3,
TextRenderingHintAntiAlias = 4,
TextRenderingHintClearTypeGridFit = 5,
}Public Enum TextRenderingHint As Integer
TextRenderingHintSystemDefault = 0
TextRenderingHintSingleBitPerPixelGridFit = 1
TextRenderingHintSingleBitPerPixel = 2
TextRenderingHintAntiAliasGridFit = 3
TextRenderingHintAntiAlias = 4
TextRenderingHintClearTypeGridFit = 5
End Enumimport enum
class TextRenderingHint(enum.IntEnum):
TextRenderingHintSystemDefault = 0
TextRenderingHintSingleBitPerPixelGridFit = 1
TextRenderingHintSingleBitPerPixel = 2
TextRenderingHintAntiAliasGridFit = 3
TextRenderingHintAntiAlias = 4
TextRenderingHintClearTypeGridFit = 5// TextRenderingHint
pub const TextRenderingHintSystemDefault: i32 = 0;
pub const TextRenderingHintSingleBitPerPixelGridFit: i32 = 1;
pub const TextRenderingHintSingleBitPerPixel: i32 = 2;
pub const TextRenderingHintAntiAliasGridFit: i32 = 3;
pub const TextRenderingHintAntiAlias: i32 = 4;
pub const TextRenderingHintClearTypeGridFit: i32 = 5;// TextRenderingHint
const (
TextRenderingHintSystemDefault int32 = 0
TextRenderingHintSingleBitPerPixelGridFit int32 = 1
TextRenderingHintSingleBitPerPixel int32 = 2
TextRenderingHintAntiAliasGridFit int32 = 3
TextRenderingHintAntiAlias int32 = 4
TextRenderingHintClearTypeGridFit int32 = 5
)const
TextRenderingHintSystemDefault = 0;
TextRenderingHintSingleBitPerPixelGridFit = 1;
TextRenderingHintSingleBitPerPixel = 2;
TextRenderingHintAntiAliasGridFit = 3;
TextRenderingHintAntiAlias = 4;
TextRenderingHintClearTypeGridFit = 5;// TextRenderingHint
pub const TextRenderingHintSystemDefault: i32 = 0;
pub const TextRenderingHintSingleBitPerPixelGridFit: i32 = 1;
pub const TextRenderingHintSingleBitPerPixel: i32 = 2;
pub const TextRenderingHintAntiAliasGridFit: i32 = 3;
pub const TextRenderingHintAntiAlias: i32 = 4;
pub const TextRenderingHintClearTypeGridFit: i32 = 5;const
TextRenderingHintSystemDefault* = 0
TextRenderingHintSingleBitPerPixelGridFit* = 1
TextRenderingHintSingleBitPerPixel* = 2
TextRenderingHintAntiAliasGridFit* = 3
TextRenderingHintAntiAlias* = 4
TextRenderingHintClearTypeGridFit* = 5enum TextRenderingHint : int {
TextRenderingHintSystemDefault = 0,
TextRenderingHintSingleBitPerPixelGridFit = 1,
TextRenderingHintSingleBitPerPixel = 2,
TextRenderingHintAntiAliasGridFit = 3,
TextRenderingHintAntiAlias = 4,
TextRenderingHintClearTypeGridFit = 5,
}#define global TextRenderingHintSystemDefault 0x0
#define global TextRenderingHintSingleBitPerPixelGridFit 0x1
#define global TextRenderingHintSingleBitPerPixel 0x2
#define global TextRenderingHintAntiAliasGridFit 0x3
#define global TextRenderingHintAntiAlias 0x4
#define global TextRenderingHintClearTypeGridFit 0x5