Evas font-engine: Fixed kerning issue and a major rendering bug.
authorTom Hacohen <tom@stosb.com>
Thu, 21 Apr 2011 08:47:16 +0000 (08:47 +0000)
committerTom Hacohen <tom@stosb.com>
Thu, 21 Apr 2011 08:47:16 +0000 (08:47 +0000)
commit543a0da0d83cff94f70978205c309543a0f1d5ce
tree872f2f3621b82518e365ff7875131874eded4c7e
parent22671d41d9be775bd1e194c52d2672e4718a9002
Evas font-engine: Fixed kerning issue and a major rendering bug.

Kerning: We are walking the string visually so we don't need to do
anything special for kerning when in rtl, freetype works with "left" and
"right" which we automatically get.

Rendering bug: Cedric found that in some cases there were missing
characters. This was caused because I forgot to convert the kerning from
16.6 fixed point to int.

SVN revision: 58783
legacy/evas/src/lib/engines/common/evas_text_utils.c