efl.canvas.textblock: update style strings
authorAli Alzyod <ali198724@gmail.com>
Tue, 4 Feb 2020 16:45:32 +0000 (17:45 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 11 Feb 2020 21:58:27 +0000 (06:58 +0900)
commit3f2ad35211d6b37c14780d50161d3a7ab49f2acd
tree718e757a53df8f00e4c3f6bf24c89bac793e2a01
parent024fff6e3c0f504ead546b4bcbe7f2d5743647e4
efl.canvas.textblock: update style strings

Summary:
Update

backing -> background_type
backing_color -> background_color
underline_dash_color -> underline_dashed_color
underline - > underline_type
strikethrough - > strikethrough_type
style -> (effect_type + shadow_direction)
underline_dash_width -> underline_dashed_width
underline_dashed_gap -> underline_dashed_gap

**+prevent unified APIs from supporting legacy style tags, and prevent legacy APIs from the ability to use new unified tags**

Reviewers: zmike, woohyun, segfaultxavi, bu5hm4n, cedric

Reviewed By: segfaultxavi, bu5hm4n

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8523

Differential Revision: https://phab.enlightenment.org/D11188
src/lib/evas/canvas/efl_canvas_textblock.eo
src/lib/evas/canvas/evas_object_textblock.c
src/tests/evas/evas_test_textblock.c