]> git.saurik.com Git - wxWidgets.git/commit - src/msw/font.cpp
Use OUTLINETEXTMETRIC::otmpFamilyName to get wxFont face name from MSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Nov 2009 02:28:57 +0000 (02:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Nov 2009 02:28:57 +0000 (02:28 +0000)
commitd395f181b3980e2232c00dae89b949c58be1cf53
treed3a428b7676f5a1b33d2bd6a0d22d9179035bcac
parent9a67941f0b2e707827b76a83bd619b24ef43f1ea
Use OUTLINETEXTMETRIC::otmpFamilyName to get wxFont face name from MSW.

In spite of the name, we need to use otmpFamilyName member of
OUTLINETEXTMETRIC struct and not otmpFaceName to get the font face name: the
latter may contain (locale-dependent, so the changes of r62708 didn't work for
non-English versions of Windows) "Italic" or "Bold" suffix while the former
does not and is what we want.

This should really fix the unit test failures, even in French locale.

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