C

MCU.Config.complexTextRendering

Enables rendering complex scripts

Description

The complexTextRendering property either enables or disables complex text rendering.

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

Usage

This property is accepted in the main application .qmlproject file. It takes a boolean value, and the default value is true.

Note: The property affects the Monotype Spark font engine only.

Code example:

MCU.Config {
    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.