]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/font.cpp
Don't handle WM_PRINTCLIENT anymore, manually draw the static box label background...
[wxWidgets.git] / src / msw / font.cpp
index 220d37e1b7bdd3891f1c8acece2ebd5f67d0e19b..ea21ef386a46ee3693c06ac9a84d2e01b74d5bcb 100644 (file)
@@ -417,7 +417,11 @@ void wxNativeFontInfo::Init()
 
     // we get better font quality if we use this instead of DEFAULT_QUALITY
     // apparently without any drawbacks
+#ifdef __WXWINCE__
+    lf.lfQuality = CLEARTYPE_QUALITY;
+#else
     lf.lfQuality = PROOF_QUALITY;
+#endif
 }
 
 int wxNativeFontInfo::GetPointSize() const