diff options
| author | Kenichi Handa | 1999-12-15 00:12:19 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1999-12-15 00:12:19 +0000 |
| commit | 21fa1afa724ebcb5dcd1ed2de106de74b9eb0d57 (patch) | |
| tree | 5edf9f8692971294ddc0254a120c35dc71ec78c2 /src | |
| parent | 64a5094a4ac2a231f204e913d36314d4dca5dc7f (diff) | |
| download | emacs-21fa1afa724ebcb5dcd1ed2de106de74b9eb0d57.tar.gz emacs-21fa1afa724ebcb5dcd1ed2de106de74b9eb0d57.zip | |
(struct font_info): New member vertical_centering.
(Vvertical_centering_font_regexp): Extern it.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fontset.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fontset.h b/src/fontset.h index 57545fbfa1b..56738758217 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -51,6 +51,9 @@ struct font_info | |||
| 51 | + font->descent). */ | 51 | + font->descent). */ |
| 52 | int height; | 52 | int height; |
| 53 | 53 | ||
| 54 | /* 1 iff we render characters at vartical center positions of lines. */ | ||
| 55 | int vertical_centering; | ||
| 56 | |||
| 54 | /* Encodings of the font indexed by CHARSET. The value an integer | 57 | /* Encodings of the font indexed by CHARSET. The value an integer |
| 55 | 0, 1, 2, or 3: | 58 | 0, 1, 2, or 3: |
| 56 | 0: code points 0x20..0x7F or 0x2020..0x7F7F are used | 59 | 0: code points 0x20..0x7F or 0x2020..0x7F7F are used |
| @@ -226,7 +229,7 @@ extern Lisp_Object Vignore_relative_composition; | |||
| 226 | extern Lisp_Object Valternate_fontname_alist; | 229 | extern Lisp_Object Valternate_fontname_alist; |
| 227 | extern Lisp_Object Vhighlight_wrong_size_font; | 230 | extern Lisp_Object Vhighlight_wrong_size_font; |
| 228 | extern Lisp_Object Vclip_large_size_font; | 231 | extern Lisp_Object Vclip_large_size_font; |
| 229 | 232 | extern Lisp_Object Vvertical_centering_font_regexp; | |
| 230 | extern int font_idx_temp; | 233 | extern int font_idx_temp; |
| 231 | 234 | ||
| 232 | /* Load a font named FONTNAME for displaying CHARSET on frame F. | 235 | /* Load a font named FONTNAME for displaying CHARSET on frame F. |