From 8119efaddae8012c4d6d075da22724a40a1c7720 Mon Sep 17 00:00:00 2001 From: Tom Hacohen 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. SVN revision: 56529 --- legacy/evas/src/lib/engines/common/evas_font_query.c | 2 +- 1 file changed, 1 insertion(+), 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 5cdf6c0207..d21340c22d 100644 --- a/legacy/evas/src/lib/engines/common/evas_font_query.c +++ b/legacy/evas/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;