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.
It is set to true
by default.
Note: The property affects the Spark font engine only.
Usage
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.