aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/font.h b/src/font.h
index daeb320c1ab..adb4a582fd8 100644
--- a/src/font.h
+++ b/src/font.h
@@ -760,6 +760,7 @@ extern Lisp_Object font_load_for_lface (struct frame *f, Lisp_Object *lface,
760 Lisp_Object spec); 760 Lisp_Object spec);
761extern void font_prepare_for_face (struct frame *f, struct face *face); 761extern void font_prepare_for_face (struct frame *f, struct face *face);
762extern void font_done_for_face (struct frame *f, struct face *face); 762extern void font_done_for_face (struct frame *f, struct face *face);
763extern void clear_font_cache (struct frame *);
763 764
764extern Lisp_Object font_open_by_spec (struct frame *f, Lisp_Object spec); 765extern Lisp_Object font_open_by_spec (struct frame *f, Lisp_Object spec);
765extern Lisp_Object font_open_by_name (struct frame *f, Lisp_Object name); 766extern Lisp_Object font_open_by_name (struct frame *f, Lisp_Object name);