C

FontConfiguration.MCU.mergeStaticTextGlyphs

Description

The text cache is not used for StaticText items, as the fontcompiler tool can combine the glyphs into a single image, with the --mergeStaticTextGlyphs option. Enable this option by setting it to true. See Text caching for more information.

Usage

FontConfiguration {
    MCU.mergeStaticTextGlyphs: true
}

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.