Functions that edit the paths being used to load fonts. More...
#define | evas_canvas_font_path_clear() EVAS_CANVAS_ID(EVAS_CANVAS_SUB_ID_FONT_PATH_CLEAR) |
#define | evas_canvas_font_path_append(path) EVAS_CANVAS_ID(EVAS_CANVAS_SUB_ID_FONT_PATH_APPEND), EO_TYPECHECK(const char *, path) |
#define | evas_canvas_font_path_prepend(path) EVAS_CANVAS_ID(EVAS_CANVAS_SUB_ID_FONT_PATH_PREPEND), EO_TYPECHECK(const char *, path) |
#define | evas_canvas_font_path_list(ret) EVAS_CANVAS_ID(EVAS_CANVAS_SUB_ID_FONT_PATH_LIST), EO_TYPECHECK(const Eina_List **, ret) |
void | evas_font_path_clear (Evas *e) |
Removes all font paths loaded into memory for the given evas. More... | |
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. More... | |
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. More... | |
const Eina_List * | evas_font_path_list (const Evas *e) |
Retrieves the list of font paths used by the given evas. More... | |
Functions that edit the paths being used to load fonts.
#define evas_canvas_font_path_clear | ( | ) | EVAS_CANVAS_ID(EVAS_CANVAS_SUB_ID_FONT_PATH_CLEAR) |
Removes all font paths loaded into memory for the given evas.
Referenced by evas_font_path_clear().
#define evas_canvas_font_path_append | ( | path | ) | EVAS_CANVAS_ID(EVAS_CANVAS_SUB_ID_FONT_PATH_APPEND), EO_TYPECHECK(const char *, path) |
Appends a font path to the list of font paths used by the given evas.
[in] | path |
Referenced by evas_font_path_append().
#define evas_canvas_font_path_prepend | ( | path | ) | EVAS_CANVAS_ID(EVAS_CANVAS_SUB_ID_FONT_PATH_PREPEND), EO_TYPECHECK(const char *, path) |
Prepends a font path to the list of font paths used by the given evas.
[in] | path |
Referenced by evas_font_path_prepend().
#define evas_canvas_font_path_list | ( | ret | ) | EVAS_CANVAS_ID(EVAS_CANVAS_SUB_ID_FONT_PATH_LIST), EO_TYPECHECK(const Eina_List **, ret) |
Retrieves the list of font paths used by the given evas.
[out] | ret |
Referenced by evas_font_path_list().
void evas_font_path_clear | ( | Evas * | e | ) |
Removes all font paths loaded into memory for the given evas.
e | The given evas. |
References evas_canvas_font_path_clear.
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.
e | The given evas. |
path | The new font path. |
References evas_canvas_font_path_append.
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.
e | The given evas. |
path | The new font path. |
References evas_canvas_font_path_prepend.
Retrieves the list of font paths used by the given evas.
e | The given evas. |
References evas_canvas_font_path_list.