C

FontConfiguration.MCU.complexTextRendering

Description

The complexTextRendering property is a QmlProject flag that enables or disables complex text rendering.

Examples of complex scripts include the Arabic alphabet and Indic scripts.

It is set to true by default.

Note: The property affects the Spark font engine only.

Usage

FontConfiguration {
    MCU.complexTextRendering: true
}

Since

This property was introduced in QmlProject API 1.3 .

See also languages and writing systems and text shaping.

Available under certain Qt licenses.
Find out more.