From: Tilman Sauerbeck Date: Sun, 26 Aug 2007 15:30:40 +0000 (+0200) Subject: Use Freetype's auto hinter instead of the bytecode interpreter. X-Git-Url: http://git.code-monkey.de/?p=euphoria.git;a=commitdiff_plain;h=cff63ae6832df5db5f628d97bac5a41f3296d63e Use Freetype's auto hinter instead of the bytecode interpreter. This should probably be configurable. --- diff --git a/bin/euphoria b/bin/euphoria index e2077a2..d9b355a 100644 --- a/bin/euphoria +++ b/bin/euphoria @@ -154,6 +154,7 @@ private #@ee.evas.font_path_append("/usr/X11R6/lib/X11/fonts/TTF") #@ee.evas.font_path_append(ENV["HOME"] + "/.fonts") + @ee.evas.font_hinting = Evas::Evas::AUTO @ee.on_pre_render { Edje::thaw } @ee.on_post_render { Edje::freeze }