evas/font: Added evas_font_path_global_* APIs.
authorYoungbok Shin <youngb.shin@samsung.com>
Tue, 11 Mar 2014 11:15:55 +0000 (11:15 +0000)
committerTom Hacohen <tom@stosb.com>
Tue, 11 Mar 2014 11:21:56 +0000 (11:21 +0000)
commitcb5026137b70739c768474c6ea8633abb710c70d
tree31f8ede298aacd912f27bc047319e37bf6861d7a
parent2dba63119b7660271484fe7b0dfaa36ad85b616d
evas/font: Added evas_font_path_global_* APIs.

Summary:
These APIs will be used for adding font paths for the application.
The existing APIs for font path, such as evas_font_path_append,
are used for adding font paths to the given evas.
But, these APIs will affect to every evas in the process.

Reviewers: tasn, woohyun, Hermet, seoz

CC: cedric, herdsman
Differential Revision: https://phab.enlightenment.org/D621

@feature
src/lib/evas/Evas_Common.h
src/lib/evas/canvas/evas_font_dir.c
src/lib/evas/canvas/evas_main.c