X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f76c075805027058f08ffba0e8c1b32372f5fd44..0599fe19d95bd73f11142bab6c5f90d66fc9b0b5:/include/wx/mgl/font.h diff --git a/include/wx/mgl/font.h b/include/wx/mgl/font.h index a94a28c3ea..6ef7f521df 100644 --- a/include/wx/mgl/font.h +++ b/include/wx/mgl/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, @@ -106,10 +106,6 @@ public: wxDECLARE_COMMON_FONT_METHODS(); - // Unofficial API, don't use - virtual void SetNoAntiAliasing(bool no = true); - virtual bool GetNoAntiAliasing() const; - struct font_t *GetMGLfont_t(float scale, bool antialiased); protected: