src/lib/gemfont.h 1.5

1.5 2010/03/31 00:07:43 kent
Adding fixed 34 font. Testing and tweaking for postScript output.
Index: src/lib/gemfont.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/gemfont.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -b -B -U 4 -r1.4 -r1.5
--- src/lib/gemfont.h	27 Mar 2010 04:23:08 -0000	1.4
+++ src/lib/gemfont.h	31 Mar 2010 00:07:43 -0000	1.5
@@ -42,8 +42,9 @@
 struct font_hdr	*nxt_fnt; /* Set to 0 */
 WORD    xOff;		/* X offset to add. */
 WORD    yOff;		/* Y offset to add. */
 WORD    lineHeight;     /* Distance to next line. */
+WORD	psHeight;	/* Height to set for equivalent postscript. */
 }; 
 
 #define STPROP 0
 #define MFIXED 1