C
QUL_FONT_ENGINE
Warning: Using cmake target properties is deprecated since 2.4, consider using MCU.Config.fontEngine 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
By default, Qt Quick Ultralite applications use the static font engine. When this property is set, the provided font engine is used instead.
Available values:
Value | Description |
---|---|
Static | static font engine |
Spark | Monotype Spark font engine, causes your application to be linked with the Monotype library |
Since
This property was introduced in Qt Quick Ultralite 2.0.
Available under certain Qt licenses.
Find out more.