Functions | |
void | evas_font_path_clear (Evas *e) |
Removes all font paths loaded into memory for the given evas. | |
void | evas_font_path_append (Evas *e, const char *path) |
Appends a font path to the list of font paths used by the given evas. | |
void | evas_font_path_prepend (Evas *e, const char *path) |
Prepends a font path to the list of font paths used by the given evas. | |
const Evas_List * | evas_font_path_list (Evas *e) |
Retrieves the list of font paths used by the given evas. |
|
Appends a font path to the list of font paths used by the given evas.
|
|
Removes all font paths loaded into memory for the given evas.
|
|
Retrieves the list of font paths used by the given evas.
|
|
Prepends a font path to the list of font paths used by the given evas.
|