]> git.eshelyaron.com Git - emacs.git/commitdiff
(font_for_char): Extern it.
authorKenichi Handa <handa@m17n.org>
Fri, 29 Aug 2008 07:55:54 +0000 (07:55 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 29 Aug 2008 07:55:54 +0000 (07:55 +0000)
src/fontset.h

index aa13d246446f6ee1babf014bc6e256c9650d1a67..76afeaecdc7e2c9472c647d1b47c2b95f83d010b 100644 (file)
@@ -37,6 +37,8 @@ extern Lisp_Object fontset_font_pattern P_ ((FRAME_PTR, struct face *, int));
 extern int face_suitable_for_char_p P_ ((struct face *, int));
 extern int face_for_char P_ ((FRAME_PTR, struct face *, int,
                              int, Lisp_Object));
+extern Lisp_Object font_for_char P_ ((struct face *, int, int, Lisp_Object));
+
 extern int make_fontset_for_ascii_face P_ ((FRAME_PTR, int, struct face *));
 extern int fontset_from_font P_ ((Lisp_Object));
 extern void set_default_ascii_font P_ ((Lisp_Object));