summaryrefslogtreecommitdiff
path: root/src/tests/evas/evas_suite.c
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2015-11-19 11:37:07 +0000
committerTom Hacohen <tom@stosb.com>2015-11-19 11:43:39 +0000
commita9b4be11e1e7525d98c08a5bb04b1f29ea8b0d4f (patch)
treec35b457299d4fc6d71a3144f957eae774fd656d8 /src/tests/evas/evas_suite.c
parent618558f8ecba4d78f230245f2853523e95e12dfc (diff)
downloadefl-a9b4be11e1e7525d98c08a5bb04b1f29ea8b0d4f.tar.gz
Evas object: Add paragraph_direciton APIs
Summary: It adds evas_object_paragraph_direction_set, get APIs. The APIs set or get paragraph direction to/from the given object. It changes BiDi calculations and affect the direction and aligning of text. It doesn't have any effect to text without Fribidi library. The default paragraph direction is EVAS_BIDI_DIRECTION_INHERIT. If dir is EVAS_BIDI_DIRECTION_INHERIT, paragraph direction is changed according to smart parent object. If there is no smart parent object, paragraph direction works as EVAS_BIDI_DIRECTION_NEUTRAL. @feature Test Plan: Test cases included to the following files. - evas_test_textblock.c - evas_test_text.c - evas_test_object_smart.c Run "make check". Reviewers: woohyun, raster, herdsman, tasn Subscribers: c, raster, cedric Differential Revision: https://phab.enlightenment.org/D1690
Diffstat (limited to 'src/tests/evas/evas_suite.c')
-rw-r--r--src/tests/evas/evas_suite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/evas/evas_suite.c b/src/tests/evas/evas_suite.c
index 242215f65d..10a8d2732c 100644
--- a/src/tests/evas/evas_suite.c
+++ b/src/tests/evas/evas_suite.c
@@ -29,6 +29,7 @@ static const Evas_Test_Case etc[] = {
{ "Meshes", evas_test_mesh },
{ "Masking", evas_test_mask },
{ "Evas GL", evas_test_evasgl },
+ { "Object Smart", evas_test_object_smart },
{ NULL, NULL }
};