TdxFontOptions.Quality Property
Specifies font rendering quality level.
#Declaration
Delphi
property Quality: TdxFontQuality read; write;
#Property Value
Type | Default | Description |
---|---|---|
Tdx |
Default | The current font rendering quality level. |
#Remarks
Use the Quality
property to explicitly specify font rendering quality.
#Property Value Examples
Value | Example[1] |
---|---|
Tdx |
![]() |
Tdx |
![]() |
Tdx |
![]() |
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