Enum TextRenderingMode
Defines the supported rendering modes for text.
Namespace: System.Windows.Media
Assembly: OpenSilver.dll
Syntax
public enum TextRenderingMode
Fields
Name | Description |
---|---|
Aliased | Text is rendered with bilevel anti-aliasing. |
Auto | Text is rendered with the most appropriate rendering algorithm based on the layout mode that was used to format the text. |
ClearType | Text is rendered with the most appropriate ClearType rendering algorithm based on the layout mode that was used to format the text. |
Grayscale | Text is rendered with grayscale anti-aliasing. |