C

FontConfiguration.MCU.fontCachePriming

Description

The fontCachePriming property is a QmlProject flag that enables or disables the font cache priming.

It is set to false by default.

Note: The property affects the Spark font engine only.

Usage

FontConfiguration {
    MCU.fontCachePriming: true
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_FONT_CACHE_PRIMING.

Available under certain Qt licenses.
Find out more.