Evas_Font_Path_Group (3) - Linux Manuals

Evas_Font_Path_Group: Functions that edit the paths being used to load fonts.

NAME

Font Path Functions - Functions that edit the paths being used to load fonts.

Functions


EAPI void evas_font_path_clear (Evas *e)
Removes all font paths loaded into memory for the given evas.
EAPI 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.
EAPI 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.
EAPI const Evas_List * evas_font_path_list (const Evas *e)
Retrieves the list of font paths used by the given evas.

Detailed Description

Functions that edit the paths being used to load fonts.

Function Documentation

EAPI 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.

Parameters:

e The given evas.
path The new font path.

References evas_list_append().

EAPI void evas_font_path_clear (Evas * e)

Removes all font paths loaded into memory for the given evas.

Parameters:

e The given evas.

References evas_list_remove().

Referenced by evas_free().

EAPI const Evas_List* evas_font_path_list (const Evas * e)

Retrieves the list of font paths used by the given evas.

Parameters:

e The given evas.

Returns:

The list of font paths used.

EAPI 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.

Parameters:

e The given evas.
path The new font path.

References evas_list_prepend().

Author

Generated automatically by Doxygen for Evas from the source code.