From bc0a3868da2a08a6940d7dcb10721c968b995fbe Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Tue, 11 Aug 2009 20:17:27 +0200 Subject: Doc improvement made by David Boddie. Reviewed-by: David Boddie --- src/gui/text/qfont.cpp | 6 +++--- 1 file 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 -- cgit v0.12