Efl text: add Font, Format and Style interfaces
authorDaniel Hirt <hirt.danny@gmail.com>
Mon, 22 May 2017 14:36:41 +0000 (17:36 +0300)
committerDaniel Hirt <hirt.danny@gmail.com>
Sun, 28 May 2017 10:36:16 +0000 (13:36 +0300)
commitda2ef30f2b4d53aa3c1658b83c8c8381743469a0
treea6c7bc8bdf26546de71592c90ff4b915df4e03dc
parent57a0343775f41e256d8b8d7e0e2faeec19851b09
Efl text: add Font, Format and Style interfaces

The following text interfaces are added:
  - Efl.Text.Font: font settings that decide which font to display in
the text
  - Efl.Text.Format: formatting that affects the looks and layout of
the text
  - Efl.Text.Style: decorations and overlays that shouldn't affect the
font choice or the layout

@feature
src/Makefile_Efl.am
src/lib/efl/Efl.h
src/lib/efl/interfaces/efl_interfaces_main.c
src/lib/efl/interfaces/efl_text_font.eo [new file with mode: 0644]
src/lib/efl/interfaces/efl_text_format.eo [new file with mode: 0644]
src/lib/efl/interfaces/efl_text_style.eo [new file with mode: 0644]