summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2017-08-17 10:44:05 -0400
committerChris Michael <cp.michael@samsung.com>2017-08-17 10:44:05 -0400
commitf377f722e6e5f978372fe3d82bee6da0e301f162 (patch)
treeb694c547ef3922bcab3f1cbc72c353b41ac43f59
parentc4a5b7b19cbbac05a000e07868a68a427a5b0a93 (diff)
downloadefl-f377f722e6e5f978372fe3d82bee6da0e301f162.tar.gz
evas: Drop excessive use of 'just' and 'which'
Reviewers: cedric, devilhorns Reviewed By: devilhorns Subscribers: jpeg Differential Revision: https://phab.enlightenment.org/D5099
-rw-r--r--src/lib/evas/canvas/evas_text.eo19
1 files changed, 10 insertions, 9 deletions
diff --git a/src/lib/evas/canvas/evas_text.eo b/src/lib/evas/canvas/evas_text.eo
index 154e80c83a..b57d7b3e03 100644
--- a/src/lib/evas/canvas/evas_text.eo
+++ b/src/lib/evas/canvas/evas_text.eo
@@ -9,9 +9,9 @@ class Evas.Text (Efl.Canvas.Object, Efl.Text, Efl.Text.Properties, Efl.Canvas.Fi
@property shadow_color {
[[Controls the shadow color for the given text object.
- Shadow effects, which are fading colors decorating the text
- underneath it, will just be shown if the object is set to one of
- the following styles:
+ Shadow effects are fading colors decorating the text
+ underneath it. They will be shown if the object is set to
+ one of the following styles:
- $EVAS_TEXT_STYLE_TYPE_SHADOW
- $EVAS_TEXT_STYLE_TYPE_OUTLINE_SHADOW
@@ -75,7 +75,7 @@ class Evas.Text (Efl.Canvas.Object, Efl.Text, Efl.Text.Properties, Efl.Canvas.Fi
@property outline_color {
[[Controls the outline color for the given text object.
- Outline effects (colored lines around text glyphs) will just be
+ Outline effects (colored lines around text glyphs) will be
shown if the object is set to one of the following styles:
- $EVAS_TEXT_STYLE_TYPE_OUTLINE
- $EVAS_TEXT_STYLE_TYPE_SOFT_OUTLINE
@@ -96,9 +96,10 @@ class Evas.Text (Efl.Canvas.Object, Efl.Text, Efl.Text.Properties, Efl.Canvas.Fi
@property glow2_color {
[[Sets the 'glow 2' color for the given text object.
- 'Glow 2' effects, which are glowing colors decorating the text's
- (immediate) surroundings, will just be shown if the object is set
- to the $EVAS_TEXT_STYLE_TYPE_GLOW style. See also @.glow_color.
+ 'Glow 2' effects are glowing colors decorating the text's
+ (immediate) surroundings. They will be shown if the object
+ is set to the $EVAS_TEXT_STYLE_TYPE_GLOW style. See also
+ @.glow_color.
]]
set {
}
@@ -144,8 +145,8 @@ class Evas.Text (Efl.Canvas.Object, Efl.Text, Efl.Text.Properties, Efl.Canvas.Fi
@property glow_color {
[[Sets the glow color for the given text object.
- Glow effects, which are glowing colors decorating the text's
- surroundings, will just be shown if the object is set to the
+ Glow effects are glowing colors decorating the text's
+ surroundings. They will be shown if the object is set to the
$EVAS_TEXT_STYLE_TYPE_GLOW style.
Note: Glow effects are placed from a short distance of the text