From: tasn Date: Sun, 30 Jan 2011 10:33:57 +0000 (+0000) Subject: Evas font engine: The position of the NULL returned from coords should depend on... X-Git-Tag: accepted/2.0/20130306.225542~242^2~1223 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe0544805d0eb9f91e337924fd7ff0cb431257b9;p=profile%2Fivi%2Fevas.git 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 --- 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;