Ensure join of font thread 64/294664/3
authorBowon Ryu <bowon.ryu@samsung.com>
Thu, 22 Jun 2023 10:59:02 +0000 (19:59 +0900)
committerBowon Ryu <bowon.ryu@samsung.com>
Fri, 23 Jun 2023 11:00:19 +0000 (20:00 +0900)
commita22531660c4f76a2d5fcb63c5f843f02930b417a
treece8b9786b3d5c412d862ce75a8966ed9617136cb
parent6bd4a21bc4de83c23d0cfd51b2d2a5f403859405
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