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"

It is set to true by default.

Note: The property affects the Static font engine only.

Usage

MCU.Config {
    addDefaultFonts: false
}

Since

This property was introduced in QmlProject API 1.3 .

Available under certain Qt licenses.
Find out more.