C

MCU.Config.safeTextFontDirectory

Description

Use this property to provide the directory that contains the font files for the SafeText-items.

Note: Setting the font directory is not required if the font has been installed to the operating system.

Usage

This property is accepted in the main application .qmlproject file. It takes a string.

Code example:

MCU.Config {
    safeTextFontDirectory: "fonts"
}

Since

This property was introduced in Qt Quick Ultralite 2.12.0.

Available under certain Qt licenses.
Find out more.