From 6d8679f68edc53766b1d9c201226f8fc410c946f Mon Sep 17 00:00:00 2001 From: Alessandro Portale Date: Tue, 11 Aug 2009 19:42:21 +0200 Subject: Docs: Mentioning that Symbian has a default font size of 7 points --- src/gui/text/qfont.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v0.12