]> git.saurik.com Git - wxWidgets.git/commit
Replace most of the fields in wxFontRefData with one wxNativeFontInfo.
authorDavid Elliott <dfe@tgwbd.org>
Sat, 13 Oct 2007 08:30:59 +0000 (08:30 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Sat, 13 Oct 2007 08:30:59 +0000 (08:30 +0000)
commit151b7b73cbaae4459dbc0d4134a59bfa06a5558a
tree8da39ac606d80ae9a772f03cdfef0d6e2f00df55
parent99d21c0e1f8d87570702c52dccd3ad698f0a0931
Replace most of the fields in wxFontRefData with one wxNativeFontInfo.
Done on both trunk and 2.8.  Because the data members line up perfectly
and because I did not add nor remove any methods the ABI is (surprisingly)
not effected by this change.
The GetNativeFontInfo call now works.

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