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