Evas font: Enabled run-time slanting for 'Oblique'.
authortasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jul 2011 14:01:35 +0000 (14:01 +0000)
committertasn <tasn@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 28 Jul 2011 14:01:35 +0000 (14:01 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@61858 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_font_dir.c

index 0ab30cd..0a248cc 100644 (file)
@@ -269,7 +269,9 @@ _font_style_name_match(const char *font_name, const char *style_name)
              if (strstr(style_key, "Italic")
                  || strstr(style_key, "italic")
                  || strstr(style_key, "Cursiva")
-                 || strstr(style_key, "cursiva"))
+                 || strstr(style_key, "cursiva")
+                 || strstr(style_key, "Oblique")
+                 || strstr(style_key, "oblique"))
                 return EINA_TRUE;
              else
                 return EINA_FALSE;