changeset 33039:075469a2c1c4

(bdffont): Add nchars.
author Jason Rumney <jasonr@gnu.org>
date Sun, 29 Oct 2000 21:01:16 +0000
parents 5a1e3282fe2e
children 307c229d44bb
files src/w32bdf.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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 */