Evas font-engine: Added a fixme.

SVN revision: 58925
This commit is contained in:
Tom Hacohen 2011-04-26 09:14:23 +00:00
parent f0e18f58ff
commit 9b0005e62a
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ evas_common_text_props_content_create(void *_fn, const Eina_Unicode *text,
/* If we got a malformed index, show the replacement char instead */
if (gl_itr->index == 0)
{
/* FIXME: search inside the same fi. */
gl_itr->index =
evas_common_font_glyph_search(fn, &fi, REPLACEMENT_CHAR);
is_replacement = EINA_TRUE;