From c7731805555490291410ab6c15ce2e05a3ea9c35 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 30 Dec 2004 12:23:24 +0000 Subject: [PATCH] (struct font_info): New members space_width and average_width. --- src/fontset.h | 6 ++++++ 1 file changed, 6 insertions(+) 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. */ -- 2.39.2