summaryrefslogtreecommitdiff
path: root/src/lib/evas/common/evas_font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/evas/common/evas_font.h')
-rw-r--r--src/lib/evas/common/evas_font.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/evas/common/evas_font.h b/src/lib/evas/common/evas_font.h
index e16785520d..4588a31f0d 100644
--- a/src/lib/evas/common/evas_font.h
+++ b/src/lib/evas/common/evas_font.h
@@ -410,7 +410,8 @@ void evas_font_free(void *font);
void evas_fonts_zero_free();
void evas_fonts_zero_pressure();
void evas_font_name_parse(Evas_Font_Description *fdesc, const char *name);
-int evas_font_style_find(const char *start, const char *end, Evas_Font_Style style);
+unsigned int evas_font_style_find(const char *start, const char *end, Evas_Font_Style style);
+const char *evas_font_style_find_str(int type, Evas_Font_Style style);
Evas_Font_Description *evas_font_desc_new(void);
Evas_Font_Description *evas_font_desc_dup(const Evas_Font_Description *fdesc);
void evas_font_desc_unref(Evas_Font_Description *fdesc);