Members of this enumeration specify the level of antialiasing applied to text rendered inside boxes.
SyntaxVB6
Copy Code
|
|---|
Public Enum ETextAntiAlias |
C++
Copy Code
|
|---|
enum ETextAntiAlias |
Members| Member name | Value | Description | |
|---|---|---|---|
![]() |
taaSystemDefault |
0 | Glyph with system default rendering hint. |
![]() |
taaSingleBitPerPixelGridFit |
1 | Glyph bitmap with hinting. |
![]() |
taaSingleBitPerPixel |
2 | Glyph bitmap without hinting. |
![]() |
taaAntiAliasGridFit |
3 | Glyph anti-alias bitmap with hinting. |
![]() |
taaAntiAlias |
4 | Glyph anti-alias bitmap without hinting. |
![]() |
taaClearTypeGridFit |
5 | Glyph ClearType bitmap with hinting. |
See Also