Evas font-engine: Added a fixme.
authorTom Hacohen <tom@stosb.com>
Tue, 26 Apr 2011 09:14:23 +0000 (09:14 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 26 Apr 2011 09:14:23 +0000 (09:14 +0000)
SVN revision: 58925

legacy/evas/src/lib/engines/common/evas_text_utils.c

index 7b0684c..036e158 100644 (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;