X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f76c075805027058f08ffba0e8c1b32372f5fd44..ffa50e73618bab4f57ea423b9178a9c08b44433a:/include/wx/osx/font.h diff --git a/include/wx/osx/font.h b/include/wx/osx/font.h index 79fb78b7c4..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