]> git.eshelyaron.com Git - emacs.git/commitdiff
(FONT_MAX_WIDTH): New macro.
authorGeoff Voelker <voelker@cs.washington.edu>
Thu, 3 Dec 1998 00:06:26 +0000 (00:06 +0000)
committerGeoff Voelker <voelker@cs.washington.edu>
Thu, 3 Dec 1998 00:06:26 +0000 (00:06 +0000)
src/w32term.h

index 0cfa6ffce5b387b57d728a98b863498b6c7d4d39..869c1df18477aeac661f95b0b93fdc4892f4da58 100644 (file)
@@ -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))                            \