Evas font-engine: Fix glyphs not being drawn.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 May 2011 14:36:47 +0000 (14:36 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 3 May 2011 14:36:47 +0000 (14:36 +0000)
commit18e0b73d7ddbc379b138b7493d30dab8b4b24184
tree42ffff4f8442aaf276cd29deae05cf9b092e06f2
parent4fc493535e076cc84705f3070b42dff07b1cf5e5
Evas font-engine: Fix glyphs not being drawn.

Thanks to Brian Wang for the report.

This happened because we were querying for the index of the wrong fi,
this became especially visible after we started caching fi.

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