| Index: core/src/fxge/ge/fx_ge_text.cpp
|
| diff --git a/core/src/fxge/ge/fx_ge_text.cpp b/core/src/fxge/ge/fx_ge_text.cpp
|
| index 6938bb975db4cb5470799388527123d56f214e49..11bc29ef5be28365bec38fd18a07af384a4f5178 100644
|
| --- a/core/src/fxge/ge/fx_ge_text.cpp
|
| +++ b/core/src/fxge/ge/fx_ge_text.cpp
|
| @@ -1592,7 +1592,7 @@ CFX_GlyphBitmap* CFX_FaceCache::RenderGlyph(CFX_Font* pFont,
|
| }
|
| FXFT_Outline_Embolden(FXFT_Get_Glyph_Outline(m_Face), level);
|
| }
|
| - FXFT_Library_SetLcdFilter(CFX_GEModule::Get()->GetFontMgr()->m_FTLibrary,
|
| + FXFT_Library_SetLcdFilter(CFX_GEModule::Get()->GetFontMgr()->GetFTLibrary(),
|
| FT_LCD_FILTER_DEFAULT);
|
| error = FXFT_Render_Glyph(m_Face, anti_alias);
|
| if (error) {
|
|
|