diff options
| author | Jason Rumney | 2008-12-13 17:56:27 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-12-13 17:56:27 +0000 |
| commit | e6df5336489bdb73c6e9b1c72b27d190ce8aa224 (patch) | |
| tree | 8e0833deeeab72dccc9110ea833cab6f5f23634f /src/w32font.h | |
| parent | ebbbc028abed83c5199092327c735aa38bf6250e (diff) | |
| download | emacs-e6df5336489bdb73c6e9b1c72b27d190ce8aa224.tar.gz emacs-e6df5336489bdb73c6e9b1c72b27d190ce8aa224.zip | |
* 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.
Diffstat (limited to 'src/w32font.h')
| -rw-r--r-- | src/w32font.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/w32font.h b/src/w32font.h index 748b329f8da..180a5b873ba 100644 --- a/src/w32font.h +++ b/src/w32font.h | |||
| @@ -81,6 +81,8 @@ int w32font_draw P_ ((struct glyph_string *s, int from, int to, | |||
| 81 | 81 | ||
| 82 | int uniscribe_check_otf P_ ((LOGFONT *font, Lisp_Object otf_spec)); | 82 | int uniscribe_check_otf P_ ((LOGFONT *font, Lisp_Object otf_spec)); |
| 83 | 83 | ||
| 84 | Lisp_Object intern_font_name P_ ((char *)); | ||
| 85 | |||
| 84 | #endif | 86 | #endif |
| 85 | 87 | ||
| 86 | /* arch-tag: ef9d9675-a2a5-4d01-9526-815e9a3da7cb | 88 | /* arch-tag: ef9d9675-a2a5-4d01-9526-815e9a3da7cb |