config: Reinitialize font config using evas_font_reinit() API.
authorYoungbok Shin <youngb.shin@samsung.com>
Thu, 19 Mar 2015 09:04:58 +0000 (18:04 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 19 Mar 2015 09:04:59 +0000 (18:04 +0900)
commitfa68fc760323c15e91d6efd73b2546ed3bc74063
tree82cc755ad27b22b9421101fe1e1e554868e4453c
parent3857bf83ea06f7f36bd52dc49c33e68691fcc378
config: Reinitialize font config using evas_font_reinit() API.

Summary:
Call evas_font_reinit() API before applying font overlays when config is fully reloaded.
Application could modify or add font config "*.conf" files.
And It should affects all of other running EFL application.
So, put evas_font_reinit() API to be called when x win property is changed.
@feature

Reviewers: cedric, raster, tasn, woohyun

Differential Revision: https://phab.enlightenment.org/D2113
legacy/elementary/src/lib/elm_config.c