Tizen Native API
6.0
|
Functions that edit the paths being used to load fonts.
Functions | |
void | evas_font_path_global_clear (void) |
void | evas_font_path_global_append (const char *path) |
void | evas_font_path_global_prepend (const char *path) |
const Eina_List * | evas_font_path_global_list (void) |
Function Documentation
void evas_font_path_global_append | ( | const char * | path | ) |
Appends a font path to the list of font paths used by the application.
- Parameters:
-
path The new font path.
- Since (EFL) :
- 1.9
- Since :
- 3.0
void evas_font_path_global_clear | ( | void | ) |
Removes all font paths loaded into memory by evas_font_path_app_* APIs for the application.
- Since (EFL) :
- 1.9
- Since :
- 3.0
const Eina_List* evas_font_path_global_list | ( | void | ) |
Retrieves the list of font paths used by the application.
- Returns:
- The list of font paths used.
- Since (EFL) :
- 1.9
- Since :
- 3.0
void evas_font_path_global_prepend | ( | const char * | path | ) |
Prepends a font path to the list of font paths used by the application.
- Parameters:
-
path The new font path.
- Since (EFL) :
- 1.9
- Since :
- 3.0