Evas text: fix RTL text ellipsis issues 95/69795/1
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 17 May 2016 01:15:59 +0000 (10:15 +0900)
committerYoungbok Shin <youngb.shin@samsung.com>
Tue, 17 May 2016 01:15:59 +0000 (10:15 +0900)
commit26102b1ddfd131ce84c449a592aa608d8d586a6f
tree3e7bff1c3651d9dd4348b1c466b106df92f3f5b1
parent17ccc8541088d055825026bd74d72b1f3b3df7d2
Evas text: fix RTL text ellipsis issues

Summary:
Visual position of ellipsis item should be set according to
its bidi direction. But, by setting visual position in same way
as logical position, the end ellipsis could be put opposite side.
Also, start ellipsis must placed on left side of RTL text.
@fix T3187

Test Plan: Test an sample on T3187

Reviewers: tasn, herdsman, woohyun

Subscribers: cedric, jpeg, minudf

Maniphest Tasks: T3187

Differential Revision: https://phab.enlightenment.org/D3769

@tizen_fix

Change-Id: If78b6becb5059052ddae23f7dee39d91ddce38c7
src/lib/evas/canvas/evas_object_text.c