]> code.delx.au - gnu-emacs/blobdiff - src/w32bdf.h
(Fset_window_margins): Allow only integers as args.
[gnu-emacs] / src / w32bdf.h
index 47f3067d29067e38c425bd6f595ee56addd1d394..23939bfd7d827a2150956ebd9f21086c625ef4a3 100644 (file)
@@ -34,7 +34,7 @@ Boston, MA 02111-1307, USA.  */
 #define BDF_FONT_CACHE_SIZE 3000
 #define BDF_FONT_CLEAR_SIZE 600
 
-/* 
+/*
    GLYPH METRIC (# ... character's reference point)
    ^
  y |              (urx, ury)
@@ -107,6 +107,7 @@ typedef struct
   int width;
   int height;
   int pixsz;
+  int nchars;
 } bdffont;
 
 #define BDF_FILE_SIZE_MAX 256*1024*1024 /* 256Mb */
@@ -123,3 +124,6 @@ int w32_BDF_TextOut (bdffont *fontp, HDC hdc, int left,
 int w32_BDF_to_x_font (char *file, char* xstr, int len);
 
 #endif  /* EMACS_W32BDF_H */
+
+/* arch-tag: 7499e9f2-197e-44cc-9274-373f00b51eec
+   (do not change this comment) */