From: Václav Slavík Date: Wed, 10 Oct 2001 22:43:21 +0000 (+0000) Subject: FIXME so that I don't forget to implement this X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1ac162ad06ea4f97a768a9d0adaf3abbcf6e5f10?hp=afadf3bc6ae9e9f91a683e29fa457c9b5d9bf02c FIXME so that I don't forget to implement this git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mgl/font.cpp b/src/mgl/font.cpp index 85e934c02c..4deda242cf 100644 --- a/src/mgl/font.cpp +++ b/src/mgl/font.cpp @@ -177,6 +177,7 @@ bool wxFont::Create(int pointSize, struct font_t *wxFont::GetMGLfont_t(float scale, bool antialiased) { + // FIXME_MGL -- no antialiasing for fonts smaller than certain treshold! if ( !M_FONTDATA->m_valid ) { wxMGLFontLibrary *old = M_FONTDATA->m_library;