Evas font engine: The position of the NULL returned from coords should depend on query_advance, not query_size.

SVN revision: 56431
This commit is contained in:
Tom Hacohen 2011-01-30 10:33:57 +00:00
parent 8d56aef16a
commit 3d6ca9eca9
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ evas_common_font_query_char_coords(RGBA_Font *fn, const Eina_Unicode *in_text, c
else else
#endif #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 (cy) *cy = 0;
if (cw) *cw = 0; if (cw) *cw = 0;