Skip to content
Snippets Groups Projects
Commit 70eca384 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Make fonts look betterer on linux

parent bcae6925
No related branches found
No related tags found
No related merge requests found
...@@ -608,9 +608,7 @@ void LLFontFreetype::renderGlyph(U32 glyph_index) const ...@@ -608,9 +608,7 @@ void LLFontFreetype::renderGlyph(U32 glyph_index) const
if (mFTFace == NULL) if (mFTFace == NULL)
return; return;
llassert_always(! FT_Load_Glyph(mFTFace, glyph_index, FT_LOAD_FORCE_AUTOHINT) ); llassert_always(! FT_Load_Glyph(mFTFace, glyph_index, FT_LOAD_DEFAULT | FT_LOAD_RENDER | FT_LOAD_TARGET_LIGHT) );
llassert_always(! FT_Render_Glyph(mFTFace->glyph, gFontRenderMode) );
mRenderGlyphCount++; mRenderGlyphCount++;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment