Evas font-engine: Fixed kerning issue and a major rendering bug.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 21 Apr 2011 08:47:16 +0000 (08:47 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 21 Apr 2011 08:47:16 +0000 (08:47 +0000)
commit8c72347276bcdda6b3527f25449e3c120f7c1bb8
treeec7e8ee621e89c9f75ab843fb451a090afa76cbb
parent6361515751fb86e733c87f1398cabb857218c4e2
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.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@58783 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/engines/common/evas_text_utils.c