emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fontset.h


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fontset.h
Date: Thu, 30 Dec 2004 07:38:29 -0500

Index: emacs/src/fontset.h
diff -c emacs/src/fontset.h:1.27 emacs/src/fontset.h:1.28
*** emacs/src/fontset.h:1.27    Mon Sep  1 15:45:52 2003
--- emacs/src/fontset.h Thu Dec 30 12:23:24 2004
***************
*** 56,61 ****
--- 56,67 ----
       (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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]