From: Victor Cebollada Date: Tue, 16 Sep 2014 08:25:17 +0000 (+0100) Subject: TextView - Reduces the size of the character layout. X-Git-Tag: dali_1.0.9~2 X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=commitdiff_plain;h=f3fa1acf1b1a4f2643cd1ac605b43703187f1e6e;hp=f3fa1acf1b1a4f2643cd1ac605b43703187f1e6e TextView - Reduces the size of the character layout. * Character's height and advance stores the same values than size -> height and advance removed. * Character's gradient info stores a color (Vector4) two points (Vector2) and an alpha value (float) These parameters are only used for some text-actors when the text is faded-out. A new GradientInfo structure has been added and the character only stores a pointer to that struct, which is NULL if is not needed. Change-Id: Iaa09a5a384ed43722fd703ff659459196019fff9 Signed-off-by: Victor Cebollada ---