opening ATSU Font info for Ulrich Telle's wxPDFContext

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65693 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2010-09-30 17:30:48 +00:00
parent 51b729af92
commit 4a473abaf2
2 changed files with 0 additions and 5 deletions

View File

@@ -814,7 +814,6 @@ void * wxFont::MacGetATSUStyle() const
return M_FONTDATA->m_macATSUStyle;
}
#if WXWIN_COMPATIBILITY_2_8
wxUint32 wxFont::MacGetATSUFontID() const
{
wxCHECK_MSG( M_FONTDATA != NULL, 0, wxT("invalid font") );
@@ -836,8 +835,6 @@ wxUint32 wxFont::MacGetATSUAdditionalQDStyles() const
}
#endif
#endif
#if wxOSX_USE_CORE_TEXT
CTFontRef wxFont::OSXGetCTFont() const