summaryrefslogtreecommitdiffstats
path: root/src/gui/text
diff options
context:
space:
mode:
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.