Evas font engine: The position of the NULL returned from coords should depend on...
authorTom Hacohen <tom@stosb.com>
Sun, 30 Jan 2011 10:33:57 +0000 (10:33 +0000)
committerTom Hacohen <tom@stosb.com>
Sun, 30 Jan 2011 10:33:57 +0000 (10:33 +0000)
SVN revision: 56431

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

index 359359d..b132b51 100644 (file)
@@ -252,7 +252,7 @@ evas_common_font_query_char_coords(RGBA_Font *fn, const Eina_Unicode *in_text, c
         else
 #endif
           {
-             evas_common_font_query_size(fn, text, intl_props, cx, ch);
+             evas_common_font_query_advance(fn, text, intl_props, cx, ch);
           }
         if (cy) *cy = 0;
         if (cw) *cw = 0;