diff options
| author | Kenichi Handa | 2008-05-20 06:32:37 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-05-20 06:32:37 +0000 |
| commit | e6aca9f35e3aef4d3ded65782a5a1dd29e35d082 (patch) | |
| tree | e26a177379b1fd9ee89046b57e7fc0cc00a782e9 /src | |
| parent | 4fa9161d66f7ff7911a6c6f61be2075ebb6931bc (diff) | |
| download | emacs-e6aca9f35e3aef4d3ded65782a5a1dd29e35d082.tar.gz emacs-e6aca9f35e3aef4d3ded65782a5a1dd29e35d082.zip | |
(find_font_encoding): Extern it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/font.h b/src/font.h index e66b5fd90de..74dde194dda 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -58,6 +58,7 @@ extern Lisp_Object Qfont_spec, Qfont_entity, Qfont_object; | |||
| 58 | 58 | ||
| 59 | struct font_driver; | 59 | struct font_driver; |
| 60 | struct font; | 60 | struct font; |
| 61 | struct glyph_string; | ||
| 61 | 62 | ||
| 62 | /* An enumerator for each font property. This is used as an index to | 63 | /* An enumerator for each font property. This is used as an index to |
| 63 | the vector of FONT-SPEC and FONT-ENTITY. | 64 | the vector of FONT-SPEC and FONT-ENTITY. |
| @@ -766,6 +767,7 @@ extern Lisp_Object font_make_spec P_ ((void)); | |||
| 766 | extern Lisp_Object font_make_entity P_ ((void)); | 767 | extern Lisp_Object font_make_entity P_ ((void)); |
| 767 | extern Lisp_Object font_make_object P_ ((int)); | 768 | extern Lisp_Object font_make_object P_ ((int)); |
| 768 | 769 | ||
| 770 | extern Lisp_Object find_font_encoding P_ ((Lisp_Object)); | ||
| 769 | extern int font_registry_charsets P_ ((Lisp_Object, struct charset **, | 771 | extern int font_registry_charsets P_ ((Lisp_Object, struct charset **, |
| 770 | struct charset **)); | 772 | struct charset **)); |
| 771 | extern int font_style_to_value P_ ((enum font_property_index prop, | 773 | extern int font_style_to_value P_ ((enum font_property_index prop, |