C

MCU.Config.addDefaultFonts

Adds the default font files from Qt for MCUs to the project.

Description

Enable the addDefaultFonts property to add the font files that come with the Qt for MCUs distribution into the project.

Note: The available default fonts are located in "qul_install_directory/src/3rdparty/fonts"

Usage

This property is accepted in the main application .qmlproject file. It takes a boolean value, and the default value is true.

Note: The property affects the Static font engine only.

Code example:

MCU.Config {
    addDefaultFonts: false
}

Since

This property was introduced in QmlProject API 1.3 .

Available under certain Qt licenses.
Find out more.