From bc755aa40f6d8079cd58d1f0cdef457c09ce435d Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 2 Sep 2010 11:57:52 +0000 Subject: [PATCH] Evas textblock: updated docs. SVN revision: 51837 --- legacy/evas/src/lib/engines/common/evas_font_query.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/engines/common/evas_font_query.c b/legacy/evas/src/lib/engines/common/evas_font_query.c index 9ba101dacb..659e87652a 100644 --- a/legacy/evas/src/lib/engines/common/evas_font_query.c +++ b/legacy/evas/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