[NUI] Add RequestAsyncNaturalSize to TextLabel
authorBowon Ryu <bowon.ryu@samsung.com>
Fri, 12 Jul 2024 10:56:11 +0000 (19:56 +0900)
committerJiyun Yang <ji.yang@samsung.com>
Wed, 21 Aug 2024 06:10:37 +0000 (15:10 +0900)
commitb2e08255fe9b9ce378bf1cb6647727434a125e28
treeed3e2facc903619ab1894bfc8dd540e0892d09dc
parent0c345ed02254f93e1b8a22e2056783d410519055
[NUI] Add RequestAsyncNaturalSize to TextLabel

RequestAsyncNaturalSize computes the natural size of text asynchronously.
The result is received through the AsyncNaturalSizeComputed.

Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
src/Tizen.NUI/src/internal/Interop/Interop.TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/TextEvent.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabel.cs
src/Tizen.NUI/src/public/BaseComponents/TextLabelEvent.cs