Evas font-engine: Fixed query size when not using OT to take the last char's width...
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 30 Jan 2011 10:44:31 +0000 (10:44 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Sun, 30 Jan 2011 10:44:31 +0000 (10:44 +0000)
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

index 5cdf6c0..d21340c 100644 (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;