evas textblocke: add align=end for putting a text at the opposite side of LTR/RTL
authorYoungbok Shin <youngb.shin@samsung.com>
Thu, 26 Oct 2017 02:40:44 +0000 (11:40 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 26 Oct 2017 02:40:44 +0000 (11:40 +0900)
commit9906cd211f805d971733f0815617256429f0304e
treedd351178ebb686ecd8396963a4234151281c4325
parente474edc9f671419e433a0c52161149b89bee08c8
evas textblocke: add align=end for putting a text at the opposite side of LTR/RTL

Summary:
There is a requirement for putting text at right side for LTR and at left side for RTL.
It satisfies that reqirement easily.

It also add "start" keywork for "align" tag. "start" will be same with "auto".
Intuitionally, developer will try "align=start" if they once saw "align=end" in elsewhere.
On the other hand, it only add "END" as new enumeration value for efl interface.
@feature

Test Plan: N/A

Reviewers: herdsman, cedric, jpeg, raster

Reviewed By: raster

Subscribers: woohyun

Differential Revision: https://phab.enlightenment.org/D5342
src/lib/efl/interfaces/efl_text_format.eo
src/lib/evas/canvas/evas_object_textblock.c