(FONT_MAX_WIDTH): New macro.

This commit is contained in:
Geoff Voelker 1998-12-03 00:06:26 +00:00
parent feba565d2a
commit 19589637fa

View 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)) \