#include "wx/log.h"
#include "wx/settings.h"
#include "wx/gdicmn.h"
+ #include "wx/encinfo.h"
#endif
#include "wx/fontutil.h"
// wxFont creation
// ----------------------------------------------------------------------------
-IMPLEMENT_DYNAMIC_CLASS(wxFont, wxGDIObject)
-
wxFont::wxFont(const wxNativeFontInfo& info)
{
(void) Create(info.GetXFontName());