src/gui/text/qfont.cpp
branchRCL_3
changeset 8 3f74d0d4af4c
parent 4 3b1da2848fc7
child 9 740e5562c97f
--- a/src/gui/text/qfont.cpp	Mon Mar 15 12:43:09 2010 +0200
+++ b/src/gui/text/qfont.cpp	Thu Apr 08 14:19:33 2010 +0300
@@ -629,8 +629,9 @@
 
     Returns the name of the font within the underlying window system.
 
-    Only on X11 when Qt was built without FontConfig support the XLFD (X Logical Font Description)
-    is returned; otherwise an empty string.
+    On X11, this function will return an empty string if Qt is built with
+    FontConfig support; otherwise the XLFD (X Logical Font Description) is
+    returned.
 
     Using the return value of this function is usually \e not \e
     portable.