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:
@@ -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
|
||||
|
Reference in New Issue
Block a user