]> git.saurik.com Git - wxWidgets.git/commitdiff
FIXME so that I don't forget to implement this
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 10 Oct 2001 22:43:21 +0000 (22:43 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 10 Oct 2001 22:43:21 +0000 (22:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mgl/font.cpp

index 85e934c02cd75e6a9f9d040c4afb8afab74358e9..4deda242cf47a7bab3ebb2026e4aa4734943a126 100644 (file)
@@ -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;