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:
string
font.familybool
font.boldbool
font.italicbool
font.underlinereal
font.pointSizeint
font.pixelSize
Example:
Text { font.family: "Helvetica"; font.pointSize: 13; font.bold: true }
See also QML Basic Types.