Use Freetype's auto hinter instead of the bytecode interpreter.
[euphoria.git] / bin / euphoria
index c1f28b3e49438bd02026c6a04ffd78b4c2b3385e..d9b355aa085698aad1b419b3d0a3432cacf9d73d 100644 (file)
@@ -2,6 +2,7 @@
 
 require "ecore"
 require "ecore_x"
+require "evas"
 require "ecore_evas"
 require "edje"
 require "esmart"
@@ -109,7 +110,7 @@ class Euphoria
                end
 =end
 
-               handle_current_pos(@xmms.playlist_current_pos.wait)
+               handle_current_pos(@xmms.playlist.current_pos.wait)
        end
 
        def show
@@ -153,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 }