Fix space font validation condition 20/288820/7
authorjoogab.yun <joogab.yun@samsung.com>
Thu, 23 Feb 2023 09:38:06 +0000 (18:38 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Fri, 24 Feb 2023 01:54:40 +0000 (10:54 +0900)
commiteb7a3f288a5d3e96d64f948505e3853d3622b8e2
tree32364f85e6927a56575fe1dee9f905bfe9d1fa1f
parent645dea75009f1ace20c59af0ae3f7a4a210fb9aa
Fix space font validation condition

when character is 0x20, there are various cases of font validation.
but if it is a default font or cached font, or
if a glyph exists in the current font when it is contiguous with the prev char,
it is natural to load current font.
this is same behaviour as before.. and the process of finding fonts can slightly reduced.

Change-Id: I017db2ec38e86642a83a44739a0d2c7af072e14a
dali-toolkit/internal/text/multi-language-support-impl.cpp