]> git.saurik.com Git - wxWidgets.git/commitdiff
fix leftover of previous commits about pixelSize ctor
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 18 Mar 2009 15:12:28 +0000 (15:12 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 18 Mar 2009 15:12:28 +0000 (15:12 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/font.h

index aa1a52b3bd644bcb30b9c222b034f1b241ebbdda..1fe3f816be4f4916abac86886db8e28e884f1409 100644 (file)
@@ -463,12 +463,9 @@ public:
 
     //@{
     /**
-        This function takes the same parameters as
-        @ref wxFont::wxFont "wxFont constructors" and returns a new font
+        This function takes the same parameters as the relative
+        @ref wxFont::wxFont "wxFont constructor" and returns a new font
         object allocated on the heap.
-
-        Using New() is currently the only way to directly create a font with
-        the given size in pixels on platforms other than wxMSW.
     */
     static wxFont* New(int pointSize, wxFontFamily family, wxFontStyle style,
                        wxFontWeight weight,