Mercurial > emacs
comparison src/fontset.h @ 59202:6909d89d7c99
(struct font_info): New members space_width and
average_width.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 30 Dec 2004 12:23:24 +0000 |
parents | 695cf19ef79e |
children | 09ba76deaedd 95879cc1ed20 |
comparison
equal
deleted
inserted
replaced
59201:ef3cdb46c44c | 59202:6909d89d7c99 |
---|---|
53 int size; | 53 int size; |
54 | 54 |
55 /* Height of the font. On X window, this is the same as | 55 /* Height of the font. On X window, this is the same as |
56 (font->ascent + font->descent). */ | 56 (font->ascent + font->descent). */ |
57 int height; | 57 int height; |
58 | |
59 /* Width of the space glyph of the font. */ | |
60 int space_width; | |
61 | |
62 /* Average width of glyphs in the font. */ | |
63 int average_width; | |
58 | 64 |
59 /* 1 iff `vertical-centering-font-regexp' matches this font name. | 65 /* 1 iff `vertical-centering-font-regexp' matches this font name. |
60 In this case, we render characters at vartical center positions | 66 In this case, we render characters at vartical center positions |
61 of lines. */ | 67 of lines. */ |
62 int vertical_centering; | 68 int vertical_centering; |