Tizen Native API
4.0
|
Font Path Functions
Functions that edit the paths being used to load fonts.
Function Documentation
int evas_font_glyph_lru_size_get | ( | void | ) |
Get glyphs lru list size as byte.
- Since (EFL) :
- 1.21
void evas_font_glyph_lru_size_set | ( | int | size | ) |
Set glyphs lru list size as byte. It is used for trimming bitmap data of least recently used glyphs. It helps reducing memory usage. If the given size is 0, Evas will not trim bitmap data.
- Since (EFL) :
- 1.21
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
void evas_font_reinit | ( | void | ) |
Reinitialize FontConfig. If FontConfig has to be reinitialized according to changes of system environments(ex. Changing font config files), it will be useful.
- Since (EFL) :
- 1.14
- Since :
- 3.0