#include "wx/font.h" // for wxFont and wxFontEncoding
-#if defined(__WXMSW__) && !defined(__PALMOS__)
+#if defined(__WXMSW__)
#include "wx/msw/wrapwin.h"
#endif
// set the XFLD
void SetXFontName(const wxString& xFontName);
-#elif defined(__WXMSW__) && !defined(__PALMOS__)
+#elif defined(__WXMSW__)
LOGFONT lf;
#elif defined(__WXPM__)
// OS/2 native structures that define a font
if ( font.IsUsingSizeInPixels() )
SetPixelSize(font.GetPixelSize());
else
- SetPointSize(font.GetPointSize());
+ SetPointSize(font.GetPointSize());
#else
SetPointSize(font.GetPointSize());
#endif