Tizen Native API
5.5
|
Functions that deal with fonts.
Functions | |
void | evas_font_reinit (void) |
void | evas_font_available_list_free (Evas *e, Eina_List *available) |
void | evas_font_hinting_set (Evas *e, Evas_Font_Hinting_Flags hinting) |
Changes the font hinting for the given evas. | |
Evas_Font_Hinting_Flags | evas_font_hinting_get (const Evas *e) |
Retrieves the font hinting used by the given evas. |
Enumeration Type Documentation
Function Documentation
void evas_font_available_list_free | ( | Evas * | e, |
Eina_List * | available | ||
) |
Free list of font descriptions returned by evas_font_dir_available_list().
- Parameters:
-
e The evas instance that returned such list. available the list returned by evas_font_dir_available_list().
- Since :
- 3.0
Evas_Font_Hinting_Flags evas_font_hinting_get | ( | const Evas * | e | ) |
Retrieves the font hinting used by the given evas.
- Returns:
- The used hinting, one of EVAS_FONT_HINTING_NONE, EVAS_FONT_HINTING_AUTO, EVAS_FONT_HINTING_BYTECODE.
- Since :
- 3.0
void evas_font_hinting_set | ( | Evas * | e, |
Evas_Font_Hinting_Flags | hinting | ||
) |
Changes the font hinting for the given evas.
EVAS_FONT_HINTING_AUTO, EVAS_FONT_HINTING_BYTECODE.
- Parameters:
-
[in] hinting The used hinting, one of EVAS_FONT_HINTING_NONE, EVAS_FONT_HINTING_AUTO, EVAS_FONT_HINTING_BYTECODE.
- Since :
- 3.0
void evas_font_reinit | ( | void | ) |
Reinitialize FontConfig. If FontConfig has to be reinitialized according to changes of system environments (e.g. Changing font config files), it will be useful.
- Since (EFL) :
- 1.14
- Since :
- 3.0