TextHintingMode Enum
Definition
Defines the rendering behavior of static or animated text.
public enum class TextHintingMode
public enum TextHintingMode
type TextHintingMode =
Public Enum TextHintingMode
- Inheritance
Fields
Animated | 2 | The rendering engine renders text with the highest animated quality. |
Auto | 0 | The rendering engine automatically determines whether to draw text with quality settings appropriate for animated or static text. |
Fixed | 1 | The rendering engine renders text with the highest static quality. |
Remarks
For static text, use Fixed.
For animated text, use Animated to allow for smoother animations at the cost of text quality.