Mercurial > emacs
changeset 17113:5579b391ebbc
(Vuse_default_ascent): Extern.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Feb 1997 08:00:26 +0000 |
parents | 5c48ff325655 |
children | 3db7d4038223 |
files | src/fontset.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fontset.h Thu Feb 27 07:52:23 1997 +0000 +++ b/src/fontset.h Thu Feb 27 08:00:26 1997 +0000 @@ -118,6 +118,10 @@ `_MULE_RELATIVE_COMPOSE' which is introduced by Emacs. */ int relative_compose; + /* Non zero means an ascent value to be used for a character + registered in char-table `use-default-ascent'. */ + int default_ascent; + /* CCL program to calculate code points of the font. */ struct ccl_program *font_encoder; }; @@ -199,5 +203,6 @@ extern Lisp_Object Vglobal_fontset_alist; extern Lisp_Object Qfontset; +extern Lisp_Object Vuse_default_ascent; #endif /* _FONTSET_H */