LP64 additions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-05-15 20:58:06 +00:00
parent 49c8c6915a
commit 96c37f91f7

View File

@@ -789,6 +789,15 @@ const void * wxFont::MacGetCTFont() const
return M_FONTDATA->m_macFontRef;
}
// to be removed
void * wxFont::MacGetATSUStyle() const
{
wxCHECK_MSG( M_FONTDATA != NULL , NULL, wxT("invalid font") );
return M_FONTDATA->m_macATSUStyle;
}
#endif
const wxNativeFontInfo * wxFont::GetNativeFontInfo() const