efl.canvas.textblock: rename style strings to have underscore between words
authorAli Alzyod <ali198724@gmail.com>
Thu, 9 Jan 2020 11:14:22 +0000 (12:14 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 9 Jan 2020 21:03:20 +0000 (06:03 +0900)
commit70f42d35b5a0f6887312142a6783e86e9fb69639
treec5811b581bf6dc2708192c91f4224c06c2132b72
parent796e3dd5b0da0aeb7b63338367792575056f8733
efl.canvas.textblock: rename style strings to have underscore between words

Summary:
rename following styling strings:
tabstops -> tab_stops
linesize -> line_size
linerelsize -> line_rel_size
linegap -> line_gap
linerelgap -> line_rel_gap
linefill -> line_fill

This will affect Style_Apply, all_style_get,  and any method expect styling string

Reviewers: segfaultxavi, woohyun

Reviewed By: segfaultxavi

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T8523

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