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