summaryrefslogtreecommitdiffstats
path: root/src/gui/text
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@nokia.com>2012-08-23 15:16:10 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-23 15:54:30 +0200
commit2f9f16a01c890c65243ce6e0c37e7938a8b83158 (patch)
treed750b18ee6749392d4db760a7573ca30da392c74 /src/gui/text
parentd16b02bd17f82435a31834fa28e2418988164fc5 (diff)
doc: Remove documentation for removed function
Function was removed in 1582407fc782c0befd0760633324dd5c206524a1, but the documentation was left behind. Change-Id: Ib59197221e3be0e13db958ab3efdcc95b7c52452 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'src/gui/text')
-rw-r--r--src/gui/text/qfont.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/gui/text/qfont.cpp b/src/gui/text/qfont.cpp
index 9d9ee7a946..20ba367e26 100644
--- a/src/gui/text/qfont.cpp
+++ b/src/gui/text/qfont.cpp
@@ -534,18 +534,6 @@ QFontEngineData::~QFontEngineData()
*/
/*!
- \fn FT_Face QFont::freetypeFace() const
-
- Returns the handle to the primary FreeType face of the font. If font merging is not disabled a
- QFont can contain several physical fonts.
-
- Returns 0 if the font does not contain a FreeType face.
-
- \note This function is only available on platforms that provide the FreeType library;
- i.e., X11 and some Embedded Linux platforms.
-*/
-
-/*!
\fn QString QFont::rawName() const
Returns the name of the font within the underlying window system.