[4.0] clear cache when locale is changed 40/170040/4
authorminho.sun <minho.sun@samsung.com>
Mon, 12 Feb 2018 11:30:15 +0000 (20:30 +0900)
committerminho.sun <minho.sun@samsung.com>
Wed, 14 Feb 2018 05:41:43 +0000 (14:41 +0900)
commitfd46c090b1e93f5d205b2dad753249bdd8a7e844
tree00f27be9ff6d8ed9c6d33e0fe9a48c09f5a238dc
parent0e96d1ee3dad2c9221b5c8cce0fbb58b24aa0d51
[4.0] clear cache when locale is changed

When locale is change, font configuration might provide a different font
list.

In this case, original cached font might not be valid for same script.
Therefore, we need to clear caches.

Change-Id: I5ba9a2aadbdf34e246fd1241d8257fa702409bbe
Signed-off-by: minho.sun <minho.sun@samsung.com>
text/dali/devel-api/text-abstraction/font-client.cpp
text/dali/devel-api/text-abstraction/font-client.h
text/dali/internal/text-abstraction/font-client-impl.cpp
text/dali/internal/text-abstraction/font-client-impl.h
text/dali/internal/text-abstraction/font-client-plugin-impl.cpp
text/dali/internal/text-abstraction/font-client-plugin-impl.h
text/dali/internal/text-abstraction/shaping-impl.cpp