X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c443ff6f5350df36902af42d0193e53d79dd6a14..ffa50e73618bab4f57ea423b9178a9c08b44433a:/include/wx/osx/font.h diff --git a/include/wx/osx/font.h b/include/wx/osx/font.h index c005e55be3..6f379089c0 100644 --- a/include/wx/osx/font.h +++ b/include/wx/osx/font.h @@ -60,7 +60,7 @@ public: { Create(size, family, style, weight, underlined, face, encoding); } - + wxFont(const wxSize& pixelSize, wxFontFamily family, wxFontStyle style, @@ -72,7 +72,7 @@ public: Create(10, family, style, weight, underlined, face, encoding); SetPixelSize(pixelSize); } - + bool Create(int size, wxFontFamily family, wxFontStyle style, @@ -91,7 +91,7 @@ public: bool Create(const wxNativeFontInfo& info); bool CreateSystemFont(wxOSXSystemFont font); - + virtual ~wxFont(); // implement base class pure virtuals @@ -113,7 +113,7 @@ public: virtual void SetUnderlined(bool underlined); virtual void SetEncoding(wxFontEncoding encoding); - WXDECLARE_COMPAT_SETTERS + wxDECLARE_COMMON_FONT_METHODS(); // implementation only from now on // -------------------------------