home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V7 / usr / src / cmd / troff / font / ftCK.c < prev    next >
Encoding:
Text File  |  1979-01-10  |  1.8 KB  |  137 lines

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