C

FontFiles.MCU.addDefaultFonts

Description

The addDefaultFonts property is a QmlProject flag. If enabled, it adds the font files that come with the Qt for MCUs distribution into the project.

Note: The available default fonts can be 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

FontFiles {
    MCU.addDefaultFonts: false
}

Since

This property was introduced in QmlProject API 1.3 .

Available under certain Qt licenses.
Find out more.