diff options
author | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2010-07-05 15:38:51 (GMT) |
---|---|---|
committer | Tor Arne Vestbø <tor.arne.vestbo@nokia.com> | 2010-07-08 11:05:44 (GMT) |
commit | 6d5655089fa4e2231a1a8edc98ecbb6b29e344e1 (patch) | |
tree | bd6c9a184fc6e2f1a74416248383a2af0543a788 /src/gui/text/qfont_qws.cpp | |
parent | ebf175b3d68e28cd808204adaba1ec8942ac5a8f (diff) | |
download | Qt-6d5655089fa4e2231a1a8edc98ecbb6b29e344e1.zip Qt-6d5655089fa4e2231a1a8edc98ecbb6b29e344e1.tar.gz Qt-6d5655089fa4e2231a1a8edc98ecbb6b29e344e1.tar.bz2 |
Add three new style-hints to QFont to match CSS' generic font families
The defaults were chosen to match major web browsers. See:
http://xhva.net/log/?p=160
Reviewed-by: Simon Hausmann
Diffstat (limited to 'src/gui/text/qfont_qws.cpp')
-rw-r--r-- | src/gui/text/qfont_qws.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/text/qfont_qws.cpp b/src/gui/text/qfont_qws.cpp index 51af1e1..72f8c37 100644 --- a/src/gui/text/qfont_qws.cpp +++ b/src/gui/text/qfont_qws.cpp @@ -108,6 +108,7 @@ QString QFont::defaultFamily() const case QFont::Times: return QString::fromLatin1("times"); case QFont::Courier: + case QFont::Monospace: return QString::fromLatin1("courier"); case QFont::Decorative: return QString::fromLatin1("old english"); |