// 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
-#if defined(__WXMGL__)
- #include "wx/mgl/private/fontmgr.h"
-#elif defined(__WXDFB__)
+#if defined(__WXDFB__)
#include "wx/dfb/private/fontmgr.h"
#endif
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;