diff options
author | WooHyun Jung <woohyun0705@gmail.com> | 2012-10-22 08:28:55 +0000 |
---|---|---|
committer | WooHyun Jung <woohyun0705@gmail.com> | 2012-10-22 08:28:55 +0000 |
commit | 94f4360b40a33bf9a076edf51e842e5d201a238a (patch) | |
tree | 70572b1807529f1b838c03d65d2da238e83d1d5d | |
parent | 517e711493a7728590a3c5a0e156a9e53b932908 (diff) |
evas : Additional explanation for style tag in evas textblock.
SVN revision: 78319
-rw-r--r-- | legacy/evas/src/lib/Evas.h | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
9233 | * @li strikethrough - "on" or "off" | 9233 | * @li strikethrough - "on" or "off" |
9234 | * @li backing_color - Background color in one of the following formats: "#RRGGBB", "#RRGGBBAA", "#RGB", and "#RGBA". | 9234 | * @li backing_color - Background color in one of the following formats: "#RRGGBB", "#RRGGBBAA", "#RGB", and "#RGBA". |
9235 | * @li backing - Enable/disable background color. ex) "on" or "off" | 9235 | * @li backing - Enable/disable background color. ex) "on" or "off" |
9236 | * @li style - Either "off", "none", "plain", "shadow", "outline", "soft_outline", "outline_shadow", "outline_soft_shadow", "glow", "far_shadow", "soft_shadow", or "far_soft_shadow". | 9236 | * @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". |
9237 | * @li tabstops - Pixel value for tab width. | 9237 | * @li tabstops - Pixel value for tab width. |
9238 | * @li linesize - Force a line size in pixels. | 9238 | * @li linesize - Force a line size in pixels. |
9239 | * @li linerelsize - Either a floating point value or a percentage indicating the wanted size of the line relative to the calculated size. | 9239 | * @li linerelsize - Either a floating point value or a percentage indicating the wanted size of the line relative to the calculated size. |