C
MCU.Config.fontCachePriming
Controls font cache priming.
Description
The fontCachePriming property either enables or disables the font cache priming.
It is set to false by default.
Note: This property is relevant only for the Monotype Spark font engine.
Note: MCU.Config.fontCacheSize must be big enough to hold the data
See Text Rendering and Fonts for font engine-specific details.
Usage
MCU.Config {
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.