Allow Large font size in dali 64/255164/14
authorali198724 <ali198724@gmail.com>
Sun, 14 Mar 2021 13:01:35 +0000 (15:01 +0200)
committerAli Alzyoud <ali198724@gmail.com>
Thu, 8 Apr 2021 05:52:15 +0000 (05:52 +0000)
commit16dbd4627dd1aedbac74579eb1bfd6478d64a97d
treeb679cf35c9b85dfaa6cfb7d241f91bc1e1e37827
parent92cbca2f5bd2e15fa589448d4c884b71f4fef03c
Allow Large font size in dali

- This is done by allowing larger Atlas size, but make restriction for max 1024 size
- Padding will be handled when calculating the new atlas size
- If Max Atlas is not enough, we will fall back to default old behavior.
- This will service rendering font size even larger 500pt which services almost all users needs

Change-Id: Ib05abbc0eced6f440451b4ecf8cc8cc4640c09c8
dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.cpp