C

FontConfiguration.MCU.defaultFontQuality

Description

The defaultFontQuality property defines a default font quality for all the Text items. The valid values are the strings "VeryLow" and "VeryHigh". The default value is "VeryHigh".

Note: The property affects both the Spark Monotype and Static font engines.

Usage

FontConfiguration {
    MCU.defaultFontQuality: "VeryLow"
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_DEFAULT_FONT_QUALITY.

Available under certain Qt licenses.
Find out more.