C
MCU.Config.fontCachePrealloc
Controls the font cache buffer preallocation.
Description
Controls preallocation of the cache buffer used by the selected font engine. The default value is true, which means preallocation is enabled.
Note: This property is relevant only for the Monotype Spark font engine.
Usage
MCU.Config {
fontCachePrealloc: true
}Since
This property was introduced in QmlProject API 1.3 .
See also Text Rendering and Fonts and QUL_FONT_CACHE_PREALLOC.
Available under certain Qt licenses.
Find out more.