Evas font-engine: Fix glyphs not being drawn.
authorTom Hacohen <tom@stosb.com>
Tue, 3 May 2011 14:36:47 +0000 (14:36 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 3 May 2011 14:36:47 +0000 (14:36 +0000)
commit2e71b5ab90a423f86ce80ca784f3b45c4fb9d6f4
tree39615e92f431bf40c9c949f527671c4b41d3c1b3
parentfdb32980b5ef0b5896f4466ed00064572aeb1e0a
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.

SVN revision: 59152
legacy/evas/src/lib/engines/common/evas_font.h
legacy/evas/src/lib/engines/common/evas_font_draw.c
legacy/evas/src/lib/engines/common/evas_text_utils.c