]> git.saurik.com Git - wxWidgets.git/commit
Revert "Don't use StringFormat::GenericTypographic() in MSW wxGraphicsContext."
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 20:35:56 +0000 (20:35 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 Sep 2012 20:35:56 +0000 (20:35 +0000)
commit669f031b948fab24b799656ea3aef9430d144d0b
tree8ee96d7c0827752a329ffb2eb163aa409851c8fa
parent5d83eee7dd97b88b4adceb635342ba32d940acef
Revert "Don't use StringFormat::GenericTypographic() in MSW wxGraphicsContext."

This reverts r72442 and restores the use of GenericTypographic string format
for GDI+ text rendering. While it's true that using this flag with small font
sizes results in pretty bad output, especially under Windows XP, not using it
results in wrong text extent calculations for all sizes which is even worse.

See #14537.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/graphics.cpp