elementary/config - more detailed documentation

SVN revision: 70979
This commit is contained in:
ChunEon Park 2012-05-14 00:12:17 +00:00
parent 21495c9d9b
commit 5f9bd3a8ae
1 changed files with 4 additions and 3 deletions

View File

@ -681,9 +681,10 @@ EAPI const Eina_List *elm_config_font_overlay_list_get(void);
* *
* @ingroup Fonts * @ingroup Fonts
* *
* @p font has to be in the format returned by * @p font has to be in the format returned by elm_font_fontconfig_name_get().
* elm_font_fontconfig_name_get(). @see elm_config_font_overlay_list_get() * @see elm_config_font_overlay_list_get()
* and elm_config_font_overlay_unset(). * @see elm_config_font_overlay_unset()
* @see edje_object_text_class_set()
*/ */
EAPI void elm_config_font_overlay_set(const char *text_class, const char *font, Evas_Font_Size size); EAPI void elm_config_font_overlay_set(const char *text_class, const char *font, Evas_Font_Size size);