fixing 10.5 only compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2007-11-30 15:31:52 +00:00
parent 2b77c3fce7
commit da52a4e023

View File

@ -50,9 +50,11 @@ public:
bool Create(const wxNativeFontInfo& info);
bool MacCreateThemeFont( wxUint16 themeFontID ) ;
bool MacCreateFromThemeFont( wxUint16 themeFontID ) ;
#if wxMAC_USE_CORE_TEXT
bool MacCreateUIFont( wxUint32 coreTextFontType );
bool MacCreateFromUIFont( wxUint32 coreTextFontType );
bool MacCreateFromCTFontDescriptor( const void * ctFontDescriptor, int pointSize = 0 );
bool MacCreateFromCTFont( const void * ctFont );
#endif
virtual ~wxFont();
@ -103,6 +105,7 @@ public:
#endif
#if wxMAC_USE_CORE_TEXT
const void * MacGetCTFont() const;
const void * MacGetCTFontDescriptor() const;
#endif
private: