From e69485680c27c4d2d1789a19b2fdadaf5d4cdf82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 29 Sep 2006 20:16:44 +0000 Subject: Improve FreeType2 rendering: do not disable hinting. CVS patchset: 8323 CVS date: 2006/09/29 20:16:44 --- src/xine-engine/osd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xine-engine/osd.c b/src/xine-engine/osd.c index e6338779b..b5f45d0af 100644 --- a/src/xine-engine/osd.c +++ b/src/xine-engine/osd.c @@ -1171,7 +1171,7 @@ static int osd_render_text (osd_object_t *osd, int x1, int y1, } previous = i; - if (FT_Load_Glyph(osd->ft2->face, i, FT_LOAD_DEFAULT | FT_LOAD_NO_HINTING)) { + if (FT_Load_Glyph(osd->ft2->face, i, FT_LOAD_DEFAULT)) { xprintf(this->stream->xine, XINE_VERBOSITY_LOG, _("osd: error loading glyph\n")); continue; } -- cgit v1.2.3