C

FontConfiguration.MCU.defaultFontFamily

Description

The defaultFontFamily property defines a default font family for text items in the application. The name of the font family is to be specified as a string. The default value is "DejaVu Sans".

Usage

FontConfiguration {
    MCU.defaultFontFamily: "Comic Sans"
}

Since

This property was introduced in QmlProject API 1.3 .

See also QUL_DEFAULT_FONT_FAMILY.

Available under certain Qt licenses.
Find out more.