Evas textblock: updated docs.

SVN revision: 51837
This commit is contained in:
Tom Hacohen 2010-09-02 11:57:52 +00:00
parent ea9922698e
commit bc755aa40f
1 changed files with 2 additions and 1 deletions

View File

@ -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