Edje_Edit: support new edje top block "text classes" with edje_edit API
authorVitalii Vorobiov <vi.vorobiov@samsung.com>
Tue, 23 Feb 2016 11:47:03 +0000 (11:47 +0000)
committerVitalii Vorobiov <vi.vorobiov@samsung.com>
Tue, 23 Feb 2016 14:01:55 +0000 (14:01 +0000)
commit559cf1e73c6efe8a38ce7b1165ec0191284c6e78
tree20909076136a2fc77b61be712fedf9c128328bc3
parent499e66ac78797a23100f051ada325cb1193644ac
Edje_Edit: support new edje top block "text classes" with edje_edit API

Plenty of new API:
edje_edit_text_classes_list_get - to return total list of text_classes inside of
loaded collection of groups
edje_edit_text_class_add - add new text class into loaded collection
edje_edit_text_class_del - deleting
edje_edit_text_class_name_set - renaming existing text class into something new
edje_edit_text_class_font_{get|set} - get/set font name
edje_edit_text_class_size_{get|set} - get/set font size
src/lib/edje/Edje_Edit.h
src/lib/edje/edje_edit.c