System::Drawing::Text::TextRenderingHint 枚举
TextRenderingHint enum
指定文本渲染的质量。
enum class TextRenderingHint
值
| 名称 | 值 | 描述 |
|---|---|---|
| SystemDefault | 0 | 使用系统默认渲染提示的字形。 |
| SingleBitPerPixelGridFit | 1 | 带提示的字形位图。 |
| SingleBitPerPixel | 2 | 不带提示的字形位图。 |
| AntiAliasGridFit | 3 | 带提示的抗锯齿。 |
| AntiAlias | 4 | 不带提示的字形抗锯齿位图。 |
| ClearTypeGridFit | 5 | 带提示的 ClearType 字形位图。 |
另见
- Namespace System::Drawing::Text
- Library Aspose.Font for C++