C
FontConfiguration.MCU.fontHeapSize
Description
The fontHeapSize property defines the maximum heap buffer size for the font engine. It takes an int value, and is set to -1 (no restriction) by default.
Note: The property affects the Spark Monotype font engine only.
Usage
FontConfiguration {
MCU.fontHeapSize: 12800
}Since
This property was introduced in QmlProject API 1.3 .
See also QUL_FONT_HEAP_SIZE.
Available under certain Qt licenses.
Find out more.