Skip to main content
All docs
V25.1
  • 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) Default Font Quality
    TdxFontQuality.NonAntialiased No Antialiasing
    TdxFontQuality.Antialiased Antialiased Text

    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
    1. This example demonstrates different Quality property values under the following conditions:

      • The Name property is set to 'Times New Roman'.
      • The Size property is set to 14.
    See Also