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:
parent
afadf3bc6a
commit
1ac162ad06
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user