C

FontConfiguration.MCU.fontHeapPrealloc

Description

The fontHeapPrealloc property is a QmlProject flag that enables or disables the preallocation of the heap buffer used by the font engine.

It is set to true by default.

Note: The property affects the Spark Monotype font engine only.

Usage

FontConfiguration {
    MCU.fontHeapPrealloc: "OFF"
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_FONT_HEAP_PREALLOC.

Available under certain Qt licenses.
Find out more.