Tizen Native API  5.5
Font Functions

Functions that deal with fonts.


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:
eThe evas instance that returned such list.
availablethe list returned by evas_font_dir_available_list().
Since :
3.0f(2.3.1)

Get glyphs lru list size as byte.

Since:
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:
1.21
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.0f(2.3.1)
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]hintingThe used hinting, one of #EVAS_FONT_HINTING_NONE, #EVAS_FONT_HINTING_AUTO, #EVAS_FONT_HINTING_BYTECODE.
Since :
3.0f(2.3.1)