]> git.saurik.com Git - wxWidgets.git/commit
simplify a bit the convoluted implementation of wxFontRefData::Alloc;
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 18 Mar 2009 21:51:22 +0000 (21:51 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Wed, 18 Mar 2009 21:51:22 +0000 (21:51 +0000)
commitd014871de86372a522e6d1590b2bb7e3aa6d21f4
treeb42557e36e6017d0d25e30c67889d11c39ed84c5
parentb7d70f7626ec7f0f01019dcb3d0c2856787c340f
simplify a bit the convoluted implementation of wxFontRefData::Alloc;
add some comment, regarding the auto-allocation feature of GetHFONT();
use const_cast<>() instead of wxConstCast();
protect wxFont::IsFixedWidth with a proper wxCHECK_MSG.

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