Fix Text Anchor don't work properly
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:32:47 +0000 (12:32 +0900)
commit1d65ac99b64735697e4ba7db7a5a5ca8d8dba677
tree2fc418befc81b6a79443b98d70667fcb38657e9c
parent736d5c18c213acf89263fe1b031fed76a1960a39
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