System::Drawing::Text::TextRenderingHint enum
TextRenderingHint enum
Specifies the quality of text rendering.
enum class TextRenderingHint
Values
Name | Value | Description |
---|---|---|
SystemDefault | 0 | Glyph with system default rendering hint. |
SingleBitPerPixelGridFit | 1 | Glyph bitmap with hinting. |
SingleBitPerPixel | 2 | Glyph bitmap without hinting. |
AntiAliasGridFit | 3 | Anti-aliasing with hinting. |
AntiAlias | 4 | Glyph anti-alias bitmap without hinting. |
ClearTypeGridFit | 5 | Glyph CT bitmap with hinting. |
See Also
- Namespace System::Drawing::Text
- Library Aspose.TeX for C++