diff options
author | Subodh Kumar <s7158.kumar@samsung.com> | 2015-05-27 11:14:59 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2015-05-27 11:18:19 +0100 |
commit | 77e3ac7f82bacdf7da2251625e6badd3b5d2123e (patch) | |
tree | d19bfe26f928eaa8bee414fb47435ea240de77c9 /src/tests/evas/evas_test_textblock.c | |
parent | 0e2dee5b2efcb192d6ff34d5bcf8f470f4cfe691 (diff) | |
download | efl-77e3ac7f82bacdf7da2251625e6badd3b5d2123e.tar.gz |
Evas textblock: Add underline height support
Summary:
For showing text error like spell error thick underline is used hence added the underline height support.
@feature
Test Plan: test case added in evas textblock test.
Reviewers: raster, shilpasingh, tasn
Subscribers: govi, rajeshps, cedric
Differential Revision: https://phab.enlightenment.org/D2531
TAsn comment: I wonder if the format should be renamed to
underline_relheight instead of height. If you have any thoughts, please
let me know.
Diffstat (limited to 'src/tests/evas/evas_test_textblock.c')
-rw-r--r-- | src/tests/evas/evas_test_textblock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/evas/evas_test_textblock.c b/src/tests/evas/evas_test_textblock.c index 55810e9962..b8dcd45fb8 100644 --- a/src/tests/evas/evas_test_textblock.c +++ b/src/tests/evas/evas_test_textblock.c @@ -2842,6 +2842,7 @@ START_TEST(evas_textblock_formats) "<font_size=40>font_size=40</><ps/>" "<color=#F210B3FF>color=#F210B3FF</><ps/>" "<underline=single underline_color=#A2B3C4>underline=single underline_color=#A2B3C4</><ps/>" + "<underline=single underline_color=#F2D006 underline_height=5.5>underline=single underline_color=#F2D006 underline_height=5.5</><ps/>" "<underline=double underline_color=#F00 underline2_color=#00F>underline=double underline_color=#F00 underline2_color=#00F</><ps/>" "<underline=dashed underline_dash_color=#0F0 underline_dash_width=2 underline_dash_gap=1>underline=dashed underline_dash_color=#0F0 underline_dash_width=2 underline_dash_gap=1</><ps/>" "<style=outline outline_color=#F0FA>style=outline outline_color=#F0FA</><ps/>" |