summaryrefslogtreecommitdiffstats
path: root/src/gui/text/qfont.cpp
diff options
context:
space:
mode:
authorMartin Smith <msmith@trolltech.com>2009-05-25 10:25:28 (GMT)
committerMartin Smith <msmith@trolltech.com>2009-05-25 10:25:28 (GMT)
commit44d992ca150d9448cb7b9114b2bc489b441c7b76 (patch)
treebdb2e944b5357d996478d672a67a96c4a68955f3 /src/gui/text/qfont.cpp
parentde4ca834e6ab1e1c3190f0da8d2e4dd4f075507d (diff)
downloadQt-44d992ca150d9448cb7b9114b2bc489b441c7b76.zip
Qt-44d992ca150d9448cb7b9114b2bc489b441c7b76.tar.gz
Qt-44d992ca150d9448cb7b9114b2bc489b441c7b76.tar.bz2
qdoc: Added some missing qdoc comments.
Task-number: 252489
Diffstat (limited to 'src/gui/text/qfont.cpp')
-rw-r--r--src/gui/text/qfont.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp
index f73ffb5..c5096bf 100644
--- a/src/gui/text/qfont.cpp
+++ b/src/gui/text/qfont.cpp
@@ -1897,6 +1897,20 @@ void QFont::insertSubstitutions(const QString &familyName,
}
}
+/*! \fn void QFont::initialize()
+ \internal
+
+ Internal function that initializes the font system. The font cache
+ and font dict do not alloc the keys. The key is a QString which is
+ shared between QFontPrivate and QXFontName.
+*/
+
+/*! \fn void QFont::cleanup()
+ \internal
+
+ Internal function that cleans up the font system.
+*/
+
// ### mark: should be called removeSubstitutions()
/*!
Removes all the substitutions for \a familyName.