From: Kenichi Handa Date: Thu, 30 Dec 2004 12:23:24 +0000 (+0000) Subject: (struct font_info): New members space_width and X-Git-Tag: ttn-vms-21-2-B4~3059 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7731805555490291410ab6c15ce2e05a3ea9c35;p=emacs.git (struct font_info): New members space_width and average_width. --- diff --git a/src/fontset.h b/src/fontset.h index 36367becb3d..c0f0f2d22e4 100644 --- a/src/fontset.h +++ b/src/fontset.h @@ -56,6 +56,12 @@ struct font_info (font->ascent + font->descent). */ int height; + /* Width of the space glyph of the font. */ + int space_width; + + /* Average width of glyphs in the font. */ + int average_width; + /* 1 iff `vertical-centering-font-regexp' matches this font name. In this case, we render characters at vartical center positions of lines. */