Index: source/blender/blenfont/intern/blf_glyph.c =================================================================== --- source/blender/blenfont/intern/blf_glyph.c (revision 32747) +++ source/blender/blenfont/intern/blf_glyph.c (working copy) @@ -198,7 +198,7 @@ if (g) return(g); - err= FT_Load_Glyph(font->face, index, FT_LOAD_NO_HINTING | FT_LOAD_NO_BITMAP); + err= FT_Load_Glyph(font->face, index, FT_LOAD_NO_BITMAP); if (err) return(NULL);