If the size of the text is larger than the size of the control,
authorJoogab Yun <joogab.yun@samsung.com>
Tue, 25 Aug 2020 08:59:40 +0000 (17:59 +0900)
committerJoogab Yun <joogab.yun@samsung.com>
Fri, 28 Aug 2020 02:09:15 +0000 (11:09 +0900)
commit5720f95a1b45530762ca5b0d7dabb0e88a4a7298
treebd41a9bc678af4bf29e41f5d5f1b3d612333d81c
parent131b974fcac6fcf4570c7b9b3c0e97f1a51da91c
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