]> git.saurik.com Git - wxWidgets.git/commit
Fix wxFont::IsFixedWidth() under MSW to always return correct result.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 May 2010 23:28:59 +0000 (23:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 30 May 2010 23:28:59 +0000 (23:28 +0000)
commitcd49ac33b3b8f9643344b427e6071e5087706cdc
tree58c53376dbae208d3bf3780e7cd28b0ea3abe0eb
parent7cfac8c83a1db4c17ebf2091c2de795ca01b542a
Fix wxFont::IsFixedWidth() under MSW to always return correct result.

This function worked erratically, returning the correct result or not
depending on the way it was created. Reimplement it using GetTextMetrics() to
get the correct result in any case.

Closes #4714.

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