changeset 97825:2f7d54ce5f2a

(font_for_char): Extern it.
author Kenichi Handa <handa@m17n.org>
date Fri, 29 Aug 2008 07:55:54 +0000
parents 991e41e2d92a
children f1d6d439f960
files src/fontset.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/fontset.h	Fri Aug 29 07:55:35 2008 +0000
+++ b/src/fontset.h	Fri Aug 29 07:55:54 2008 +0000
@@ -37,6 +37,8 @@
 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));