From 2f9f16a01c890c65243ce6e0c37e7938a8b83158 Mon Sep 17 00:00:00 2001 From: Eskil Abrahamsen Blomfeldt Date: Thu, 23 Aug 2012 15:16:10 +0200 Subject: doc: Remove documentation for removed function Function was removed in 1582407fc782c0befd0760633324dd5c206524a1, but the documentation was left behind. Change-Id: Ib59197221e3be0e13db958ab3efdcc95b7c52452 Reviewed-by: Friedemann Kleint --- src/gui/text/qfont.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/gui/text') 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 @@ -533,18 +533,6 @@ QFontEngineData::~QFontEngineData() \sa Weight */ -/*! - \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 -- cgit v1.2.3