]> git.saurik.com Git - wxWidgets.git/commit
Return face name from wxFont::GetNativeFontInfo() under MSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Nov 2009 02:33:53 +0000 (02:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 26 Nov 2009 02:33:53 +0000 (02:33 +0000)
commita77c05ea22b097c390fc492cc9c55e02f892412a
tree77a49af098b2e5f49eb46a18592933e3a3c74fe4
parent3515776ea5638d93b85c871667a77f9d1ed44f6c
Return face name from wxFont::GetNativeFontInfo() under MSW.

Retrieve the face name from the system if we don't have it already before
returning the native font info.

This fixes the currently failing font unit tests.

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