C
MCU.Config.fontCachePriming
Controls font cache priming.
Description
The fontCachePriming
property either enables or disables the font cache priming.
Note: MCU.Config.fontCacheSize must be big enough to hold the data
See Text Rendering and Fonts for font engine-specific details.
Usage
This property is accepted in the main application .qmlproject
file, or BoardDefaults.qmlprojectconfig
for the target platform. It takes a boolean value, and the default value is false
.
Note: The property affects the Monotype Spark font engine only.
Code example:
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.