Qt Reference Documentation

QML Basic Type: font

A font type has the properties of a QFont. The properties are:

Example:

 Text { font.family: "Helvetica"; font.pointSize: 13; font.bold: true }

See also QML Basic Types.