X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f7946addb258a973e9da5601cf96712ed4f5c5c8..61f09f569358d7b2752733c4a24d1bd10daefae2:/include/wx/osx/font.h diff --git a/include/wx/osx/font.h b/include/wx/osx/font.h index bcd86e775a..4d6f07fbc1 100644 --- a/include/wx/osx/font.h +++ b/include/wx/osx/font.h @@ -27,7 +27,7 @@ enum wxOSXSystemFont wxOSX_SYSTEM_FONT_MINI, wxOSX_SYSTEM_FONT_MINI_BOLD, wxOSX_SYSTEM_FONT_LABELS, - wxOSX_SYSTEM_FONT_VIEWS + wxOSX_SYSTEM_FONT_VIEWS, }; @@ -36,6 +36,8 @@ class WXDLLIMPEXP_CORE wxFont : public wxFontBase public: // ctors and such wxFont() { } + + wxFont( wxOSXSystemFont systemFont ); #if wxOSX_USE_COCOA wxFont(WX_NSFont nsfont); @@ -94,8 +96,6 @@ public: bool Create(const wxNativeFontInfo& info); - bool CreateSystemFont(wxOSXSystemFont font); - virtual ~wxFont(); // implement base class pure virtuals