none_antialias |
// アンチエイリアスなし |
x2_antialias |
// 2 * 2 のアンチエイリアス |
x4_antialias |
// 4 * 4 のアンチエイリアス |
x8_antialias |
// 8 * 8 のアンチエイリアス |
x16_antialias |
// 16 * 16 のアンチエイリアス |
|
|
Winding_PathFillRule |
// 重なった部分を塗りつぶす |
EvenOdd_PathFillRule |
// 重なった部分を塗りつぶさない |
|
|
And_PathOperator |
// AND演算 |
Or_PathOperator |
// OR演算 |
Xor_PathOperator |
// XOR演算 |
Sub_PathOperator |
// SUB演算 |
|
|
Null_FontFormatType |
|
Raster_FontFormatType |
|
TrueType_FontFormatType |
|
|
|
Null_FontCharsetType |
|
Unicode_FontCharsetType |
|
Roman_FontCharsetType |
|
Japanese_FontCharsetType |
|
Unknown_FontCharsetType |
|
|
|
Null_FontPitchType |
|
Fix_FontPitchType |
|
Variable_FontPitchType |
|
|
|
rgb_pixelformat |
// X , R , G , B |
rgba_pixelformat |
// A , R , G , B |
a_pixelformat |
// A |
|
|
Repeat_Wraptype |
// 繰り返し |
Clamp_Wraptype |
//繰り返さない |
|
|
enum SourceInterpolateType_gp |
{ |
Nearest_SourceInterpolateType_gp |
// 補間なし |
Linear_SourceInterpolateType_gp |
// 線形補間 |
Bicubic_SourceInterpolateType_gp |
// Bicubic補間 |
|
|
Left_TextAlignHorz_gp |
// 左 |
Center_TextAlignHorz_gp |
// 中央 |
Right_TextAlignHorz_gp |
// 右 |
|
|
Top_TextAlignVert_gp |
// 左 |
Center_TextAlignVert_gp |
// 中央 |
Bottom_TextAlignVert_gp |
// 右 |
|
|
|
|