From 94f4360b40a33bf9a076edf51e842e5d201a238a Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Mon, 22 Oct 2012 08:28:55 +0000 Subject: [PATCH] evas : Additional explanation for style tag in evas textblock. SVN revision: 78319 --- legacy/evas/src/lib/Evas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index 1beff956e6..6a345847dd 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -9233,7 +9233,7 @@ EAPI Evas_BiDi_Direction evas_object_text_direction_get(const Evas_Object *obj) * @li strikethrough - "on" or "off" * @li backing_color - Background color in one of the following formats: "#RRGGBB", "#RRGGBBAA", "#RGB", and "#RGBA". * @li backing - Enable/disable background color. ex) "on" or "off" - * @li style - Either "off", "none", "plain", "shadow", "outline", "soft_outline", "outline_shadow", "outline_soft_shadow", "glow", "far_shadow", "soft_shadow", or "far_soft_shadow". + * @li style - Either "off", "none", "plain", "shadow", "outline", "soft_outline", "outline_shadow", "outline_soft_shadow", "glow", "far_shadow", "soft_shadow", or "far_soft_shadow". Direction can be selected by adding "bottom_right", "bottom", "bottom_left", "left", "top_left", "top", "top_right", or "right". E.g: "style=shadow,bottom_right". * @li tabstops - Pixel value for tab width. * @li linesize - Force a line size in pixels. * @li linerelsize - Either a floating point value or a percentage indicating the wanted size of the line relative to the calculated size.