TdxFontOptions.Quality Property
Specifies font rendering quality level.
Declaration
property Quality: TdxFontQuality read; write;
Property Value
| Type | Default | Description |
|---|---|---|
| TdxFontQuality | Default | The current font rendering quality level. |
Remarks
Use the Quality property to explicitly specify font rendering quality.
Property Value Examples
| Value | Example[1] |
|---|---|
| TdxFontQuality.Default (default) | ![]() |
| TdxFontQuality.NonAntialiased | ![]() |
| TdxFontQuality.Antialiased | ![]() |
Refer to the TdxFontQuality type description for the full list of available options.
Default Value
The Quality property’s default value is TdxFontQuality.Default. The default value indicates that font rendering quality depends on the current operating system settings associated with fonts.
Footnotes
See Also


