diff options
author | Alessandro Portale <aportale@trolltech.com> | 2009-08-11 18:17:27 (GMT) |
---|---|---|
committer | Alessandro Portale <aportale@trolltech.com> | 2009-08-11 18:17:27 (GMT) |
commit | bc0a3868da2a08a6940d7dcb10721c968b995fbe (patch) | |
tree | 6ac4b816eaf4f14e00683d8cc7c670215ede2f09 /src/gui/text/qfont.cpp | |
parent | 6d8679f68edc53766b1d9c201226f8fc410c946f (diff) | |
download | Qt-bc0a3868da2a08a6940d7dcb10721c968b995fbe.zip Qt-bc0a3868da2a08a6940d7dcb10721c968b995fbe.tar.gz Qt-bc0a3868da2a08a6940d7dcb10721c968b995fbe.tar.bz2 |
Doc improvement made by David Boddie.
Reviewed-by: David Boddie
Diffstat (limited to 'src/gui/text/qfont.cpp')
-rw-r--r-- | src/gui/text/qfont.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp index 6279ecd..c47a834 100644 --- a/src/gui/text/qfont.cpp +++ b/src/gui/text/qfont.cpp @@ -775,9 +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 a default font size. - That default size is 12 points except on Symbian, where it is - 7 points. + If \a pointSize is zero or negative, the point size of the font + is set to a system-dependent default value. Generally, this 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 |