src/lib/font/mgHelvetica10.c 1.3

1.3 2010/04/06 00:58:56 kent
Adjusting lineHeight of font to be at least two pixels more than pixel height. This gets the chromosome band text to draw again in the ideagram.
Index: src/lib/font/mgHelvetica10.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/font/mgHelvetica10.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -b -B -U 4 -r1.2 -r1.3
--- src/lib/font/mgHelvetica10.c	31 Mar 2010 00:07:44 -0000	1.2
+++ src/lib/font/mgHelvetica10.c	6 Apr 2010 00:58:56 -0000	1.3
@@ -325,9 +325,9 @@
 Helvetica10_ch_ofst, Helvetica10_data,
 214, 13,
 NULL,
 0, 0,   /* x/y offset */
-13, 	   /* lineHeight */
+15, 	   /* lineHeight */
 9,	   /* psHeight */
 };
 
 MgFont *mgHelvetica10Font()