added wxTo/FromString() overloads for wxFont (1st part of patch 1760073)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -222,6 +222,12 @@ private:
|
||||
static wxFontEncoding ms_encodingDefault;
|
||||
};
|
||||
|
||||
// wxFontBase <-> wxString utilities, used by wxConfig
|
||||
WXDLLIMPEXP_CORE wxString wxToString(const wxFontBase& font);
|
||||
WXDLLIMPEXP_CORE bool wxFromString(const wxString& str, wxFontBase* font);
|
||||
|
||||
|
||||
|
||||
// include the real class declaration
|
||||
#if defined(__WXPALMOS__)
|
||||
#include "wx/palmos/font.h"
|
||||
|
Reference in New Issue
Block a user