#include "wx/cmndata.h"
#include "wx/log.h"
+#include "wx/math.h"
-#include <math.h>
#include <stdlib.h>
#include <string.h>
int wxFontDialog::ShowModal()
{
- DWORD flags = CF_SCREENFONTS | CF_NOSIMULATIONS;
+ // It should be OK to always use GDI simulations
+ DWORD flags = CF_SCREENFONTS /* | CF_NOSIMULATIONS */ ;
LOGFONT logFont;