Tizen Native API
5.5
|
Functions that deal with fonts.
void evas_font_available_list_free | ( | Evas * | e, |
Eina_List * | available | ||
) |
Free list of font descriptions returned by evas_font_dir_available_list().
e | The evas instance that returned such list. |
available | the list returned by evas_font_dir_available_list(). |
int evas_font_glyph_lru_size_get | ( | void | ) |
Get glyphs lru list size as byte.
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.
Evas_Font_Hinting_Flags evas_font_hinting_get | ( | const Evas * | e | ) |
Retrieves the font hinting used by the given evas.
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.
[in] | hinting | The used hinting, one of #EVAS_FONT_HINTING_NONE, #EVAS_FONT_HINTING_AUTO, #EVAS_FONT_HINTING_BYTECODE. |