X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/64c1effefabacc175cf601ea4118f3b806a1fd65..24e35cf87b9350d0d114fa8db0e2f5bef6410139:/src/msw/font.cpp diff --git a/src/msw/font.cpp b/src/msw/font.cpp index 220d37e1b7..ea21ef386a 100644 --- a/src/msw/font.cpp +++ b/src/msw/font.cpp @@ -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