Fix small font size text layout issue 54/294254/1
authorBowon Ryu <bowon.ryu@samsung.com>
Thu, 15 Jun 2023 05:56:36 +0000 (14:56 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Thu, 15 Jun 2023 06:04:23 +0000 (15:04 +0900)
commit69fe162d5969c56fae0ca109897da9cc72d75078
treeaeb748d5b750eedfb09e51c9da407922b9b6ae6e
parentb234398d9af868d549583fd3be8e0a5616efd2c6
Fix small font size text layout issue

Previously, text always rounded down the advance to upload it in the pixel buffer.
but this caused a issue where certain glyphs appeared too close together
when the font size was very small.
Now, rounding the advance values for a more natural layout.

Change-Id: I35c3138c59e3cc8b9418ac448d256e83e33046b0
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali/internal/text/text-abstraction/plugin/font-face-cache-item.cpp