C

MCU.Config.mergeStaticTextGlyphs

Combine the glyphs for a StaticText item into a single image.

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.

If this property is set to true, --mergeStaticTextGlyphs will be added as a command-line option for the fontcompiler, see Text caching for more information.

Usage

This property is accepted in the main application .qmlproject file, or BoardDefaults.qmlprojectconfig for the target platform. It takes a boolean value.

Note: The property affects the Static font engine only.

Code example:

MCU.Config {
    mergeStaticTextGlyphs: true
}

Since

This property was introduced in QmlProject API 1.3 .

See also Text caching and QUL_GLYPHS_RESOURCE_CACHE_POLICY.

Available under certain Qt licenses.
Find out more.