From: Kenichi Handa Date: Fri, 29 Aug 2008 07:55:54 +0000 (+0000) Subject: (font_for_char): Extern it. X-Git-Tag: emacs-pretest-23.0.90~3174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d9f3e1504a6238ac01da00e57a08ac6361ff878;p=emacs.git (font_for_char): Extern it. --- diff --git a/src/fontset.h b/src/fontset.h index aa13d246446..76afeaecdc7 100644 --- a/src/fontset.h +++ b/src/fontset.h @@ -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));