Font Path Functions

Functions that edit the paths being used to load fonts. More...

Functions

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

Detailed Description

Functions that edit the paths being used to load fonts.

Function Documentation

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
eThe given evas.
pathThe new font path.
void evas_font_path_clear ( Evas e)

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

Parameters
eThe given evas.

Referenced by evas_free().

const Eina_List* evas_font_path_list ( const Evas e)

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

Parameters
eThe given evas.
Returns
The list of font paths used.
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
eThe given evas.
pathThe new font path.