Evas font-engine: Fixed query size when not using OT to take the last char's width on RTL mode, instead of the first.

SVN revision: 56529
This commit is contained in:
Tom Hacohen 2011-01-30 10:44:31 +00:00
parent 895124e1b9
commit 8119efadda
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ evas_common_font_query_size(RGBA_Font *fn, const Eina_Unicode *text, const Evas_
else
#endif
{
EVAS_FONT_WALK_DEFAULT_TEXT_LOGICAL_START()
EVAS_FONT_WALK_DEFAULT_TEXT_VISUAL_START()
{
EVAS_FONT_WALK_DEFAULT_TEXT_WORK(EINA_FALSE);
if (!visible) continue;