Fix Text Anchor don't work properly 82/304182/2
authorANZ1217 <chihun.jeong@samsung.com>
Thu, 11 Jan 2024 11:36:48 +0000 (20:36 +0900)
committerANZ1217 <chihun.jeong@samsung.com>
Thu, 11 Jan 2024 12:02:39 +0000 (21:02 +0900)
commit7be8bb1215fd6d433485d10b9b4b134d434425f0
treeefaf730c2c4d1f67c19a46000e4f0624ad6e7f8e
parente0047bbf4fbff8198752164592f43bb58ed62e59
Fix Text Anchor don't work properly

When the text component is vertical aligned as center or bottom,
The y offset was not calculated at anchor event.
Now, it works properly.

Change-Id: I31f2530122d28e07a32c8a75875a77bcc69353ee
dali-toolkit/internal/controls/text-controls/text-label-impl.cpp
dali-toolkit/internal/text/controller/text-controller-event-handler.cpp
dali-toolkit/internal/text/controller/text-controller.cpp
dali-toolkit/internal/text/controller/text-controller.h
dali-toolkit/internal/text/text-model.h