C

FontConfiguration.MCU.complexTextRendering

Description

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

Note: Complex text rendering is required for languages that uses more logic to determine the character's shape to display depending on its context (Chinese, Sanskrit, Arabic ...)

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 QUL_COMPLEX_TEXT_RENDERING.

Available under certain Qt licenses.
Find out more.