add the wxFont(const wxSize& pixelSize, ...) ctor to all ports; add some wxCHECK_MSGs...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 15 Mar 2009 16:28:33 +0000 (16:28 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 15 Mar 2009 16:28:33 +0000 (16:28 +0000)
commitb5791cc7af207a74deb0bea60f99cd97429bcb8c
treea82e533fed3f977d512b7357165bc25d5a829f29
parent2fd716136a961ab6038996343e42257c2d81aac2
add the wxFont(const wxSize& pixelSize, ...) ctor to all ports; add some wxCHECK_MSGs to ensure that the wxSize objects contains non-negative arguments; document that passing zero for the width parameter is allowed; other minor doc fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 files changed:
include/wx/cocoa/font.h
include/wx/dfb/font.h
include/wx/font.h
include/wx/gtk/font.h
include/wx/gtk1/font.h
include/wx/mgl/font.h
include/wx/motif/font.h
include/wx/msw/font.h
include/wx/os2/font.h
include/wx/osx/font.h
include/wx/palmos/font.h
include/wx/x11/font.h
interface/wx/font.h
src/common/fontcmn.cpp
src/gtk/dcclient.cpp
src/gtk/font.cpp
src/gtk/utilsgtk.cpp
src/msw/font.cpp
src/unix/fontutil.cpp