diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-08-11 17:42:21 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-08-11 17:42:21 (GMT) |
commit | 6d8679f68edc53766b1d9c201226f8fc410c946f (patch) | |
tree | fde363900bd09f80e665fc1be4c452f8f3dccef5 /src/gui/text | |
parent | 7bd60b56dee678ae6a013983fcd403d5c00a20d1 (diff) | |
download | Qt-6d8679f68edc53766b1d9c201226f8fc410c946f.zip Qt-6d8679f68edc53766b1d9c201226f8fc410c946f.tar.gz Qt-6d8679f68edc53766b1d9c201226f8fc410c946f.tar.bz2 |
Docs: Mentioning that Symbian has a default font size of 7 points
Diffstat (limited to 'src/gui/text')
-rw-r--r-- | src/gui/text/qfont.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp index a575199..6279ecd 100644 --- a/src/gui/text/qfont.cpp +++ b/src/gui/text/qfont.cpp @@ -775,7 +775,9 @@ QFont::QFont() Constructs a font object with the specified \a family, \a pointSize, \a weight and \a italic settings. - If \a pointSize is <= 0, it is set to 12. + If \a pointSize is <= 0, it is set to a default font size. + That default size is 12 points except on Symbian, where it is + 7 points. The \a family name may optionally also include a foundry name, e.g. "Helvetica [Cronyx]". If the \a family is |