Mercurial > emacs
changeset 95125:679d861f4d3a
(find_font_encoding): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 20 May 2008 06:32:37 +0000 |
parents | 22a7c59495c7 |
children | b7cee987e982 |
files | src/font.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/font.h Tue May 20 06:32:07 2008 +0000 +++ b/src/font.h Tue May 20 06:32:37 2008 +0000 @@ -58,6 +58,7 @@ struct font_driver; struct font; +struct glyph_string; /* An enumerator for each font property. This is used as an index to the vector of FONT-SPEC and FONT-ENTITY. @@ -766,6 +767,7 @@ extern Lisp_Object font_make_entity P_ ((void)); extern Lisp_Object font_make_object P_ ((int)); +extern Lisp_Object find_font_encoding P_ ((Lisp_Object)); extern int font_registry_charsets P_ ((Lisp_Object, struct charset **, struct charset **)); extern int font_style_to_value P_ ((enum font_property_index prop,