From 1ac162ad06ea4f97a768a9d0adaf3abbcf6e5f10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 10 Oct 2001 22:43:21 +0000 Subject: [PATCH] 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 --- src/mgl/font.cpp | 1 + 1 file changed, 1 insertion(+) 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;