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)
* 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>

No differences found