wxOSX_SYSTEM_FONT_MINI,
wxOSX_SYSTEM_FONT_MINI_BOLD,
wxOSX_SYSTEM_FONT_LABELS,
- wxOSX_SYSTEM_FONT_VIEWS,
+ wxOSX_SYSTEM_FONT_VIEWS
};
public:
// ctors and such
wxFont() { }
-
+
wxFont( wxOSXSystemFont systemFont );
#if wxOSX_USE_COCOA
void* MacGetATSUStyle() const ;
void* OSXGetATSUStyle() const { return MacGetATSUStyle() ; }
-#if WXWIN_COMPATIBILITY_2_8
wxDEPRECATED( wxUint32 MacGetATSUFontID() const );
wxDEPRECATED( wxUint32 MacGetATSUAdditionalQDStyles() const );
#endif
-#endif
#if wxOSX_USE_COCOA
WX_NSFont OSXGetNSFont() const;