diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/font.h b/src/font.h index 1d64d28797f..259853aead0 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -128,7 +128,7 @@ enum font_property_index | |||
| 128 | FONT_ENTITY_MAX | 128 | FONT_ENTITY_MAX |
| 129 | }; | 129 | }; |
| 130 | 130 | ||
| 131 | extern Lisp_Object QCspacing, QCdpi, QCotf, QClanguage, QCscript; | 131 | extern Lisp_Object QCspacing, QCdpi, QCscalable, QCotf, QClanguage, QCscript; |
| 132 | 132 | ||
| 133 | /* Important character set symbols. */ | 133 | /* Important character set symbols. */ |
| 134 | extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp; | 134 | extern Lisp_Object Qiso8859_1, Qiso10646_1, Qunicode_bmp; |
| @@ -458,10 +458,10 @@ extern void font_parse_old_font_spec P_ ((Lisp_Object, Lisp_Object, | |||
| 458 | Lisp_Object, Lisp_Object)); | 458 | Lisp_Object, Lisp_Object)); |
| 459 | 459 | ||
| 460 | 460 | ||
| 461 | extern int font_parse_xlfd P_ ((char *name, Lisp_Object font, int merge)); | 461 | extern int font_parse_xlfd P_ ((char *name, Lisp_Object font)); |
| 462 | extern int font_unparse_xlfd P_ ((Lisp_Object font, int pixel_size, | 462 | extern int font_unparse_xlfd P_ ((Lisp_Object font, int pixel_size, |
| 463 | char *name, int bytes)); | 463 | char *name, int bytes)); |
| 464 | extern int font_parse_fcname P_ ((char *name, Lisp_Object font, int merge)); | 464 | extern int font_parse_fcname P_ ((char *name, Lisp_Object font)); |
| 465 | extern int font_unparse_fcname P_ ((Lisp_Object font, int pixel_size, | 465 | extern int font_unparse_fcname P_ ((Lisp_Object font, int pixel_size, |
| 466 | char *name, int bytes)); | 466 | char *name, int bytes)); |
| 467 | extern void register_font_driver P_ ((struct font_driver *driver, FRAME_PTR f)); | 467 | extern void register_font_driver P_ ((struct font_driver *driver, FRAME_PTR f)); |