From 1c2e7c9b3902e65753d3805255bc1996cdb6b31f Mon Sep 17 00:00:00 2001 From: tasn Date: Thu, 2 Sep 2010 11:57:52 +0000 Subject: [PATCH] Evas textblock: updated docs. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@51837 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/engines/common/evas_font_query.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/engines/common/evas_font_query.c b/src/lib/engines/common/evas_font_query.c index 9ba101d..659e876 100644 --- a/src/lib/engines/common/evas_font_query.c +++ b/src/lib/engines/common/evas_font_query.c @@ -307,7 +307,8 @@ evas_common_font_query_advance(RGBA_Font *fn, const Eina_Unicode *text, const Ev if (h_adv) *h_adv = pen_x - start_x; } -/* x y w h for char at char pos +/* x y w h for char at char pos for null it returns the position right after + * the last char with 0 as width and height. * BiDi handling: We recieve the shaped string + other props from intl_props, * We care about the actual drawing location of the string, this is why we need * the visual string. We need to know how it's printed. After that we need to calculate -- 2.7.4