Class QFontFamily
QFontFamily class is an abstract class which arranges the commonly used font families the the main font in the family
string |
Arial
Arial Family |
#
'Arial, Helvetica, sans-serif'
|
string |
Helvetica
Helvetica Family |
#
'Helvetica, Arial, sans-serif'
|
string |
Tahoma
Tahoma Family |
#
'Tahoma, Arial, Helvetica, sans-serif'
|
string |
TrebuchetMs
TrebuchetMs Family |
#
"'Trebuchet MS', Arial, Helvetica, sans-serif"
|
string |
Verdana
Verdana Family |
#
'Verdana, Arial, Helvetica, sans-serif'
|
string |
TimesNewRoman
TimesNewRoman Family |
#
"'Times New Roman', Times, serif"
|
string |
Georgia
Georgia Family |
#
"Georgia, 'Times New Roman', Times, serif"
|
string |
LucidaConsole
LucidaConsole Family |
#
"'Lucida Console', 'Courier New', Courier, monospaced"
|
string |
CourierNew
CourierNew Family |
#
"'Courier New', Courier, monospaced"
|
string |
Courier
Courier Family |
#
'Courier, monospaced'
|