If the size of the text is larger than the size of the control, 60/242260/1
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 25 Aug 2020 08:59:40 +0000 (17:59 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Tue, 25 Aug 2020 08:59:40 +0000 (17:59 +0900)
commit97d232303c0a6bdbf9a3d50d6a1e8daf9eaf6035
tree3f15c99faed3d8eda6a4588261747153d834c6d0
parentbfa5276cfac80f6dd1f874503e6fefb74a90b19e
If the size of the text is larger than the size of the control,
setting it to VerticalAlignment::Center cuts the top and bottom of the text.

The VerticalAlignment::CENTER setting works when the size of the control is enough.

Change-Id: I3d35b4dfceb4297c89bddfc5c5364de4be5bc646
dali-toolkit/internal/text/rendering/text-typesetter.cpp