Introduce text on path widget
authorThiep Ha <thiepha@gmail.com>
Tue, 29 Aug 2017 10:04:15 +0000 (19:04 +0900)
committerThiep Ha <thiepha@gmail.com>
Tue, 29 Aug 2017 10:07:01 +0000 (19:07 +0900)
commitb0d185ac127297f5dd73cb8b58966fd0256611d7
tree46e22e25126d2ffebe7b522d365a119a921338e3
parentd8f1ea44fd3ef9bdd70387383b9c68849713cfed
Introduce text on path widget

Text on path (textpath) allows application to make text follow a path.
The path can be a efl_gfx_path or a circle.

Thank hermet for initializing this work.

@feature
data/elementary/themes/Makefile.am
data/elementary/themes/default.edc
data/elementary/themes/edc/elm/textpath.edc [new file with mode: 0644]
src/Makefile_Elementary.am
src/bin/elementary/test.c
src/bin/elementary/test_ui_textpath.c [new file with mode: 0644]
src/lib/elementary/Elementary.h
src/lib/elementary/efl_ui_textpath.c [new file with mode: 0644]
src/lib/elementary/efl_ui_textpath.eo [new file with mode: 0644]
src/lib/elementary/efl_ui_textpath_internal_part.eo [new file with mode: 0644]