src/lib/pscmGfx.c 1.28

1.28 2010/03/31 00:07:43 kent
Adding fixed 34 font. Testing and tweaking for postScript output.
Index: src/lib/pscmGfx.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/pscmGfx.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -b -B -U 4 -r1.27 -r1.28
--- src/lib/pscmGfx.c	11 Dec 2008 23:02:10 -0000	1.27
+++ src/lib/pscmGfx.c	31 Mar 2010 00:07:43 -0000	1.28
@@ -298,9 +298,9 @@
  * fonts match the gem fonts more or less. */
 void *v = font;
 if (v != pscm->curFont)
     {
-    psTimesFont(pscm->ps, font->frm_hgt);
+    psTimesFont(pscm->ps, font->psHeight);
     pscm->curFont = v;
     }
 }