Initialise Controller's DefaultFont description to that of the Platform default font 66/47566/4
authorAgnelo Vaz <agnelo.vaz@samsung.com>
Fri, 4 Sep 2015 14:14:40 +0000 (15:14 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Mon, 7 Sep 2015 14:12:21 +0000 (15:12 +0100)
commita97820c064ff542c5c5e5151e976c1495af1235e
tree3bb278bde68e01ffdbe4e91e9b4179c64bf323a2
parentdaa53bafd34781116b8cb3a2a8c54475a932ba21
Initialise Controller's DefaultFont description to that of the Platform default font

* Creating a TextControl after the System font has changed meant it did not use the new system font.
* This effected TextLabel and TextField, now creating a Text Control with no user defined font will make it use the current system font.
* Changing the current system font family will reflect in the Text Control
* Logging added

- Font Style and Point Size still has no impact currently

Change-Id: I8f92d0310b49a5fed1f6cf94218e9da7b6e4fca3
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
dali-toolkit/internal/controls/text-controls/text-label-impl.cpp
dali-toolkit/internal/controls/text-controls/text-selection-popup-impl.cpp
dali-toolkit/internal/text/multi-language-support-impl.cpp
dali-toolkit/internal/text/text-controller-impl.cpp
dali-toolkit/internal/text/text-controller-impl.h