[3.0] Retrieve the input font's style. 47/85347/3
authorVictor Cebollada <v.cebollada@samsung.com>
Wed, 27 Jul 2016 13:13:04 +0000 (14:13 +0100)
committerAgnelo Vaz <agnelo.vaz@samsung.com>
Wed, 24 Aug 2016 18:10:04 +0000 (11:10 -0700)
commit63895ce4e045f84feb76aee76f0b9b790a5c404a
treed3d96e6157125cf066e7eb66b1f2528479cf2077
parent5db2ae3e9c500db3c5a58457e4f212d51073727a
[3.0] Retrieve the input font's style.

* Removes the font's style string from the InputStyle struct.
  This string is useless as it stores only the string style set
  through the property system. This string does not contain
  the valid font's style if the style changes as a consequence of
  moving the cursor.

Change-Id: I41d05f3686d949e1b50233df7f6d05fc2583af92
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
automated-tests/src/dali-toolkit/utc-Dali-TextEditor.cpp
automated-tests/src/dali-toolkit/utc-Dali-TextField.cpp
automated-tests/src/dali-toolkit/utc-Dali-TextLabel.cpp
dali-toolkit/internal/text/input-style.h
dali-toolkit/internal/text/text-controller-impl.h
dali-toolkit/internal/text/text-controller.cpp
dali-toolkit/internal/text/text-controller.h
dali-toolkit/internal/text/text-font-style.cpp