From dec07d0754f1ea11bf3c5b5d1a7fbd0de9cfa0d8 Mon Sep 17 00:00:00 2001 From: ChunEon Park Date: Mon, 14 May 2012 01:12:02 +0000 Subject: [PATCH] edje - more detailed documentation SVN revision: 70981 --- legacy/edje/src/lib/Edje.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/legacy/edje/src/lib/Edje.h b/legacy/edje/src/lib/Edje.h index 5f6d8161fe..e330fde946 100644 --- a/legacy/edje/src/lib/Edje.h +++ b/legacy/edje/src/lib/Edje.h @@ -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(). *