C

FontConfiguration.MCU.fontCachePrealloc

Description

The fontCachePrealloc property is a QmlProject flag that enables or disables preallocating the font cache buffer.

It is set to true by default.

Note: The property affects the Spark font engine only.

Usage

FontConfiguration {
    MCU.fontCachePrealloc: "OFF"
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_FONT_CACHE_PREALLOC.

Available under certain Qt licenses.
Find out more.