X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5a2c086adf6d7c6bba22fcbd57b0958fdc5723a0..632c86a3e6a8e5e7e16617a53b1419d394cedb30:/include/wx/private/fontmgr.h?ds=sidebyside diff --git a/include/wx/private/fontmgr.h b/include/wx/private/fontmgr.h index c9f4395487..c00270a6b1 100644 --- a/include/wx/private/fontmgr.h +++ b/include/wx/private/fontmgr.h @@ -3,7 +3,6 @@ // Purpose: font management for ports that don't have their own // Author: Vaclav Slavik // Created: 2006-11-18 -// RCS-ID: $Id$ // Copyright: (c) 2001-2002 SciTech Software, Inc. (www.scitechsoft.com) // (c) 2006 REA Elektronik GmbH // Licence: wxWindows licence @@ -192,9 +191,7 @@ protected: -#if defined(__WXMGL__) - #include "wx/mgl/private/fontmgr.h" -#elif defined(__WXDFB__) +#if defined(__WXDFB__) #include "wx/dfb/private/fontmgr.h" #endif @@ -237,15 +234,10 @@ public: void SetUnderlined(bool underlined); void SetEncoding(wxFontEncoding encoding); - // Unofficial API, don't use - void SetNoAntiAliasing(bool no); - bool GetNoAntiAliasing() const { return m_noAA; } - private: void EnsureValidFont(); wxNativeFontInfo m_info; - bool m_noAA; wxFontFace *m_fontFace; wxFontBundle *m_fontBundle;