src/lib/font/mgSixhi6.c 1.2
1.2 2010/03/31 00:07:46 kent
Adding fixed 34 font. Testing and tweaking for postScript output.
Index: src/lib/font/mgSixhi6.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/font/mgSixhi6.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/lib/font/mgSixhi6.c 27 Mar 2010 04:23:14 -0000 1.1
+++ src/lib/font/mgSixhi6.c 31 Mar 2010 00:07:46 -0000 1.2
@@ -188,19 +188,22 @@
1440,1446,1452,1458,1464,1470,1476,1482,
1488,1494,1500,1506,1512,1518,1524,1530,
1536,};
-static struct font_hdr sixhi_font = {
-STPROP, 8, "", 0, 255,
-4, 4, 3, 1, 1,
-5, 6, 0, 0,
-1, 1, 0x5555, (short)0xaaaa,
-0xc, NULL,
-sixhi_ch_ofst, sixhi_data,
-192, 6,
-NULL,
-1, 0, /* x/y offset */
-};
+static struct font_hdr sixhi_font =
+ {
+ STPROP, 8, "", 0, 255,
+ 4, 4, 3, 1, 1,
+ 5, 6, 0, 0,
+ 1, 1, 0x5555, (short)0xaaaa,
+ 0xc, NULL,
+ sixhi_ch_ofst, sixhi_data,
+ 192, 6,
+ NULL,
+ 1, 0, /* x/y offset */
+ 6, /* lineHeight */
+ 6, /* psHeight */
+ };
MgFont *mgTinyFont()
{
return &sixhi_font;