C
QUL_COMPLEX_TEXT_RENDERING
Warning: Using cmake target properties is deprecated since 2.4, consider using MCU.Config.complexTextRendering instead.
Note: Board defaults can be set using QmlProject
in the BoardDefaults.qmlprojectconfig
files. See Defining default variables for the platform and QmlProject Manual.
Description
Enables rendering complex scripts at run-time. This option is ON
by default. Setting it to OFF
disables linking the text shaping engine to the application.
Examples of complex scripts include the Arabic alphabet and Indic scripts.
Example
set_target_properties(<Executable Target> PROPERTIES QUL_COMPLEX_TEXT_RENDERING OFF)
See also languages and writing systems and text shaping.
Available under certain Qt licenses.
Find out more.