* w32font.c (intern_font_name): New function.
authorJason Rumney <jasonr@gnu.org>
Sat, 13 Dec 2008 17:56:27 +0000 (17:56 +0000)
committerJason Rumney <jasonr@gnu.org>
Sat, 13 Dec 2008 17:56:27 +0000 (17:56 +0000)
commite6df5336489bdb73c6e9b1c72b27d190ce8aa224
tree8e0833deeeab72dccc9110ea833cab6f5f23634f
parentebbbc028abed83c5199092327c735aa38bf6250e
* w32font.c (intern_font_name): New function.
(add_font_name_to_list, w32_enumfont_pattern_entity): Use it.
(w32font_open_internal, Fx_select_font): Decode font name.
(fill_in_logfont, list_all_matching_fonts): Encode font name.

* w32font.h (intern_font_name): Declare new function.

* w32uniscribe.c (add_opentype_font_name_to_list):
Use intern_font_name.
src/ChangeLog
src/w32font.c
src/w32font.h
src/w32uniscribe.c