diff options
| author | Kenichi Handa | 1997-02-27 08:00:26 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1997-02-27 08:00:26 +0000 |
| commit | b65dbda39090819a00f7bcce5f6321d876793645 (patch) | |
| tree | 8a1c199a75e5bf78951de84d9e8992af3aea93a2 /src | |
| parent | 6a7e6d80cb46817bd1ba190071c366666f991f81 (diff) | |
| download | emacs-b65dbda39090819a00f7bcce5f6321d876793645.tar.gz emacs-b65dbda39090819a00f7bcce5f6321d876793645.zip | |
(Vuse_default_ascent): Extern.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.h | 5 |
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 (); | |||
| 199 | extern Lisp_Object Vglobal_fontset_alist; | 203 | extern Lisp_Object Vglobal_fontset_alist; |
| 200 | 204 | ||
| 201 | extern Lisp_Object Qfontset; | 205 | extern Lisp_Object Qfontset; |
| 206 | extern Lisp_Object Vuse_default_ascent; | ||
| 202 | 207 | ||
| 203 | #endif /* _FONTSET_H */ | 208 | #endif /* _FONTSET_H */ |