diff options
-rw-r--r-- | src/fontset.h | 6 |
1 files changed, 6 insertions, 0 deletions
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. */ |