C
FontConfiguration.MCU.glyphsCachePolicy
Description
The glyphsCachePolicy property controls if the pre-rasterized glyph data is copied to RAM for faster access. Valid values are "OnStartup" and "NoCaching". It is set to "OnStartup" by default.
Note: The property affects both the Spark Monotype and Static font engines.
Usage
FontConfiguration {
MCU.glyphsCachePolicy: "NoCaching"
}Since
This property was introduced in QmlProject API 1.3 .
See also QUL_GLYPHS_RESOURCE_CACHE_POLICY.
Available under certain Qt licenses.
Find out more.