Evas textblock: Changed 'heavy' weight to 'black'.

Apparently that's what FC likes.

SVN revision: 61859
This commit is contained in:
Tom Hacohen 2011-07-28 14:32:40 +00:00
parent 1350644a8b
commit 3432644acd
1 changed files with 1 additions and 1 deletions

View File

@ -1132,7 +1132,7 @@ _format_clean_param(char *dst, const char *src)
}
static const char *_style_weight_map[] = { "ultralight", "light", "bold",
"ultrabold", "heavy", "normal" };
"ultrabold", "black", "normal" };
#define _STYLE_WEIGHT_MAP_LEN (sizeof(_style_weight_map) / sizeof(_style_weight_map[0]))
static const char *_style_style_map[] = { "normal", "oblique", "italic" };