fix leftover of previous commits about pixelSize ctor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59608 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-03-18 15:12:28 +00:00
parent d45d5bb2b2
commit 5449f13b12

View File

@@ -463,12 +463,9 @@ public:
//@{ //@{
/** /**
This function takes the same parameters as This function takes the same parameters as the relative
@ref wxFont::wxFont "wxFont constructors" and returns a new font @ref wxFont::wxFont "wxFont constructor" and returns a new font
object allocated on the heap. 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, static wxFont* New(int pointSize, wxFontFamily family, wxFontStyle style,
wxFontWeight weight, wxFontWeight weight,