use PROOF_QUALITY in LOGFONT by default
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39939 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
cc3de8a3fc
commit
64c1effefa
@ -414,6 +414,10 @@ void wxFontRefData::Free()
|
||||
void wxNativeFontInfo::Init()
|
||||
{
|
||||
wxZeroMemory(lf);
|
||||
|
||||
// we get better font quality if we use this instead of DEFAULT_QUALITY
|
||||
// apparently without any drawbacks
|
||||
lf.lfQuality = PROOF_QUALITY;
|
||||
}
|
||||
|
||||
int wxNativeFontInfo::GetPointSize() const
|
||||
|
Loading…
Reference in New Issue
Block a user