- bool MacCreateThemeFont( wxUint16 themeFontID ) ;
-#ifdef __LP64__
- bool MacCreateUIFont( wxUint32 coreTextFontType );
+ bool MacCreateFromThemeFont( wxUint16 themeFontID ) ;
+#if wxMAC_USE_CORE_TEXT
+ bool MacCreateFromUIFont( wxUint32 coreTextFontType );
+ bool MacCreateFromCTFontDescriptor( const void * ctFontDescriptor, int pointSize = 0 );
+ bool MacCreateFromCTFont( const void * ctFont );