WinCE build fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-07-04 10:33:06 +00:00
parent d43d9ee796
commit 99ae6124dd
2 changed files with 15 additions and 1 deletions

View 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