Fix minor render scale issues 05/324605/1
authorBowon Ryu <bowon.ryu@samsung.com>
Wed, 21 May 2025 10:47:44 +0000 (19:47 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Wed, 21 May 2025 10:48:27 +0000 (19:48 +0900)
commitdbfd24e295941bdbd656ed82cf57d7e3ca169373
treefccdf901d995ad7ede3e559aec3e308544cd25c8
parent76682b1eab8fb876badc3d5de4dfaac464e1dd45
Fix minor render scale issues

Integerizing the min line size makes the result more unnatural,
so I change it to a simple calculation.

And as I kept adding complex formulas to compensate for the real error of layout size,
the final result became the same as width / scale.
I will keep this state until I find a better way.

Change-Id: Ica8e456567db14d7a0ce2848521b35a85494edc6
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali-toolkit/internal/text/async-text/async-text-loader-impl.cpp