From: tasn Date: Sun, 30 Jan 2011 10:44:31 +0000 (+0000) Subject: Evas font-engine: Fixed query size when not using OT to take the last char's width... X-Git-Tag: 2.0_alpha~240^2~1125 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=635fa2df998784ffff6fc6ee56eb0b468f38c671;p=framework%2Fuifw%2Fevas.git 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 --- 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;