diff options
| author | Geoff Voelker | 1998-12-03 00:06:26 +0000 |
|---|---|---|
| committer | Geoff Voelker | 1998-12-03 00:06:26 +0000 |
| commit | 19589637fab7f08bb4991fdd30ce77ecedf3a6a1 (patch) | |
| tree | cc94c2abf053123130dc3b87096616f5a60b77e9 /src | |
| parent | feba565d2aa88fcb9edcfb84c1a501873177c5ea (diff) | |
| download | emacs-19589637fab7f08bb4991fdd30ce77ecedf3a6a1.tar.gz emacs-19589637fab7f08bb4991fdd30ce77ecedf3a6a1.zip | |
(FONT_MAX_WIDTH): New macro.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.h | 1 |
1 files changed, 1 insertions, 0 deletions
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. */ | |||
| 31 | #define FONT_WIDTH(f) ((f)->tm.tmAveCharWidth) | 31 | #define FONT_WIDTH(f) ((f)->tm.tmAveCharWidth) |
| 32 | #define FONT_HEIGHT(f) ((f)->tm.tmHeight) | 32 | #define FONT_HEIGHT(f) ((f)->tm.tmHeight) |
| 33 | #define FONT_BASE(f) ((f)->tm.tmAscent) | 33 | #define FONT_BASE(f) ((f)->tm.tmAscent) |
| 34 | #define FONT_MAX_WIDTH(f) ((f)->tm.tmMaxCharWidth) | ||
| 34 | 35 | ||
| 35 | #define CHECK_W32_FRAME(f, frame) \ | 36 | #define CHECK_W32_FRAME(f, frame) \ |
| 36 | if (NILP (frame)) \ | 37 | if (NILP (frame)) \ |