aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fontset.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fontset.h b/src/fontset.h
index 8602ebba5f2..ecdc1a7f0a0 100644
--- a/src/fontset.h
+++ b/src/fontset.h
@@ -118,6 +118,10 @@ struct font_info
118 `_MULE_RELATIVE_COMPOSE' which is introduced by Emacs. */ 118 `_MULE_RELATIVE_COMPOSE' which is introduced by Emacs. */
119 int relative_compose; 119 int relative_compose;
120 120
121 /* Non zero means an ascent value to be used for a character
122 registered in char-table `use-default-ascent'. */
123 int default_ascent;
124
121 /* CCL program to calculate code points of the font. */ 125 /* CCL program to calculate code points of the font. */
122 struct ccl_program *font_encoder; 126 struct ccl_program *font_encoder;
123}; 127};
@@ -199,5 +203,6 @@ extern Lisp_Object list_fontsets ();
199extern Lisp_Object Vglobal_fontset_alist; 203extern Lisp_Object Vglobal_fontset_alist;
200 204
201extern Lisp_Object Qfontset; 205extern Lisp_Object Qfontset;
206extern Lisp_Object Vuse_default_ascent;
202 207
203#endif /* _FONTSET_H */ 208#endif /* _FONTSET_H */