[Tizen] Ensure join of font thread 50/294750/1 accepted/tizen/7.0/unified/20230627.014858
authorBowon Ryu <bowon.ryu@samsung.com>
Thu, 22 Jun 2023 10:59:02 +0000 (19:59 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Mon, 26 Jun 2023 02:24:13 +0000 (11:24 +0900)
commit21b0296d9edb62b9f5bad79edb2d0d47a4f453d5
tree72ae436f851c3052ef2d124e20158834ba5d1f7c
parent247170fc9c02558fc48b1710d9d8e136ff6eba2d
[Tizen] Ensure join of font thread

In certain cases where the font thread is not joined,
such as when there is no UI or when the font client is not used.
this patch ensures the join of the font thread by invoking the join method in the destructor.

Change-Id: I8ffcf21ab9dcc1b1e4de54e50adb23d0796b996e
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
dali/devel-api/text-abstraction/font-client.cpp
dali/devel-api/text-abstraction/font-client.h
dali/internal/adaptor/common/application-impl.cpp
dali/internal/text/text-abstraction/font-client-impl.cpp
dali/internal/text/text-abstraction/font-client-impl.h
dali/internal/text/text-abstraction/plugin/font-client-plugin-cache-handler.cpp