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