diff options
author | Tom Hacohen <tom@stosb.com> | 2013-09-25 15:05:01 +0100 |
---|---|---|
committer | Tom Hacohen <tom@stosb.com> | 2013-09-25 15:07:39 +0100 |
commit | f03148f9e327b4542ef426e1db6841cc251e6569 (patch) | |
tree | 41224f7eef4eab80dad5c2b121659088e3a7a864 /NEWS | |
parent | baf018d659548b6ee6265a2d6a05d04f8bf0fb14 (diff) |
Evas font: Fixed evas_font_path_* functions to apply to fontconfig.
Until now those were only used for custom fonts, and not for fontconfig
searches. With this commit, fontconfig will also start looking in those
dirs.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -68,6 +68,7 @@ Additions: - textblock: Make the ellipsis format the same as the surrounding. - Add interceptor for focus_set. - Evas font: Use our own fontconfig configuration so we don't get affected by changes made to the default fontconfig configuration. + - Evas font: Make the evas_font_path_* functions apply to fontconfig searches. * Ecore_X: - Add window profile support. ECORE_X_ATOM_E_WINDOW_PROFILE_SUPPORTED |