|
enum class | kiwano::InterpolationMode { InterpolationMode::Linear
, InterpolationMode::Nearest
} |
| 插值模式 更多...
|
|
enum class | kiwano::PixelFormat { Bpp32RGBA
, Bpp32BGRA
} |
| 像素格式 更多...
|
|
enum class | kiwano::GradientExtendMode { GradientExtendMode::Clamp
, GradientExtendMode::Wrap
, GradientExtendMode::Mirror
} |
| 渐变扩充模式 更多...
|
|
enum class | kiwano::FontPosture { FontPosture::Normal
, FontPosture::Oblique
, FontPosture::Italic
} |
| 字体形态 更多...
|
|
enum class | kiwano::FontStretch {
Unknown
, UltraCondensed
, ExtraCondensed
, FontStretch::Condensed
,
SemiCondensed
, FontStretch::Normal
, SemiExpanded
, FontStretch::Expanded
,
ExtraExpanded
, UltraExpanded
} |
| 字体拉伸 更多...
|
|
enum class | kiwano::TextAntialiasMode { TextAntialiasMode::Default
, TextAntialiasMode::ClearType
, TextAntialiasMode::GrayScale
, TextAntialiasMode::None
} |
| 文字抗锯齿模式 更多...
|
|
enum class | kiwano::BlendMode {
SourceOver = 0
, Copy = 1
, Min = 2
, Add = 3
,
Max = 4
} |
| 混合模式
|
|
enum class | kiwano::CombineMode { CombineMode::Union
, CombineMode::Intersect
, CombineMode::Xor
, CombineMode::Exclude
} |
| 形状合并方式 更多...
|
|
enum class | kiwano::CapStyle { CapStyle::Flat
, CapStyle::Square
, CapStyle::Round
, CapStyle::Triangle
} |
| 线条端点样式 更多...
|
|
enum class | kiwano::LineJoinStyle { LineJoinStyle::Miter
, LineJoinStyle::Bevel
, LineJoinStyle::Round
} |
| 线条交点样式 更多...
|
|
enum class | kiwano::DashStyle {
DashStyle::Solid
, DashStyle::Dash
, DashStyle::Dot
, DashStyle::DashDot
,
DashStyle::DashDotDot
} |
| 线条虚线样式 更多...
|
|
enum class | kiwano::TextAlign { TextAlign::Left
, TextAlign::Right
, TextAlign::Center
, TextAlign::Justified
} |
| 文本对齐方式 更多...
|
|
enum class | kiwano::TextWordWrapping {
TextWordWrapping::NoWrap
, TextWordWrapping::Wrap
, TextWordWrapping::EmergencyBreak
, TextWordWrapping::WholeWord
,
TextWordWrapping::Character
} |
| 换行方式 更多...
|
|