changeset 23807:11c43bcd6316

(FONT_MAX_WIDTH): New macro.
author Geoff Voelker <voelker@cs.washington.edu>
date Thu, 03 Dec 1998 00:06:26 +0000
parents b59294a6167e
children 54a5f83e7b67
files src/w32term.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32term.h	Thu Dec 03 00:06:03 1998 +0000
+++ b/src/w32term.h	Thu Dec 03 00:06:26 1998 +0000
@@ -31,6 +31,7 @@
 #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))				\