[Tizen] Fix Text Anchor don't work properly 01/304201/2 accepted/tizen/7.0/unified/20240115.170644
authorANZ1217 <chihun.jeong@samsung.com>
Thu, 11 Jan 2024 11:36:48 +0000 (20:36 +0900)
committerANZ1217 <chihun.jeong@samsung.com>
Fri, 12 Jan 2024 03:41:23 +0000 (12:41 +0900)
commit874f1e6bad24302f0c0e312f9d0e0cf7e8df277a
tree2fc418befc81b6a79443b98d70667fcb38657e9c
parent928197ad16bd17ee6b6969e84ba3f53be7c6d84f
[Tizen] 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