edje - more detailed documentation

SVN revision: 70981
This commit is contained in:
ChunEon Park 2012-05-14 01:12:02 +00:00
parent f146ce307a
commit dec07d0754
1 changed files with 5 additions and 0 deletions

View File

@ -1382,6 +1382,11 @@ EAPI Eina_List *edje_color_class_list (void);
*
* This function updates all Edje members at the process level which
* belong to this text class with the new font attributes.
* If the @p size is 0 then the font size will be kept with the previous size.
* If the @p size is less then 0 then the font size will be calculated in the
* percentage. For example, if the @p size is -50, then the font size will be
* scaled to half of the original size and if the @p size is -10 then the font
* size will be scaled as much as 0.1x.
*
* @see edje_text_class_get().
*