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

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