company logo

Font :: preferQuality - Prefer quality property

When the property is set to true, best quality font is preferred. The font matcher will use the nearest standard point size that the font supports.

Options.GUIFramework.Fonts._std_font.prefer_quality=YES

Notes:

Source: Qt documentation

Return value:  Enable resource ( bool  )

In order to enable the referenced resource true should be passed. Passing false will disable the resource.

Implementation overview

Implementation details

  1. Get prefer quality property
    bool Font  :: preferQuality (  )

    The function returns true, when quality is preferred and false otherwise.

  2. to list
  3. Chzange prefer quality settings
    bool Font  :: preferQuality ( bool bEnable )

    The function sets the property value to the value passed in bEnable.

    • bEnable - Enable resource

      In order to enable the referenced resource true should be passed. Passing false will disable the resource.

  4. to list