Evas font: Enabled run-time slanting for 'Oblique'.

SVN revision: 61858
This commit is contained in:
Tom Hacohen 2011-07-28 14:01:35 +00:00
parent b4338b1c7f
commit 1350644a8b
1 changed files with 3 additions and 1 deletions

View 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;