[SVN:54157] Fixed the bug about searching the glyph.
authorMyoungWoon Roy Kim <myoungwoon.kim@samsung.com>
Wed, 10 Nov 2010 00:13:28 +0000 (09:13 +0900)
committerMyoungWoon Roy Kim <myoungwoon.kim@samsung.com>
Wed, 10 Nov 2010 00:13:28 +0000 (09:13 +0900)
src/lib/engines/common/evas_font_draw.c

index 96faa22..851f723 100644 (file)
@@ -292,7 +292,14 @@ evas_common_font_glyph_search(RGBA_Font *fn, RGBA_Font_Int **fi_ret, int gl)
                   *fi_ret = fm->fint;
                   return fm->index;
                }
+#if 0
+                        /*SVN: 54157 Merged by Myoungwoon Kim
+                         * Returning here because of a previous miss when searching the
+                         * glyph causes a bug when glyph caching was before all the
+                         * fonts were loaded, I have no idea how to fix it cleanly,
+                         * not at the moment anyway. -TAsn */
              else if (fm->index == -1) return 0;
+#endif                  
           }
      }