From fe0544805d0eb9f91e337924fd7ff0cb431257b9 Mon Sep 17 00:00:00 2001 From: tasn Date: Sun, 30 Jan 2011 10:33:57 +0000 Subject: [PATCH] Evas font engine: The position of the NULL returned from coords should depend on query_advance, not query_size. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@56431 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/engines/common/evas_font_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/engines/common/evas_font_query.c b/src/lib/engines/common/evas_font_query.c index 359359d..b132b51 100644 --- a/src/lib/engines/common/evas_font_query.c +++ b/src/lib/engines/common/evas_font_query.c @@ -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; -- 2.7.4