]> git.saurik.com Git - wxWidgets.git/commit
Don't use StringFormat::GenericTypographic() in MSW wxGraphicsContext.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 00:43:40 +0000 (00:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 9 Sep 2012 00:43:40 +0000 (00:43 +0000)
commitdd9bafe1299852bfdb10c4af009e075570438e82
tree276453e0d236f1daad47b494d7fce36be4b36ee0
parent122b3d0df35bba6bff337ea37a80412907da85d6
Don't use StringFormat::GenericTypographic() in MSW wxGraphicsContext.

Using this string format results in very condensed strings when using small
fonts. The results of GDI+ font rendering are still pretty bad even without it
but they are at least slightly better.

Closes #14537.

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