font QML Basic Type
A font type has the properties of a QFont.
A font type has the properties of a QFont. The properties are:
stringfont.familyboolfont.boldboolfont.italicboolfont.underlinerealfont.pointSizeintfont.pixelSize
Example:
Text { font.family: "Helvetica"; font.pointSize: 13; font.bold: true }
See also QML Basic Types.