C

FontConfiguration.MCU.fontEngine

Description

The fontEngine property is a string, and it selects the font engine for the project. The valid values are the strings "Static" and "Spark". It is set to "Static" by default.

There can be only one font engine per project. If muliple FontConfiguration nodes are defined within the same project, the value is overwritten in order of appearance.

Usage

FontConfiguration {
    MCU.fontEngine: "Spark"
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_FONT_ENGINE.

Available under certain Qt licenses.
Find out more.