From 635fa2df998784ffff6fc6ee56eb0b468f38c671 Mon Sep 17 00:00:00 2001 From: tasn Date: Sun, 30 Jan 2011 10:44:31 +0000 Subject: [PATCH] Evas font-engine: Fixed query size when not using OT to take the last char's width on RTL mode, instead of the first. git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@56529 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- src/lib/engines/common/evas_font_query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/engines/common/evas_font_query.c b/src/lib/engines/common/evas_font_query.c index 5cdf6c0..d21340c 100644 --- a/src/lib/engines/common/evas_font_query.c +++ b/src/lib/engines/common/evas_font_query.c @@ -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; -- 2.7.4