home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / scribe.zip / Jerusalem < prev    next >
Text File  |  1994-04-13  |  26KB  |  1,432 lines

  1. %! Jerusalem Hebrew font
  2.  
  3. FontDirectory /Jerusalem known { stop } if
  4. serverdict begin 0 exitserver
  5.  
  6. /JerusalemBuildDict 11 dict def
  7. /JerusalemFont 12 dict def
  8. JerusalemFont begin
  9. /FontType 3 def
  10. /FontMatrix [0.0033 0 0 0.0033 0 0] def
  11. /FontBBox [0 0 300 300] def
  12. /PaintType 0 def
  13. /StrokeWidth 4 def
  14. /FontInfo 8 dict def FontInfo begin
  15.     /FullName (Jerusalem) def
  16.     /FamilyName (David) def
  17.     /ItalicAngle 0 def
  18.     /Weight    (Medium) def
  19.     /UnderlineThickness 40 def
  20.     /UnderlinePosition -100 def
  21.     /isFixedPitch false def
  22.     /version (1.0) def
  23. end % FontInfo
  24. /Encoding 256 array def
  25. 0 1 255 {Encoding exch /.notdef put} for
  26. /Metrics 255 dict def
  27. /CharStrings 275 dict def
  28. Encoding 032 /space put
  29. Encoding 033 /exclam put
  30. Encoding 034 /quotedbl put
  31. Encoding 035 /numsgn put
  32. Encoding 036 /dolar put
  33. Encoding 037 /percent put
  34. Encoding 038 /ampersand put
  35. Encoding 039 /quote put
  36. Encoding 040 /lpar put
  37. Encoding 041 /rpar put
  38. Encoding 042 /asterisk put
  39. Encoding 043 /plus put
  40. Encoding 044 /comma put
  41. Encoding 045 /hyphen put
  42. Encoding 046 /period put
  43. Encoding 047 /slash put
  44. Encoding 048 /zero put
  45. Encoding 049 /one put
  46. Encoding 050 /two put
  47. Encoding 051 /three put
  48. Encoding 052 /four put
  49. Encoding 053 /five put
  50. Encoding 054 /six put
  51. Encoding 055 /seven put
  52. Encoding 056 /eight put
  53. Encoding 057 /nine put
  54. Encoding 058 /colon put
  55. Encoding 059 /semicolon put
  56. Encoding 060 /less put
  57. Encoding 061 /equal put
  58. Encoding 062 /greater put
  59. Encoding 063 /question put
  60. Encoding 064 /at put
  61. Encoding 091 /lbracke put
  62. Encoding 092 /bkslash put
  63. Encoding 093 /rbracke put
  64. Encoding 094 /acircum put
  65. Encoding 095 /underscore put
  66. Encoding 123 /lbrace put
  67. Encoding 124 /bar put
  68. Encoding 125 /rbrace put
  69. Encoding 126 /tilde put
  70. Encoding 163 /sterling put
  71. Encoding 96 /alef put
  72. Encoding 97 /bet put
  73. Encoding 98 /gimel put
  74. Encoding 99 /dalet put
  75. Encoding 100 /he put
  76. Encoding 101 /vav put
  77. Encoding 102 /zayin put
  78. Encoding 103 /het put
  79. Encoding 104 /tet put
  80. Encoding 105 /yod put
  81. Encoding 106 /kafs put
  82. Encoding 107 /kaf put
  83. Encoding 108 /lamed put
  84. Encoding 109 /mems put
  85. Encoding 110 /mem put
  86. Encoding 111 /nuns put
  87. Encoding 112 /nun put
  88. Encoding 113 /samekh put
  89. Encoding 114 /ayin put
  90. Encoding 115 /pes put
  91. Encoding 116 /pe put
  92. Encoding 117 /sades put
  93. Encoding 118 /sade put
  94. Encoding 119 /kof put
  95. Encoding 120 /resh put
  96. Encoding 121 /shin put
  97. Encoding 122 /tav put
  98. Metrics begin
  99. /.notdef [000 000 000 000 000 000] def
  100. /space [104 000 -128 -409 -128 -409] def
  101. /exclam [052 000 7 -18 54 168] def
  102. /quotedbl [103 000 12 130 93 217] def
  103. /numsgn [107 000 4 15 99 158] def
  104. /dolar [118 000 14 -15 110 159] def
  105. /percent [200 000 9 -12 209 162] def
  106. /ampersand [200 000 18 -11 193 171] def
  107. /quote [064 000 22 120 59 207] def
  108. /lpar [092 000 13 -9 77 179] def
  109. /rpar [105 000 31 -14 95 174] def
  110. /asterisk [092 000 13 71 81 137] def
  111. /plus [182 000 13 16 171 175] def
  112. /comma [069 000 16 -50 53 37] def
  113. /hyphen [114 000 14 81 98 105] def
  114. /period [056 000 8 -20 48 20] def
  115. /slash [141 000 10 0 136 170] def
  116. /zero [136 000 2 -12 140 176] def
  117. /one [136 000 19 0 118 189] def
  118. /two [136 000 21 0 120 186] def
  119. /three [136 000 8 -19 124 174] def
  120. /four [136 000 7 -16 134 182] def
  121. /five [136 000 12 -9 115 183] def
  122. /six [136 000 8 -21 139 185] def
  123. /seven [136 000 8 -11 128 188] def
  124. /eight [136 000 11 -19 131 181] def
  125. /nine [136 000 -3 -19 128 187] def
  126. /colon [053 000 8 -20 48 90] def
  127. /semicolon [060 000 11 -47 51 107] def
  128. /less [123 000 13 32 110 127] def
  129. /equal [185 000 19 58 171 122] def
  130. /greater [123 000 12 30 110 125] def
  131. /question [092 000 9 -20 79 161] def
  132. /at [200 000 13 -46 196 142] def
  133. /lbracke [079 000 12 -9 68 178] def
  134. /bkslash [141 000 10 0 136 170] def
  135. /rbracke [079 000 12 -9 68 178] def
  136. /acircum [108 000 16 139 94 222] def
  137. /underscore [176 000 0 -36 176 -17] def
  138. /lbrace [108 000 23 -5 95 181] def
  139. /bar [050 000 14 -66 34 229] def
  140. /rbrace [111 000 23 -5 95 181] def
  141. /tilde [153 000 21 125 137 160] def
  142. /sterling [145 000 12 -10 135 179] def
  143. /alef [198 000 5 -13 191 188] def
  144. /bet [170 000 5 0 163 189] def
  145. /gimel [112 000 5 -14 102 188] def
  146. /dalet [169 000 9 -17 163 189] def
  147. /he [187 000 5 -18 176 185] def
  148. /vav [093 000 8 -19 88 188] def
  149. /zayin [105 000 5 -18 95 186] def
  150. /het [180 000 8 -18 173 188] def
  151. /tet [200 000 3 -14 212 201] def
  152. /yod [097 000 8 45 98 189] def
  153. /kafs [158 000 10 -66 152 187] def
  154. /kaf [165 000 5 0 158 189] def
  155. /lamed [151 000 6 -12 144 229] def
  156. /mems [211 000 7 -3 201 188] def
  157. /mem [190 000 6 -17 185 189] def
  158. /nuns [090 000 8 -66 88 188] def
  159. /nun [105 000 5 0 96 189] def
  160. /samekh [219 000 7 -18 214 188] def
  161. /ayin [158 000 5 -18 152 189] def
  162. /pes [157 000 3 -65 150 189] def
  163. /pe [161 000 6 0 151 188] def
  164. /sades [156 000 11 -64 151 188] def
  165. /sade [165 000 5 0 167 187] def
  166. /kof [210 000 7 -83 206 189] def
  167. /resh [161 000 6 -18 151 188] def
  168. /shin [217 000 4 -36 231 191] def
  169. /tav [206 000 7 -19 196 189] def
  170. end % Of Metrics
  171. CharStrings begin
  172. %%% end of Parts
  173. /.notdef
  174. ( newpath 1000 1000 moveto closepath )def
  175. /space
  176. (
  177. newpath
  178. -128 -409 moveto
  179. closepath
  180. )def
  181. /exclam
  182. (
  183. newpath
  184. 7 0 moveto
  185. 26 18 lineto
  186. 44 0 lineto
  187. 25 -18 lineto
  188. 7 0 lineto
  189. 7 132 moveto
  190. 35 168 lineto
  191. 54 118 38 63 20 45 curveto
  192. 20 46 lineto
  193. 14 109 16 107 7 132 curveto
  194. closepath
  195. )def
  196. /quotedbl
  197. (
  198. newpath
  199. 18 198 moveto
  200. 35 217 lineto
  201. 49 198 44 160 17 132 curveto
  202. 12 130 lineto
  203. 27 160 25 181 18 198 curveto
  204. 62 198 moveto
  205. 79 217 lineto
  206. 93 198 88 160 61 132 curveto
  207. 56 130 lineto
  208. 71 160 69 181 62 198 curveto
  209. closepath
  210. )def
  211. /numsgn
  212. (
  213. newpath
  214. 37 157 moveto
  215. 31 113 lineto
  216. 11 113 lineto
  217. 10 104 lineto
  218. 31 104 lineto
  219. 26 67 lineto
  220. 5 67 lineto
  221. 4 57 lineto
  222. 25 57 lineto
  223. 19 15 lineto
  224. 29 15 lineto
  225. 34 58 lineto
  226. 61 58 lineto
  227. 55 15 lineto
  228. 64 15 lineto
  229. 70 57 lineto
  230. 92 57 lineto
  231. 93 67 lineto
  232. 72 67 lineto
  233. 76 104 lineto
  234. 97 104 lineto
  235. 99 114 lineto
  236. 77 114 lineto
  237. 82 157 lineto
  238. 73 158 lineto
  239. 68 113 lineto
  240. 40 113 lineto
  241. 47 157 lineto
  242. 37 157 lineto
  243. 40 104 moveto
  244. 66 104 lineto
  245. 62 66 lineto
  246. 36 66 lineto
  247. 40 104 lineto
  248. closepath
  249. )def
  250. /dolar
  251. (
  252. newpath
  253. 19 49 moveto
  254. 23 49 lineto
  255. 29 22 45 12 63 12 curveto
  256. 75 12 85 20 85 33 curveto
  257. 85 42 81 49 44 71 curveto
  258. 27 81 14 102 14 111 curveto
  259. 14 132 28 142 57 147 curveto
  260. 62 147 81 143 98 135 curveto
  261. 98 106 lineto
  262. 93 106 lineto
  263. 87 129 81 134 64 139 curveto
  264. 51 143 35 134 35 120 curveto
  265. 35 110 37 113 83 81 curveto
  266. 99 71 110 59 107 46 curveto
  267. 102 16 91 9 62 4 curveto
  268. 51 4 25 12 19 15 curveto
  269. 19 49 lineto
  270. 53 -15 moveto
  271. 53 159 lineto
  272. 66 159 lineto
  273. 66 -15 lineto
  274. 53 -15 lineto
  275. closepath
  276. )def
  277. /percent
  278. (
  279. newpath
  280. 138 162 moveto
  281. 122 141 101 138 89 143 curveto
  282. 59 155 71 158 49 152 curveto
  283. 16 141 9 115 14 85 curveto
  284. 17 61 39 47 71 72 curveto
  285. 91 89 89 105 89 136 curveto
  286. 90 136 lineto
  287. 102 133 115 136 130 144 curveto
  288. 54 -12 lineto
  289. 66 -12 lineto
  290. 151 162 lineto
  291. 138 162 lineto
  292. 67 144 moveto
  293. 67 144 81 138 82 138 curveto
  294. 82 137 lineto
  295. 89 113 83 75 48 70 curveto
  296. 25 67 23 99 48 133 curveto
  297. 56 143 58 148 67 144 curveto
  298. 165 89 moveto
  299. 194 83 209 48 168 6 curveto
  300. 156 -7 121 -3 113 16 curveto
  301. 105 35 121 61 138 78 curveto
  302. 143 83 155 89 165 89 curveto
  303. 167 77 moveto
  304. 143 78 130 52 130 23 curveto
  305. 130 7 143 1 158 7 curveto
  306. 177 19 188 44 181 66 curveto
  307. 179 71 172 76 167 77 curveto
  308. closepath
  309. )def
  310. /ampersand
  311. (
  312. newpath
  313. 188 25 moveto
  314. 168 8 150 6 127 33 curveto
  315. 109 56 78 137 78 139 curveto
  316. 78 164 110 164 116 139 curveto
  317. 121 123 108 110 80 98 curveto
  318. 36 79 18 63 18 33 curveto
  319. 18 6 40 -9 80 0 curveto
  320. 96 3 121 19 146 57 curveto
  321. 170 93 166 92 177 93 curveto
  322. 182 93 lineto
  323. 184 99 lineto
  324. 132 99 lineto
  325. 132 97 lineto
  326. 142 96 151 90 144 74 curveto
  327. 133 51 88 11 73 11 curveto
  328. 54 11 37 33 40 48 curveto
  329. 43 63 51 79 96 96 curveto
  330. 123 107 146 127 127 150 curveto
  331. 110 171 76 168 64 146 curveto
  332. 52 127 58 103 73 77 curveto
  333. 92 42 108 17 132 1 curveto
  334. 150 -11 170 -10 193 20 curveto
  335. 188 25 lineto
  336. closepath
  337. )def
  338. /quote
  339. (
  340. newpath
  341. 28 188 moveto
  342. 45 207 lineto
  343. 59 188 54 150 27 122 curveto
  344. 22 120 lineto
  345. 37 150 35 171 28 188 curveto
  346. closepath
  347. )def
  348. /lpar
  349. (
  350. newpath
  351. 77 179 moveto
  352. 16 147 13 86 33 36 curveto
  353. 41 14 64 -1 77 -9 curveto
  354. 77 -3 lineto
  355. 62 6 56 13 51 29 curveto
  356. 45 45 45 98 49 131 curveto
  357. 53 154 61 163 77 171 curveto
  358. 77 179 lineto
  359. closepath
  360. )def
  361. /rpar
  362. (
  363. newpath
  364. 31 174 moveto
  365. 92 142 95 81 75 31 curveto
  366. 66 9 45 -6 31 -14 curveto
  367. 31 -8 lineto
  368. 45 1 51 8 57 24 curveto
  369. 63 40 63 93 58 126 curveto
  370. 56 149 46 158 31 166 curveto
  371. 31 174 lineto
  372. closepath
  373. )def
  374. /asterisk
  375. (
  376. newpath
  377. 14 104 moveto
  378. 13 106 14 114 18 122 curveto
  379. 42 109 lineto
  380. 43 109 lineto
  381. 37 135 lineto
  382. 45 137 50 137 55 136 curveto
  383. 50 110 lineto
  384. 50 109 lineto
  385. 73 122 lineto
  386. 78 114 81 109 79 105 curveto
  387. 54 103 lineto
  388. 54 101 lineto
  389. 73 84 lineto
  390. 68 77 63 74 60 72 curveto
  391. 49 96 lineto
  392. 47 96 lineto
  393. 37 71 lineto
  394. 29 74 25 78 23 82 curveto
  395. 41 101 lineto
  396. 41 102 lineto
  397. 14 104 lineto
  398. closepath
  399. )def
  400. /plus
  401. (
  402. newpath
  403. 13 104 moveto
  404. 83 104 lineto
  405. 83 175 lineto
  406. 101 175 lineto
  407. 101 104 lineto
  408. 171 104 lineto
  409. 171 86 lineto
  410. 101 86 lineto
  411. 101 16 lineto
  412. 83 16 lineto
  413. 83 86 lineto
  414. 13 86 lineto
  415. 13 104 lineto
  416. closepath
  417. )def
  418. /comma
  419. (
  420. newpath
  421. 22 18 moveto
  422. 39 37 lineto
  423. 53 18 48 -20 21 -48 curveto
  424. 16 -50 lineto
  425. 31 -20 29 1 22 18 curveto
  426. closepath
  427. )def
  428. /hyphen
  429. (
  430. newpath
  431. 14 81 moveto
  432. 25 105 lineto
  433. 98 105 lineto
  434. 87 81 lineto
  435. 14 81 lineto
  436. closepath
  437. )def
  438. /period
  439. (
  440. newpath
  441. 8 0 moveto
  442. 28 20 lineto
  443. 48 0 lineto
  444. 28 -20 lineto
  445. 8 0 lineto
  446. closepath
  447. )def
  448. /slash
  449. (
  450. newpath
  451. 11 170 moveto
  452. 44 170 lineto
  453. 33 164 136 10 131 0 curveto
  454. 100 0 lineto
  455. 107 11 10 159 11 170 curveto
  456. closepath
  457. )def
  458. /zero
  459. (
  460. newpath
  461. 81 -7 moveto
  462. 52 -12 30 -1 16 29 curveto
  463. 2 63 11 103 24 133 curveto
  464. 29 146 56 176 66 176 curveto
  465. 97 176 119 164 129 122 curveto
  466. 140 69 114 14 81 -7 curveto
  467. 89 17 moveto
  468. 113 41 114 100 93 133 curveto
  469. 80 155 53 159 45 144 curveto
  470. 34 122 32 75 41 44 curveto
  471. 47 20 68 9 89 17 curveto
  472. closepath
  473. )def
  474. /one
  475. (
  476. newpath
  477. 19 0 moveto
  478. 35 27 lineto
  479. 59 27 lineto
  480. 59 133 lineto
  481. 54 140 43 148 28 148 curveto
  482. 44 169 62 180 85 189 curveto
  483. 85 27 lineto
  484. 118 27 lineto
  485. 103 0 lineto
  486. 19 0 lineto
  487. closepath
  488. )def
  489. /two
  490. (
  491. newpath
  492. 28 147 moveto
  493. 38 173 lineto
  494. 77 186 119 167 113 128 curveto
  495. 107 112 101 106 75 71 curveto
  496. 64 57 54 49 50 27 curveto
  497. 120 27 lineto
  498. 110 0 lineto
  499. 21 0 lineto
  500. 27 34 37 47 63 79 curveto
  501. 77 98 92 118 83 133 curveto
  502. 73 150 53 155 28 147 curveto
  503. closepath
  504. )def
  505. /three
  506. (
  507. newpath
  508. 29 146 moveto
  509. 42 171 lineto
  510. 90 174 111 160 109 133 curveto
  511. 107 117 99 105 81 99 curveto
  512. 82 98 lineto
  513. 122 96 124 63 120 42 curveto
  514. 110 -5 49 -19 8 6 curveto
  515. 32 31 lineto
  516. 53 -2 116 21 102 55 curveto
  517. 98 68 81 82 44 77 curveto
  518. 50 96 lineto
  519. 80 108 84 129 73 144 curveto
  520. 66 153 52 151 29 146 curveto
  521. closepath
  522. )def
  523. /four
  524. (
  525. newpath
  526. 72 -16 moveto
  527. 72 48 lineto
  528. 7 48 lineto
  529. 7 108 34 172 103 182 curveto
  530. 100 168 99 170 99 160 curveto
  531. 99 76 lineto
  532. 134 76 lineto
  533. 119 48 lineto
  534. 99 48 lineto
  535. 99 7 lineto
  536. 72 -16 lineto
  537. 72 76 moveto
  538. 72 150 lineto
  539. 45 139 31 116 27 76 curveto
  540. 72 76 lineto
  541. closepath
  542. )def
  543. /five
  544. (
  545. newpath
  546. 12 13 moveto
  547. 32 40 lineto
  548. 58 8 89 22 92 53 curveto
  549. 92 71 80 81 59 84 curveto
  550. 49 86 31 81 23 78 curveto
  551. 23 162 lineto
  552. 46 183 lineto
  553. 46 170 lineto
  554. 115 170 lineto
  555. 99 146 lineto
  556. 46 146 lineto
  557. 46 106 lineto
  558. 83 112 105 99 111 70 curveto
  559. 115 51 110 13 78 0 curveto
  560. 55 -9 32 -7 12 13 curveto
  561. closepath
  562. )def
  563. /six
  564. (
  565. newpath
  566. 92 185 moveto
  567. 34 83 lineto
  568. 51 104 84 116 110 95 curveto
  569. 139 68 128 27 92 0 curveto
  570. 56 -21 20 12 13 29 curveto
  571. 8 40 11 54 14 66 curveto
  572. 46 161 lineto
  573. 92 185 lineto
  574. 99 29 moveto
  575. 108 57 98 80 71 84 curveto
  576. 56 86 36 73 34 62 curveto
  577. 34 25 64 11 99 29 curveto
  578. closepath
  579. )def
  580. /seven
  581. (
  582. newpath
  583. 8 146 moveto
  584. 9 153 22 174 37 188 curveto
  585. 42 170 lineto
  586. 128 170 lineto
  587. 126 159 119 135 99 107 curveto
  588. 62 44 54 34 61 13 curveto
  589. 24 -11 lineto
  590. 22 17 28 34 47 61 curveto
  591. 100 146 lineto
  592. 8 146 lineto
  593. closepath
  594. )def
  595. /eight
  596. (
  597. newpath
  598. 50 87 moveto
  599. 18 110 20 142 49 167 curveto
  600. 60 179 98 181 117 155 curveto
  601. 127 137 120 115 92 93 curveto
  602. 120 81 131 59 115 27 curveto
  603. 96 -15 47 -19 22 26 curveto
  604. 11 44 20 59 35 76 curveto
  605. 50 87 lineto
  606. 82 100 moveto
  607. 88 107 lineto
  608. 101 119 100 141 88 150 curveto
  609. 69 165 53 158 49 140 curveto
  610. 46 128 52 123 82 100 curveto
  611. 62 81 moveto
  612. 44 63 41 52 43 43 curveto
  613. 51 15 88 11 98 28 curveto
  614. 106 44 100 69 62 81 curveto
  615. closepath
  616. )def
  617. /nine
  618. (
  619. newpath
  620. 44 -19 moveto
  621. 102 83 lineto
  622. 85 62 52 50 26 71 curveto
  623. -3 98 8 139 44 166 curveto
  624. 80 187 116 154 123 137 curveto
  625. 128 126 125 112 122 100 curveto
  626. 90 5 lineto
  627. 44 -19 lineto
  628. 37 137 moveto
  629. 28 109 38 86 65 82 curveto
  630. 80 80 100 93 102 104 curveto
  631. 102 141 72 155 37 137 curveto
  632. closepath
  633. )def
  634. /colon
  635. (
  636. newpath
  637. 8 0 moveto
  638. 28 20 lineto
  639. 48 0 lineto
  640. 28 -20 lineto
  641. 8 0 lineto
  642. 8 70 moveto
  643. 28 90 lineto
  644. 48 70 lineto
  645. 28 50 lineto
  646. 8 70 lineto
  647. closepath
  648. )def
  649. /semicolon
  650. (
  651. newpath
  652. 19 21 moveto
  653. 36 40 lineto
  654. 50 21 45 -17 18 -45 curveto
  655. 13 -47 lineto
  656. 28 -17 26 4 19 21 curveto
  657. 11 87 moveto
  658. 31 107 lineto
  659. 51 87 lineto
  660. 31 67 lineto
  661. 11 87 lineto
  662. closepath
  663. )def
  664. /less
  665. (
  666. newpath
  667. 110 32 moveto
  668. 110 49 lineto
  669. 32 80 lineto
  670. 110 111 lineto
  671. 110 127 lineto
  672. 13 88 lineto
  673. 13 71 lineto
  674. 110 32 lineto
  675. closepath
  676. )def
  677. /equal
  678. (
  679. newpath
  680. 19 58 moveto
  681. 19 76 lineto
  682. 171 76 lineto
  683. 171 58 lineto
  684. 19 58 lineto
  685. 19 103 moveto
  686. 19 122 lineto
  687. 171 122 lineto
  688. 171 103 lineto
  689. 19 103 lineto
  690. closepath
  691. )def
  692. /greater
  693. (
  694. newpath
  695. 12 30 moveto
  696. 12 47 lineto
  697. 91 78 lineto
  698. 12 109 lineto
  699. 12 125 lineto
  700. 110 86 lineto
  701. 110 69 lineto
  702. 12 30 lineto
  703. closepath
  704. )def
  705. /question
  706. (
  707. newpath
  708. 19 0 moveto
  709. 39 20 lineto
  710. 59 0 lineto
  711. 39 -20 lineto
  712. 19 0 lineto
  713. 9 133 moveto
  714. 29 161 lineto
  715. 60 161 73 147 76 129 curveto
  716. 79 118 74 108 61 93 curveto
  717. 52 82 49 72 58 60 curveto
  718. 38 40 lineto
  719. 26 55 25 66 39 85 curveto
  720. 46 94 50 106 42 123 curveto
  721. 36 133 19 134 9 133 curveto
  722. closepath
  723. )def
  724. /at
  725. (
  726. newpath
  727. 150 -31 moveto
  728. 71 -46 32 -22 17 24 curveto
  729. 13 59 24 99 70 122 curveto
  730. 110 142 159 126 177 99 curveto
  731. 192 76 196 36 166 11 curveto
  732. 146 -5 129 -7 121 12 curveto
  733. 120 19 lineto
  734. 118 18 lineto
  735. 106 -1 77 -10 63 19 curveto
  736. 58 28 58 46 73 68 curveto
  737. 87 91 117 99 127 83 curveto
  738. 131 79 lineto
  739. 133 88 lineto
  740. 156 88 lineto
  741. 139 18 lineto
  742. 139 5 152 6 165 20 curveto
  743. 183 38 182 73 169 94 curveto
  744. 156 118 131 126 109 120 curveto
  745. 75 110 54 92 48 69 curveto
  746. 35 26 45 -6 71 -20 curveto
  747. 94 -33 124 -35 147 -23 curveto
  748. 150 -31 lineto
  749. 95 11 moveto
  750. 105 8 114 16 121 49 curveto
  751. 126 74 126 81 113 80 curveto
  752. 105 79 94 56 92 45 curveto
  753. 88 17 92 9 95 11 curveto
  754. closepath
  755. )def
  756. /lbracke
  757. (
  758. newpath
  759. 68 -9 moveto
  760. 59 14 lineto
  761. 37 14 lineto
  762. 37 154 lineto
  763. 66 154 lineto
  764. 55 178 lineto
  765. 12 178 lineto
  766. 16 172 lineto
  767. 16 14 lineto
  768. 29 -9 lineto
  769. 68 -9 lineto
  770. closepath
  771. )def
  772. /bkslash
  773. (
  774. newpath
  775. 11 170 moveto
  776. 44 170 lineto
  777. 33 164 136 10 131 0 curveto
  778. 100 0 lineto
  779. 107 11 10 159 11 170 curveto
  780. closepath
  781. )def
  782. /rbracke
  783. (
  784. newpath
  785. 12 -9 moveto
  786. 21 14 lineto
  787. 43 14 lineto
  788. 43 154 lineto
  789. 14 154 lineto
  790. 25 178 lineto
  791. 68 178 lineto
  792. 64 172 lineto
  793. 64 14 lineto
  794. 51 -9 lineto
  795. 12 -9 lineto
  796. closepath
  797. )def
  798. /acircum
  799. (
  800. newpath
  801. 44 222 moveto
  802. 61 222 lineto
  803. 94 139 lineto
  804. 78 139 lineto
  805. 52 199 lineto
  806. 33 139 lineto
  807. 16 139 lineto
  808. 44 222 lineto
  809. closepath
  810. )def
  811. /underscore
  812. (
  813. newpath
  814. 0 -36 moveto
  815. 0 -17 lineto
  816. 176 -17 lineto
  817. 176 -36 lineto
  818. 0 -36 lineto
  819. closepath
  820. )def
  821. /lbrace
  822. (
  823. newpath
  824. 95 181 moveto
  825. 67 181 lineto
  826. 54 176 52 173 52 161 curveto
  827. 52 122 lineto
  828. 51 100 47 96 23 91 curveto
  829. 23 84 lineto
  830. 47 80 52 72 50 60 curveto
  831. 50 14 lineto
  832. 52 0 54 -2 65 -5 curveto
  833. 95 -5 lineto
  834. 95 1 lineto
  835. 77 1 lineto
  836. 67 5 70 5 65 23 curveto
  837. 65 58 lineto
  838. 66 70 58 82 35 87 curveto
  839. 63 99 67 101 67 118 curveto
  840. 67 154 lineto
  841. 67 168 71 173 82 175 curveto
  842. 95 175 lineto
  843. 95 181 lineto
  844. closepath
  845. )def
  846. /bar
  847. (
  848. newpath
  849. 14 -66 moveto
  850. 14 229 lineto
  851. 34 229 lineto
  852. 34 -66 lineto
  853. 14 -66 lineto
  854. closepath
  855. )def
  856. /rbrace
  857. (
  858. newpath
  859. 23 181 moveto
  860. 51 181 lineto
  861. 64 176 66 173 66 161 curveto
  862. 66 122 lineto
  863. 67 100 71 96 95 91 curveto
  864. 95 84 lineto
  865. 71 80 66 72 68 60 curveto
  866. 68 14 lineto
  867. 66 0 64 -2 53 -5 curveto
  868. 23 -5 lineto
  869. 23 1 lineto
  870. 41 1 lineto
  871. 51 5 48 5 53 23 curveto
  872. 53 58 lineto
  873. 52 70 60 82 83 87 curveto
  874. 55 99 51 101 51 118 curveto
  875. 51 154 lineto
  876. 51 168 47 173 36 175 curveto
  877. 23 175 lineto
  878. 23 181 lineto
  879. closepath
  880. )def
  881. /tilde
  882. (
  883. newpath
  884. 31 135 moveto
  885. 23 141 21 140 34 152 curveto
  886. 41 160 62 159 84 148 curveto
  887. 103 138 116 136 130 154 curveto
  888. 137 148 lineto
  889. 129 134 109 125 89 135 curveto
  890. 59 150 45 149 31 135 curveto
  891. closepath
  892. )def
  893. /sterling
  894. (
  895. newpath
  896. 126 43 moveto
  897. 130 43 lineto
  898. 123 3 110 -7 89 -3 curveto
  899. 83 -1 49 32 42 32 curveto
  900. 29 32 12 27 29 10 curveto
  901. 40 -1 56 12 57 25 curveto
  902. 59 37 53 66 50 76 curveto
  903. 25 78 lineto
  904. 25 96 lineto
  905. 47 94 lineto
  906. 39 115 42 133 53 155 curveto
  907. 61 171 79 179 105 170 curveto
  908. 123 162 135 146 128 132 curveto
  909. 123 122 109 117 102 127 curveto
  910. 99 131 96 161 91 163 curveto
  911. 80 170 71 155 71 142 curveto
  912. 71 142 81 110 79 94 curveto
  913. 109 94 lineto
  914. 109 75 lineto
  915. 81 76 lineto
  916. 81 48 81 82 64 13 curveto
  917. 61 -1 48 -10 29 2 curveto
  918. 15 9 17 24 25 35 curveto
  919. 29 43 43 46 59 37 curveto
  920. 86 26 113 16 126 43 curveto
  921. closepath
  922. )def
  923. /alef
  924. (
  925. newpath
  926. 5 0 moveto
  927. 13 17 lineto
  928. 10 64 15 66 46 128 curveto
  929. 46 128 lineto
  930. 45 130 20 154 6 162 curveto
  931. 6 163 lineto
  932. 24 188 lineto
  933. 49 172 123 101 132 89 curveto
  934. 133 88 lineto
  935. 148 118 147 137 138 153 curveto
  936. 138 153 lineto
  937. 164 187 lineto
  938. 181 150 185 133 146 77 curveto
  939. 146 75 lineto
  940. 164 58 189 25 190 24 curveto
  941. 191 23 lineto
  942. 175 -13 lineto
  943. 130 47 102 81 61 116 curveto
  944. 60 116 lineto
  945. 40 87 40 67 42 32 curveto
  946. 45 33 lineto
  947. 69 33 lineto
  948. 54 0 lineto
  949. 5 0 lineto
  950. closepath
  951. )def
  952. /bet
  953. (
  954. newpath
  955. 5 0 moveto
  956. 25 30 lineto
  957. 111 30 lineto
  958. 113 117 106 140 75 140 curveto
  959. 13 140 lineto
  960. 16 155 24 173 42 189 curveto
  961. 47 170 lineto
  962. 94 170 lineto
  963. 136 168 142 114 138 30 curveto
  964. 163 30 lineto
  965. 144 0 lineto
  966. 5 0 lineto
  967. closepath
  968. )def
  969. /gimel
  970. (
  971. newpath
  972. 5 -12 moveto
  973. 20 28 lineto
  974. 46 32 57 45 69 65 curveto
  975. 62 108 lineto
  976. 58 128 50 136 10 157 curveto
  977. 29 188 lineto
  978. 69 168 85 153 87 133 curveto
  979. 102 20 lineto
  980. 98 -4 89 -14 89 -14 curveto
  981. 75 41 lineto
  982. 59 7 38 -9 5 -12 curveto
  983. closepath
  984. )def
  985. /dalet
  986. (
  987. newpath
  988. 104 -17 moveto
  989. 104 140 lineto
  990. 9 140 lineto
  991. 22 159 35 175 44 188 curveto
  992. 44 186 lineto
  993. 50 171 51 170 58 170 curveto
  994. 111 170 lineto
  995. 118 177 125 184 131 189 curveto
  996. 131 170 lineto
  997. 163 170 lineto
  998. 148 140 lineto
  999. 131 140 lineto
  1000. 131 11 lineto
  1001. 104 -17 lineto
  1002. closepath
  1003. )def
  1004. /he
  1005. (
  1006. newpath
  1007. 22 -18 moveto
  1008. 22 80 lineto
  1009. 28 90 39 103 51 115 curveto
  1010. 51 21 lineto
  1011. 49 6 35 -8 22 -18 curveto
  1012. 5 140 moveto
  1013. 15 157 25 171 41 185 curveto
  1014. 42 170 lineto
  1015. 124 170 lineto
  1016. 162 170 176 153 175 97 curveto
  1017. 175 20 lineto
  1018. 169 7 158 -7 148 -17 curveto
  1019. 148 103 lineto
  1020. 149 133 141 140 108 140 curveto
  1021. 5 140 lineto
  1022. closepath
  1023. )def
  1024. /vav
  1025. (
  1026. newpath
  1027. 62 -19 moveto
  1028. 62 94 lineto
  1029. 62 107 64 124 44 136 curveto
  1030. 8 161 lineto
  1031. 31 188 lineto
  1032. 66 162 lineto
  1033. 83 149 88 130 86 117 curveto
  1034. 86 8 lineto
  1035. 77 -3 66 -9 62 -19 curveto
  1036. closepath
  1037. )def
  1038. /zayin
  1039. (
  1040. newpath
  1041. 62 -18 moveto
  1042. 25 68 21 96 33 113 curveto
  1043. 43 131 lineto
  1044. 32 144 21 153 5 163 curveto
  1045. 33 186 lineto
  1046. 95 130 lineto
  1047. 77 99 lineto
  1048. 51 123 lineto
  1049. 47 92 54 63 80 21 curveto
  1050. 62 -18 lineto
  1051. closepath
  1052. )def
  1053. /het
  1054. (
  1055. newpath
  1056. 13 -18 moveto
  1057. 24 93 24 107 8 149 curveto
  1058. 42 188 lineto
  1059. 46 170 lineto
  1060. 87 170 lineto
  1061. 147 164 171 133 173 76 curveto
  1062. 173 15 lineto
  1063. 146 -18 lineto
  1064. 146 54 lineto
  1065. 145 104 129 135 93 138 curveto
  1066. 48 138 lineto
  1067. 54 84 42 46 40 11 curveto
  1068. 13 -18 lineto
  1069. closepath
  1070. )def
  1071. /tet
  1072. (
  1073. newpath
  1074. 3 153 moveto
  1075. 30 188 lineto
  1076. 49 118 60 29 73 26 curveto
  1077. 81 16 154 39 159 83 curveto
  1078. 167 137 128 152 79 127 curveto
  1079. 98 164 lineto
  1080. 176 201 212 134 178 66 curveto
  1081. 157 25 128 2 96 -4 curveto
  1082. 49 -14 35 1 27 56 curveto
  1083. 20 119 17 126 3 153 curveto
  1084. closepath
  1085. )def
  1086. /yod
  1087. (
  1088. newpath
  1089. 8 162 moveto
  1090. 36 189 lineto
  1091. 83 151 98 123 82 95 curveto
  1092. 82 95 66 74 41 51 curveto
  1093. 19 45 lineto
  1094. 70 115 67 118 8 162 curveto
  1095. closepath
  1096. )def
  1097. /kafs
  1098. (
  1099. newpath
  1100. 10 140 moveto
  1101. 18 159 24 170 43 187 curveto
  1102. 46 170 lineto
  1103. 152 170 lineto
  1104. 137 140 lineto
  1105. 124 140 lineto
  1106. 124 -38 lineto
  1107. 97 -66 lineto
  1108. 97 140 lineto
  1109. 10 140 lineto
  1110. closepath
  1111. )def
  1112. /kaf
  1113. (
  1114. newpath
  1115. 5 140 moveto
  1116. 10 163 25 182 35 189 curveto
  1117. 44 170 lineto
  1118. 98 170 lineto
  1119. 140 170 151 139 154 110 curveto
  1120. 158 90 146 38 111 0 curveto
  1121. 5 0 lineto
  1122. 24 32 lineto
  1123. 113 32 lineto
  1124. 138 86 131 141 82 140 curveto
  1125. 5 140 lineto
  1126. closepath
  1127. )def
  1128. /lamed
  1129. (
  1130. newpath
  1131. 13 -12 moveto
  1132. 31 27 lineto
  1133. 75 41 102 56 111 86 curveto
  1134. 117 105 127 137 101 138 curveto
  1135. 17 138 lineto
  1136. 12 138 12 138 12 144 curveto
  1137. 13 189 12 195 6 202 curveto
  1138. 32 229 lineto
  1139. 36 222 40 217 37 170 curveto
  1140. 116 170 lineto
  1141. 138 169 144 161 143 131 curveto
  1142. 141 79 112 46 98 32 curveto
  1143. 78 9 36 -8 13 -12 curveto
  1144. closepath
  1145. )def
  1146. /mems
  1147. (
  1148. newpath
  1149. 7 146 moveto
  1150. 7 146 24 172 48 188 curveto
  1151. 53 170 lineto
  1152. 146 170 lineto
  1153. 180 170 201 157 201 117 curveto
  1154. 201 34 lineto
  1155. 168 0 lineto
  1156. 62 0 lineto
  1157. 39 -3 29 18 27 50 curveto
  1158. 27 119 lineto
  1159. 26 138 19 143 7 146 curveto
  1160. 50 140 moveto
  1161. 50 58 lineto
  1162. 51 41 60 29 78 29 curveto
  1163. 175 29 lineto
  1164. 176 115 174 137 143 140 curveto
  1165. 50 140 lineto
  1166. closepath
  1167. )def
  1168. /mem
  1169. (
  1170. newpath
  1171. 6 -17 moveto
  1172. 35 13 lineto
  1173. 62 93 85 137 109 145 curveto
  1174. 153 153 164 66 161 32 curveto
  1175. 79 32 lineto
  1176. 60 0 lineto
  1177. 162 0 lineto
  1178. 180 34 lineto
  1179. 185 127 164 178 130 178 curveto
  1180. 97 178 80 161 58 116 curveto
  1181. 63 147 38 180 31 189 curveto
  1182. 9 155 lineto
  1183. 40 99 33 124 6 -17 curveto
  1184. closepath
  1185. )def
  1186. /nuns
  1187. (
  1188. newpath
  1189. 62 -66 moveto
  1190. 62 94 lineto
  1191. 62 107 64 124 44 136 curveto
  1192. 8 161 lineto
  1193. 31 188 lineto
  1194. 66 162 lineto
  1195. 83 149 88 130 86 117 curveto
  1196. 86 -35 lineto
  1197. 82 -46 69 -60 62 -66 curveto
  1198. closepath
  1199. )def
  1200. /nun
  1201. (
  1202. newpath
  1203. 5 0 moveto
  1204. 21 30 lineto
  1205. 72 30 lineto
  1206. 72 111 lineto
  1207. 69 125 49 139 23 157 curveto
  1208. 44 189 lineto
  1209. 69 174 89 154 96 142 curveto
  1210. 96 121 lineto
  1211. 96 28 lineto
  1212. 78 0 lineto
  1213. 5 0 lineto
  1214. closepath
  1215. )def
  1216. /samekh
  1217. (
  1218. newpath
  1219. 7 144 moveto
  1220. 13 158 34 178 48 188 curveto
  1221. 53 170 lineto
  1222. 173 170 lineto
  1223. 195 170 206 158 210 125 curveto
  1224. 214 89 205 53 142 6 curveto
  1225. 115 -14 84 -18 66 1 curveto
  1226. 60 6 53 21 51 32 curveto
  1227. 43 77 29 133 7 144 curveto
  1228. 59 140 moveto
  1229. 81 39 lineto
  1230. 88 22 106 16 136 32 curveto
  1231. 161 47 174 69 176 98 curveto
  1232. 176 121 172 133 161 140 curveto
  1233. 59 140 lineto
  1234. closepath
  1235. )def
  1236. /ayin
  1237. (
  1238. newpath
  1239. 5 -18 moveto
  1240. 17 21 lineto
  1241. 50 31 66 36 69 38 curveto
  1242. 37 119 14 156 12 159 curveto
  1243. 37 189 lineto
  1244. 64 126 75 92 88 45 curveto
  1245. 109 60 118 70 120 80 curveto
  1246. 125 91 115 139 105 157 curveto
  1247. 136 189 lineto
  1248. 152 124 151 109 143 78 curveto
  1249. 141 66 117 30 82 16 curveto
  1250. 53 2 9 -16 5 -18 curveto
  1251. closepath
  1252. )def
  1253. /pes
  1254. (
  1255. newpath
  1256. 48 56 moveto
  1257. 11 91 3 104 10 127 curveto
  1258. 19 154 46 184 62 189 curveto
  1259. 80 184 122 165 139 147 curveto
  1260. 145 142 150 128 148 100 curveto
  1261. 148 -40 lineto
  1262. 123 -65 lineto
  1263. 123 82 lineto
  1264. 125 124 120 131 61 164 curveto
  1265. 48 158 43 150 40 142 curveto
  1266. 34 125 45 104 69 86 curveto
  1267. 48 56 lineto
  1268. closepath
  1269. )def
  1270. /pe
  1271. (
  1272. newpath
  1273. 6 0 moveto
  1274. 24 30 lineto
  1275. 127 30 lineto
  1276. 126 64 123 102 119 125 curveto
  1277. 112 139 69 155 57 159 curveto
  1278. 36 127 45 112 70 101 curveto
  1279. 51 72 lineto
  1280. 20 92 17 106 18 123 curveto
  1281. 20 140 37 174 59 188 curveto
  1282. 78 187 103 176 137 146 curveto
  1283. 146 138 151 130 150 120 curveto
  1284. 150 90 lineto
  1285. 150 39 lineto
  1286. 127 0 lineto
  1287. 6 0 lineto
  1288. closepath
  1289. )def
  1290. /sades
  1291. (
  1292. newpath
  1293. 11 156 moveto
  1294. 34 188 lineto
  1295. 62 158 87 110 99 86 curveto
  1296. 112 96 116 129 107 146 curveto
  1297. 136 187 lineto
  1298. 151 146 138 103 109 70 curveto
  1299. 125 36 145 -16 148 -31 curveto
  1300. 133 -64 lineto
  1301. 123 4 75 89 11 156 curveto
  1302. closepath
  1303. )def
  1304. /sade
  1305. (
  1306. newpath
  1307. 5 0 moveto
  1308. 25 30 lineto
  1309. 126 30 lineto
  1310. 125 39 121 46 97 67 curveto
  1311. 55 106 31 133 16 157 curveto
  1312. 40 187 lineto
  1313. 61 147 84 125 111 98 curveto
  1314. 126 125 123 131 116 153 curveto
  1315. 141 186 lineto
  1316. 167 152 156 134 123 85 curveto
  1317. 124 84 lineto
  1318. 139 69 150 55 158 41 curveto
  1319. 153 29 140 13 130 0 curveto
  1320. 5 0 lineto
  1321. closepath
  1322. )def
  1323. /kof
  1324. (
  1325. newpath
  1326. 20 -83 moveto
  1327. 20 76 lineto
  1328. 25 87 35 105 52 116 curveto
  1329. 52 -46 lineto
  1330. 45 -64 34 -78 20 -83 curveto
  1331. 7 140 moveto
  1332. 8 146 25 176 43 189 curveto
  1333. 47 170 lineto
  1334. 172 170 lineto
  1335. 198 170 206 147 196 109 curveto
  1336. 182 62 175 53 156 27 curveto
  1337. 145 13 109 -9 76 -15 curveto
  1338. 93 23 lineto
  1339. 143 38 155 45 165 88 curveto
  1340. 172 114 167 138 144 140 curveto
  1341. 7 140 lineto
  1342. closepath
  1343. )def
  1344. /resh
  1345. (
  1346. newpath
  1347. 124 -18 moveto
  1348. 124 79 lineto
  1349. 125 128 104 140 89 140 curveto
  1350. 6 140 lineto
  1351. 12 154 22 167 42 188 curveto
  1352. 45 170 lineto
  1353. 100 170 lineto
  1354. 128 170 151 147 151 109 curveto
  1355. 151 8 lineto
  1356. 124 -18 lineto
  1357. closepath
  1358. )def
  1359. /shin
  1360. (
  1361. newpath
  1362. 4 158 moveto
  1363. 31 189 lineto
  1364. 42 180 50 138 67 77 curveto
  1365. 98 98 100 109 91 160 curveto
  1366. 118 191 lineto
  1367. 141 131 124 93 72 54 curveto
  1368. 79 29 lineto
  1369. 83 18 89 12 113 21 curveto
  1370. 186 45 186 89 167 154 curveto
  1371. 197 189 lineto
  1372. 231 81 174 31 134 1 curveto
  1373. 85 -36 60 -15 50 16 curveto
  1374. 17 131 12 152 4 158 curveto
  1375. closepath
  1376. )def
  1377. /tav
  1378. (
  1379. newpath
  1380. 7 0 moveto
  1381. 26 30 lineto
  1382. 66 30 lineto
  1383. 67 60 58 109 45 140 curveto
  1384. 8 140 lineto
  1385. 16 159 34 183 47 189 curveto
  1386. 54 170 lineto
  1387. 156 170 lineto
  1388. 184 169 196 155 196 124 curveto
  1389. 196 14 lineto
  1390. 190 -1 185 -11 172 -19 curveto
  1391. 172 90 lineto
  1392. 173 136 158 141 140 140 curveto
  1393. 75 140 lineto
  1394. 86 80 90 73 90 47 curveto
  1395. 73 0 lineto
  1396. 7 0 lineto
  1397. closepath
  1398. )def
  1399. end % of CharStrings
  1400. /BuildChar {
  1401. JerusalemBuildDict
  1402. begin
  1403. /char exch def
  1404. /fontdict exch def
  1405. /charname fontdict /Encoding get
  1406. char get def
  1407. /charproc fontdict /CharStrings get
  1408. charname get def
  1409. gsave
  1410. 0.2 setflat
  1411. % 0.2 setlinewidth
  1412. fontdict /Metrics get charname get /scarr exch def
  1413.     scarr 0 get 14 add
  1414.     scarr 1 get
  1415.     scarr 2 get
  1416.     scarr 3 get
  1417.     scarr 4 get 7 add
  1418.     scarr 5 get
  1419. setcachedevice
  1420. 7 0 translate
  1421. charproc cvx exec 
  1422. fontdict /PaintType get
  1423. 0 eq
  1424. {fill}
  1425. { fontdict /StrokeWidth get setlinewidth stroke} ifelse
  1426. grestore
  1427. end
  1428. }def
  1429. end
  1430. /Jerusalem JerusalemFont definefont pop
  1431. (Jerusalem loaded\n) print flush
  1432.