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
This commit is contained in:
Václav Slavík 2001-10-10 22:43:21 +00:00
parent afadf3bc6a
commit 1ac162ad06

View 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;