# HG changeset patch # User Kenichi Handa # Date 1104409404 0 # Node ID 6909d89d7c998157224f9f04e5aba645a4f3e5b7 # Parent ef3cdb46c44cd99694e9df92234cdf1b3696a156 (struct font_info): New members space_width and average_width. diff -r ef3cdb46c44c -r 6909d89d7c99 src/fontset.h --- a/src/fontset.h Thu Dec 30 03:01:28 2004 +0000 +++ b/src/fontset.h Thu Dec 30 12:23:24 2004 +0000 @@ -56,6 +56,12 @@ (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. */