From: Geoff Voelker Date: Thu, 3 Dec 1998 00:06:26 +0000 (+0000) Subject: (FONT_MAX_WIDTH): New macro. X-Git-Tag: emacs-20.4~1142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=19589637fab7f08bb4991fdd30ce77ecedf3a6a1;p=emacs.git (FONT_MAX_WIDTH): New macro. --- diff --git a/src/w32term.h b/src/w32term.h index 0cfa6ffce5b..869c1df1847 100644 --- a/src/w32term.h +++ b/src/w32term.h @@ -31,6 +31,7 @@ Boston, MA 02111-1307, USA. */ #define FONT_WIDTH(f) ((f)->tm.tmAveCharWidth) #define FONT_HEIGHT(f) ((f)->tm.tmHeight) #define FONT_BASE(f) ((f)->tm.tmAscent) +#define FONT_MAX_WIDTH(f) ((f)->tm.tmMaxCharWidth) #define CHECK_W32_FRAME(f, frame) \ if (NILP (frame)) \