diff src/w32bdf.h @ 33039:075469a2c1c4

(bdffont): Add nchars.
author Jason Rumney <jasonr@gnu.org>
date Sun, 29 Oct 2000 21:01:16 +0000
parents cc32b6a62560
children 23a1cea22d13
line wrap: on
line diff
--- a/src/w32bdf.h	Sun Oct 29 21:00:37 2000 +0000
+++ b/src/w32bdf.h	Sun Oct 29 21:01:16 2000 +0000
@@ -107,6 +107,7 @@
   int width;
   int height;
   int pixsz;
+  int nchars;
 } bdffont;
 
 #define BDF_FILE_SIZE_MAX 256*1024*1024 /* 256Mb */