Retrieve the input font's style. 99/81799/6
authorVictor Cebollada <v.cebollada@samsung.com>
Wed, 27 Jul 2016 13:13:04 +0000 (14:13 +0100)
committerVictor Cebollada <v.cebollada@samsung.com>
Wed, 10 Aug 2016 08:13:20 +0000 (09:13 +0100)
commit636b271317c1d8a5c83acf632bfe18259917c5a0
treed135c0e803eed0eb646f92bd96f2bcf3ebc10c39
parent600d7859cddf8ee59d6ddd49002af5fc99e48bf8
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