comparison src/fontset.h @ 29896:929a27e59f25

(free_face_fontset): Renamed from fs_free_face_fontset.
author Dave Love <fx@gnu.org>
date Fri, 23 Jun 2000 14:34:44 +0000
parents 2b0359c5b384
children 80f96f61b87c
comparison
equal deleted inserted replaced
29895:025b22133cc2 29896:929a27e59f25
176 /* Check if any window system is used now. */ 176 /* Check if any window system is used now. */
177 extern void (*check_window_system_func) P_ ((void)); 177 extern void (*check_window_system_func) P_ ((void));
178 178
179 struct face; 179 struct face;
180 180
181 extern void fs_free_face_fontset P_ ((FRAME_PTR, struct face *)); 181 extern void free_face_fontset P_ ((FRAME_PTR, struct face *));
182 extern Lisp_Object fontset_font_pattern P_ ((FRAME_PTR, int, int)); 182 extern Lisp_Object fontset_font_pattern P_ ((FRAME_PTR, int, int));
183 extern int face_suitable_for_char_p P_ ((struct face *, int)); 183 extern int face_suitable_for_char_p P_ ((struct face *, int));
184 extern int face_for_char P_ ((FRAME_PTR, struct face *, int)); 184 extern int face_for_char P_ ((FRAME_PTR, struct face *, int));
185 extern int make_fontset_for_ascii_face P_ ((FRAME_PTR, int)); 185 extern int make_fontset_for_ascii_face P_ ((FRAME_PTR, int));
186 extern struct font_info *fs_load_font P_ ((struct frame *, int, char *, int, 186 extern struct font_info *fs_load_font P_ ((struct frame *, int, char *, int,