TextHintingMode Enumeration
.NET Framework 4.6 and 4.5
Defines the rendering behavior of static or animated text.
Namespace: System.Windows.Media
Assembly: PresentationCore (in PresentationCore.dll)
| Member name | Description | |
|---|---|---|
| Animated | The rendering engine renders text with the highest animated quality. | |
| Auto | The rendering engine automatically determines whether to draw text with quality settings appropriate for animated or static text. | |
| Fixed | The rendering engine renders text with the highest static quality. |
Show: