(FONT_MAX_WIDTH): New macro.
This commit is contained in:
parent
feba565d2a
commit
19589637fa
1 changed files with 1 additions and 0 deletions
|
@ -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)) \
|
||||
|
|
Loading…
Add table
Reference in a new issue