The TextAntialiasingMode can be one of:
Constant | Description |
---|---|
Enums.TextAntialiasingModeNone | (0) No text antialiasing is performed. |
Enums.TextAntialiasingModeNormal | (1) Antialiasing is performed as determined by the font. Each individual font has parameters created within it by the font author that define which sizes the font should draw with antialiasing. |
Enums.TextAntialiasingModeForce | (2) Text is always drawn with antialiasing, regardless of the individual font's parameters. |