[Tizen] Fix space font validation condition 81/288881/1
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 04:50:42 +0000 (13:50 +0900)
commitf18af0b916f68a1df117e3d68406404934d5dec3
tree4575c5cbb48394f9d4f1fc437d4914dbcca6c045
parentaa00196040c107a5b83d3375e6afda68cfb9731e
[Tizen] 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