blob: 8683db77964295a328096db7cfd33760260708d7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifdef E_TYPEDEFS
#else
#ifndef E_WIDGET_FONT_PREVIEW_H
#define E_WIDGET_FONT_PREVIEW_H
EAPI Evas_Object *e_widget_font_preview_add(Evas *evas, const char *text);
EAPI void e_widget_font_preview_font_set(Evas_Object *obj, const char *font, Evas_Font_Size size);
#endif
#endif
|