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