elementary/config - and update doc for font overlay

SVN revision: 78705
This commit is contained in:
ChunEon Park 2012-10-31 12:09:33 +00:00
parent 0ec0cef2b3
commit b7bb82b1e7
1 changed files with 3 additions and 1 deletions

View File

@ -712,7 +712,9 @@ EAPI const Eina_List *elm_config_font_overlay_list_get(void);
*
* @param text_class Text class name
* @param font Font name and style string
* @param size Font size
* @param size Font size.
*
* @note If the @p size is lower than zero, the value will be the amount of the size percentage. ex) -50: half of the current size, -100: current size, -10: 1/10 size.
*
* @ingroup Fonts
*