Skip to content

Commit

Permalink
Use Freetype's auto hinter instead of the bytecode interpreter.
Browse files Browse the repository at this point in the history
This should probably be configurable.
  • Loading branch information
tilman2 committed Aug 26, 2007
1 parent 37dca50 commit cff63ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/euphoria
Expand Up @@ -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 }
Expand Down

0 comments on commit cff63ae

Please sign in to comment.