1*7095Srrh #ifndef lint 2*7095Srrh static char ftGMsccsid[] = "@(#)ftGM.c 4.1 06/07/82"; 3*7095Srrh #endif lint 4*7095Srrh 5*7095Srrh /*Geneva Medium (similar to Helvetica Medium)*/ 6*7095Srrh char W11[256-32] { /*Geneva Medium widths*/ 7*7095Srrh 14, /*space*/ 8*7095Srrh 14, /*!*/ 9*7095Srrh 0, /*"*/ 10*7095Srrh 0, /*#*/ 11*7095Srrh 25, /*$*/ 12*7095Srrh 29, /*%*/ 13*7095Srrh 27, /*&*/ 14*7095Srrh 10, /*' close*/ 15*7095Srrh 15, /*(*/ 16*7095Srrh 15, /*)*/ 17*7095Srrh 17, /***/ 18*7095Srrh 27, /*+*/ 19*7095Srrh 10, /*,*/ 20*7095Srrh 17, /*- hyphen*/ 21*7095Srrh 10, /*.*/ 22*7095Srrh 17, /*/*/ 23*7095Srrh 25+0200, /*0*/ 24*7095Srrh 25+0200, /*1*/ 25*7095Srrh 25+0200, /*2*/ 26*7095Srrh 25+0200, /*3*/ 27*7095Srrh 25+0200, /*4*/ 28*7095Srrh 25+0200, /*5*/ 29*7095Srrh 25+0200, /*6*/ 30*7095Srrh 25+0200, /*7*/ 31*7095Srrh 25+0200, /*8*/ 32*7095Srrh 25+0200, /*9*/ 33*7095Srrh 14, /*:*/ 34*7095Srrh 14, /*;*/ 35*7095Srrh 0, /*<*/ 36*7095Srrh 27, /*=*/ 37*7095Srrh 0, /*>*/ 38*7095Srrh 27, /*?*/ 39*7095Srrh 0, /*@*/ 40*7095Srrh 27+0200, /*A*/ 41*7095Srrh 27+0200, /*B*/ 42*7095Srrh 29+0200, /*C*/ 43*7095Srrh 28+0200, /*D*/ 44*7095Srrh 24+0200, /*E*/ 45*7095Srrh 23+0200, /*F*/ 46*7095Srrh 29+0200, /*G*/ 47*7095Srrh 27+0200, /*H*/ 48*7095Srrh 12+0200, /*I*/ 49*7095Srrh 22+0200, /*J*/ 50*7095Srrh 27+0200, /*K*/ 51*7095Srrh 23+0200, /*L*/ 52*7095Srrh 32+0200, /*M*/ 53*7095Srrh 28+0200, /*N*/ 54*7095Srrh 30+0200, /*O*/ 55*7095Srrh 25+0200, /*P*/ 56*7095Srrh 30+0300, /*Q*/ 57*7095Srrh 26+0200, /*R*/ 58*7095Srrh 26+0200, /*S*/ 59*7095Srrh 24+0200, /*T*/ 60*7095Srrh 27+0200, /*U*/ 61*7095Srrh 26+0200, /*V*/ 62*7095Srrh 35+0200, /*W*/ 63*7095Srrh 26+0200, /*X*/ 64*7095Srrh 25+0200, /*Y*/ 65*7095Srrh 25+0200, /*Z*/ 66*7095Srrh 16, /*[*/ 67*7095Srrh 0, /*\*/ 68*7095Srrh 16, /*]*/ 69*7095Srrh 0, /*^*/ 70*7095Srrh 0, /*_*/ 71*7095Srrh 10, /*` open*/ 72*7095Srrh 22, /*a*/ 73*7095Srrh 23+0200, /*b*/ 74*7095Srrh 22, /*c*/ 75*7095Srrh 23+0200, /*d*/ 76*7095Srrh 22, /*e*/ 77*7095Srrh 14+0200, /*f*/ 78*7095Srrh 23+0100, /*g*/ 79*7095Srrh 22+0200, /*h*/ 80*7095Srrh 11+0200, /*i*/ 81*7095Srrh 11+0300, /*j*/ 82*7095Srrh 22+0200, /*k*/ 83*7095Srrh 11+0200, /*l*/ 84*7095Srrh 32, /*m*/ 85*7095Srrh 22, /*n*/ 86*7095Srrh 23, /*o*/ 87*7095Srrh 23+0100, /*p*/ 88*7095Srrh 23+0100, /*q*/ 89*7095Srrh 15, /*r*/ 90*7095Srrh 21, /*s*/ 91*7095Srrh 14+0200, /*t*/ 92*7095Srrh 22, /*u*/ 93*7095Srrh 20, /*v*/ 94*7095Srrh 30, /*w*/ 95*7095Srrh 21, /*x*/ 96*7095Srrh 21+0100, /*y*/ 97*7095Srrh 20, /*z*/ 98*7095Srrh 0, /*{*/ 99*7095Srrh 2, /*|*/ 100*7095Srrh 0, /*}*/ 101*7095Srrh 0, /*~*/ 102*7095Srrh 7, /*narrow space*/ 103*7095Srrh 17, /*hyphen*/ 104*7095Srrh 27, /*bullet*/ 105*7095Srrh 27, /*square*/ 106*7095Srrh 36, /*3/4 em*/ 107*7095Srrh 18, /*rule*/ 108*7095Srrh 32, /*1/4*/ 109*7095Srrh 32, /*1/2*/ 110*7095Srrh 32, /*3/4*/ 111*7095Srrh 27, /*minus*/ 112*7095Srrh 24, /*fi*/ 113*7095Srrh 24, /*fl*/ 114*7095Srrh 28, /*ff*/ 115*7095Srrh 38, /*ffi*/ 116*7095Srrh 38, /*ffl*/ 117*7095Srrh 14, /*degree*/ 118*7095Srrh 23, /*dagger*/ 119*7095Srrh 0, /*section*/ 120*7095Srrh 9, /*foot mark*/ 121*7095Srrh 0, /*'*/ 122*7095Srrh 0, /*`*/ 123*7095Srrh 0, /*_*/ 124*7095Srrh 0, 125*7095Srrh 3, /*half nar sp*/ 126*7095Srrh 0, 127*7095Srrh 0,0,0,0,0,0,0,0, 128*7095Srrh 0,0,0,0,0,0,0,0, 129*7095Srrh 0,0,0,0,0,0,0,0, 130*7095Srrh 0,0,0,0,0,0,0,0, 131*7095Srrh 0,0,0,0,0,0,0,0, 132*7095Srrh 0,0,0,0,0,0,0,0, 133*7095Srrh 0,0,0,0,0,0,0,0, 134*7095Srrh 0,0,0,0,0,0,0,0, 135*7095Srrh 0,0,0,0,0, 136*7095Srrh 21, /*registered*/ 137*7095Srrh 21, /*copywrite*/ 138*7095Srrh 0, 139*7095Srrh 25, /*cent*/ 140*7095Srrh }; 141