projects
/
euphoria.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37dca50
)
Use Freetype's auto hinter instead of the bytecode interpreter.
author
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 26 Aug 2007 15:30:40 +0000
(17:30 +0200)
committer
Tilman Sauerbeck
<tilman@code-monkey.de>
Sun, 26 Aug 2007 15:30:40 +0000
(17:30 +0200)
This should probably be configurable.
bin/euphoria
patch
|
blob
|
history
diff --git
a/bin/euphoria
b/bin/euphoria
index e2077a266f3db45d5569cfe63c9f0efa18debc35..d9b355aa085698aad1b419b3d0a3432cacf9d73d 100644
(file)
--- 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 }