asciimo 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (289) hide show
  1. data/README.md +67 -0
  2. data/Rakefile +42 -0
  3. data/asciimo.gemspec +33 -0
  4. data/bin/asciimo +53 -0
  5. data/ext/asciimo/Readme.md +137 -0
  6. data/ext/asciimo/build/build.js +25 -0
  7. data/ext/asciimo/build/clean.js +28 -0
  8. data/ext/asciimo/fonts/1Row.flf +208 -0
  9. data/ext/asciimo/fonts/3D_Diagonal.flf +1538 -0
  10. data/ext/asciimo/fonts/3_D.flf +778 -0
  11. data/ext/asciimo/fonts/3x5.flf +588 -0
  12. data/ext/asciimo/fonts/4Max.flf +398 -0
  13. data/ext/asciimo/fonts/5_Line_Oblique.flf +588 -0
  14. data/ext/asciimo/fonts/AMC_3 Line.flf +398 -0
  15. data/ext/asciimo/fonts/AMC_3 Liv1.flf +398 -0
  16. data/ext/asciimo/fonts/AMC_AAA01.flf +1443 -0
  17. data/ext/asciimo/fonts/AMC_Neko.flf +968 -0
  18. data/ext/asciimo/fonts/AMC_Razor.flf +683 -0
  19. data/ext/asciimo/fonts/AMC_Razor2.flf +873 -0
  20. data/ext/asciimo/fonts/AMC_Slash.flf +968 -0
  21. data/ext/asciimo/fonts/AMC_Slider.flf +588 -0
  22. data/ext/asciimo/fonts/AMC_Thin.flf +683 -0
  23. data/ext/asciimo/fonts/AMC_Tubes.flf +778 -0
  24. data/ext/asciimo/fonts/AMC_Untitled.flf +778 -0
  25. data/ext/asciimo/fonts/ASCII_New Roman.flf +398 -0
  26. data/ext/asciimo/fonts/Acrobatic.flf +1158 -0
  27. data/ext/asciimo/fonts/Alligator.flf +683 -0
  28. data/ext/asciimo/fonts/Alligator2.flf +683 -0
  29. data/ext/asciimo/fonts/Alpha.flf +2108 -0
  30. data/ext/asciimo/fonts/Alphabet.flf +683 -0
  31. data/ext/asciimo/fonts/Arrows.flf +778 -0
  32. data/ext/asciimo/fonts/Avatar.flf +588 -0
  33. data/ext/asciimo/fonts/B1FF.flf +113 -0
  34. data/ext/asciimo/fonts/Banner.flf +778 -0
  35. data/ext/asciimo/fonts/Banner3.flf +683 -0
  36. data/ext/asciimo/fonts/Banner3_D.flf +778 -0
  37. data/ext/asciimo/fonts/Banner4.flf +683 -0
  38. data/ext/asciimo/fonts/Barbwire.flf +778 -0
  39. data/ext/asciimo/fonts/Basic.flf +778 -0
  40. data/ext/asciimo/fonts/Bear.flf +873 -0
  41. data/ext/asciimo/fonts/Bell.flf +588 -0
  42. data/ext/asciimo/fonts/Benjamin.flf +113 -0
  43. data/ext/asciimo/fonts/Big.flf +778 -0
  44. data/ext/asciimo/fonts/Big_Chief.flf +778 -0
  45. data/ext/asciimo/fonts/Big_Money_ne.flf +1063 -0
  46. data/ext/asciimo/fonts/Big_Money_nw.flf +1063 -0
  47. data/ext/asciimo/fonts/Big_Money_se.flf +1158 -0
  48. data/ext/asciimo/fonts/Big_Money_sw.flf +1158 -0
  49. data/ext/asciimo/fonts/Bigfig.flf +303 -0
  50. data/ext/asciimo/fonts/Binary.flf +113 -0
  51. data/ext/asciimo/fonts/Block.flf +778 -0
  52. data/ext/asciimo/fonts/Blocks.flf +1063 -0
  53. data/ext/asciimo/fonts/Bolger.flf +683 -0
  54. data/ext/asciimo/fonts/Braced.flf +493 -0
  55. data/ext/asciimo/fonts/Bright.flf +588 -0
  56. data/ext/asciimo/fonts/Broadway.flf +1063 -0
  57. data/ext/asciimo/fonts/Broadway_KB.flf +303 -0
  58. data/ext/asciimo/fonts/Bubble.flf +398 -0
  59. data/ext/asciimo/fonts/Bulbhead.flf +398 -0
  60. data/ext/asciimo/fonts/Caligraphy.flf +2013 -0
  61. data/ext/asciimo/fonts/Caligraphy2.flf +1918 -0
  62. data/ext/asciimo/fonts/Cards.flf +588 -0
  63. data/ext/asciimo/fonts/Catwalk.flf +778 -0
  64. data/ext/asciimo/fonts/Chiseled.flf +873 -0
  65. data/ext/asciimo/fonts/Chunky.flf +493 -0
  66. data/ext/asciimo/fonts/Coinstak.flf +778 -0
  67. data/ext/asciimo/fonts/Cola.flf +588 -0
  68. data/ext/asciimo/fonts/Colossal.flf +1063 -0
  69. data/ext/asciimo/fonts/Computer.flf +683 -0
  70. data/ext/asciimo/fonts/Contessa.flf +398 -0
  71. data/ext/asciimo/fonts/Contrast.flf +588 -0
  72. data/ext/asciimo/fonts/Cosmike.flf +588 -0
  73. data/ext/asciimo/fonts/Crawford.flf +778 -0
  74. data/ext/asciimo/fonts/Crawford2.flf +778 -0
  75. data/ext/asciimo/fonts/Crazy.flf +1253 -0
  76. data/ext/asciimo/fonts/Cricket.flf +778 -0
  77. data/ext/asciimo/fonts/Cursive.flf +588 -0
  78. data/ext/asciimo/fonts/Cyberlarge.flf +398 -0
  79. data/ext/asciimo/fonts/Cybermedium.flf +398 -0
  80. data/ext/asciimo/fonts/Cybersmall.flf +208 -0
  81. data/ext/asciimo/fonts/Cygnet.flf +493 -0
  82. data/ext/asciimo/fonts/DANC4.flf +398 -0
  83. data/ext/asciimo/fonts/DWhistled.flf +968 -0
  84. data/ext/asciimo/fonts/Dancing_Font.flf +683 -0
  85. data/ext/asciimo/fonts/Decimal.flf +113 -0
  86. data/ext/asciimo/fonts/Def_Leppard.flf +1538 -0
  87. data/ext/asciimo/fonts/Diamond.flf +778 -0
  88. data/ext/asciimo/fonts/Diet_Cola.flf +588 -0
  89. data/ext/asciimo/fonts/Digital.flf +303 -0
  90. data/ext/asciimo/fonts/Doh.flf +2393 -0
  91. data/ext/asciimo/fonts/Doom.flf +778 -0
  92. data/ext/asciimo/fonts/Dot_Matrix.flf +968 -0
  93. data/ext/asciimo/fonts/Double.flf +493 -0
  94. data/ext/asciimo/fonts/Double_Shorts.flf +303 -0
  95. data/ext/asciimo/fonts/Dr_Pepper.flf +493 -0
  96. data/ext/asciimo/fonts/Efti_Chess.flf +493 -0
  97. data/ext/asciimo/fonts/Efti_Font.flf +493 -0
  98. data/ext/asciimo/fonts/Efti_Italic.flf +493 -0
  99. data/ext/asciimo/fonts/Efti_Piti.flf +303 -0
  100. data/ext/asciimo/fonts/Efti_Robot.flf +588 -0
  101. data/ext/asciimo/fonts/Efti_Wall.flf +398 -0
  102. data/ext/asciimo/fonts/Efti_Water.flf +398 -0
  103. data/ext/asciimo/fonts/Epic.flf +873 -0
  104. data/ext/asciimo/fonts/Fender.flf +683 -0
  105. data/ext/asciimo/fonts/Filter.flf +493 -0
  106. data/ext/asciimo/fonts/Fire_Font_k.flf +873 -0
  107. data/ext/asciimo/fonts/Fire_Font_s.flf +873 -0
  108. data/ext/asciimo/fonts/Flipped.flf +398 -0
  109. data/ext/asciimo/fonts/Flower_Power.flf +968 -0
  110. data/ext/asciimo/fonts/Four_Tops.flf +398 -0
  111. data/ext/asciimo/fonts/Fraktur.flf +1443 -0
  112. data/ext/asciimo/fonts/Fun_Face.flf +683 -0
  113. data/ext/asciimo/fonts/Fun_Faces.flf +683 -0
  114. data/ext/asciimo/fonts/Fuzzy.flf +683 -0
  115. data/ext/asciimo/fonts/Georgi16.flf +1538 -0
  116. data/ext/asciimo/fonts/Georgia11.flf +1063 -0
  117. data/ext/asciimo/fonts/Ghost.flf +873 -0
  118. data/ext/asciimo/fonts/Ghoulish.flf +683 -0
  119. data/ext/asciimo/fonts/Glenyn.flf +398 -0
  120. data/ext/asciimo/fonts/Goofy.flf +588 -0
  121. data/ext/asciimo/fonts/Gothic.flf +873 -0
  122. data/ext/asciimo/fonts/Graceful.flf +398 -0
  123. data/ext/asciimo/fonts/Gradient.flf +873 -0
  124. data/ext/asciimo/fonts/Graffiti.flf +588 -0
  125. data/ext/asciimo/fonts/Greek.flf +873 -0
  126. data/ext/asciimo/fonts/Heart_Left.flf +398 -0
  127. data/ext/asciimo/fonts/Heart_Right.flf +398 -0
  128. data/ext/asciimo/fonts/Henry_3D.flf +778 -0
  129. data/ext/asciimo/fonts/Hex.flf +113 -0
  130. data/ext/asciimo/fonts/Hieroglyphs.flf +398 -0
  131. data/ext/asciimo/fonts/Hollywood.flf +968 -0
  132. data/ext/asciimo/fonts/Horizontal_Left.flf +588 -0
  133. data/ext/asciimo/fonts/Horizontal_Right.flf +588 -0
  134. data/ext/asciimo/fonts/ICL_1900.flf +1253 -0
  135. data/ext/asciimo/fonts/Impossible.flf +1158 -0
  136. data/ext/asciimo/fonts/Invita.flf +588 -0
  137. data/ext/asciimo/fonts/Isometric1.flf +1063 -0
  138. data/ext/asciimo/fonts/Isometric2.flf +1063 -0
  139. data/ext/asciimo/fonts/Isometric3.flf +1063 -0
  140. data/ext/asciimo/fonts/Isometric4.flf +1063 -0
  141. data/ext/asciimo/fonts/Italic.flf +398 -0
  142. data/ext/asciimo/fonts/Ivrit.flf +588 -0
  143. data/ext/asciimo/fonts/JS_Block Letters.flf +303 -0
  144. data/ext/asciimo/fonts/JS_Bracket Letters.flf +398 -0
  145. data/ext/asciimo/fonts/JS_Capital Curves.flf +398 -0
  146. data/ext/asciimo/fonts/JS_Cursive.flf +588 -0
  147. data/ext/asciimo/fonts/JS_Stick Letters.flf +398 -0
  148. data/ext/asciimo/fonts/Jacky.flf +778 -0
  149. data/ext/asciimo/fonts/Jazmine.flf +968 -0
  150. data/ext/asciimo/fonts/Jerusalem.flf +683 -0
  151. data/ext/asciimo/fonts/Katakana.flf +778 -0
  152. data/ext/asciimo/fonts/Kban.flf +683 -0
  153. data/ext/asciimo/fonts/Keyboard.flf +873 -0
  154. data/ext/asciimo/fonts/Knob.flf +398 -0
  155. data/ext/asciimo/fonts/Konto.flf +208 -0
  156. data/ext/asciimo/fonts/Konto_Slant.flf +208 -0
  157. data/ext/asciimo/fonts/LCD.flf +588 -0
  158. data/ext/asciimo/fonts/Larry_3D.flf +873 -0
  159. data/ext/asciimo/fonts/Lean.flf +778 -0
  160. data/ext/asciimo/fonts/Letters.flf +588 -0
  161. data/ext/asciimo/fonts/Lil_Devil.flf +778 -0
  162. data/ext/asciimo/fonts/Line_Blocks.flf +493 -0
  163. data/ext/asciimo/fonts/Linux.flf +398 -0
  164. data/ext/asciimo/fonts/Lockergnome.flf +398 -0
  165. data/ext/asciimo/fonts/Madrid.flf +398 -0
  166. data/ext/asciimo/fonts/Marquee.flf +778 -0
  167. data/ext/asciimo/fonts/Maxfour.flf +398 -0
  168. data/ext/asciimo/fonts/Merlin1.flf +778 -0
  169. data/ext/asciimo/fonts/Merlin2.flf +873 -0
  170. data/ext/asciimo/fonts/Mike.flf +303 -0
  171. data/ext/asciimo/fonts/Mini.flf +398 -0
  172. data/ext/asciimo/fonts/Mirror.flf +588 -0
  173. data/ext/asciimo/fonts/Mnemonic.flf +113 -0
  174. data/ext/asciimo/fonts/Modular.flf +683 -0
  175. data/ext/asciimo/fonts/Morse.flf +113 -0
  176. data/ext/asciimo/fonts/Morse2.flf +113 -0
  177. data/ext/asciimo/fonts/Moscow.flf +588 -0
  178. data/ext/asciimo/fonts/Mshebrew210.flf +398 -0
  179. data/ext/asciimo/fonts/Muzzle.flf +398 -0
  180. data/ext/asciimo/fonts/NScript.flf +1538 -0
  181. data/ext/asciimo/fonts/NT_Greek.flf +873 -0
  182. data/ext/asciimo/fonts/NV_Script.flf +1538 -0
  183. data/ext/asciimo/fonts/Nancyj.flf +778 -0
  184. data/ext/asciimo/fonts/Nancyj_Fancy.flf +778 -0
  185. data/ext/asciimo/fonts/Nancyj_Improved.flf +778 -0
  186. data/ext/asciimo/fonts/Nancyj_Underlined.flf +778 -0
  187. data/ext/asciimo/fonts/Nipples.flf +778 -0
  188. data/ext/asciimo/fonts/O8.flf +588 -0
  189. data/ext/asciimo/fonts/OS2.flf +683 -0
  190. data/ext/asciimo/fonts/Octal.flf +113 -0
  191. data/ext/asciimo/fonts/Ogre.flf +588 -0
  192. data/ext/asciimo/fonts/Old_Banner.flf +683 -0
  193. data/ext/asciimo/fonts/Pawp.flf +873 -0
  194. data/ext/asciimo/fonts/Peaks.flf +778 -0
  195. data/ext/asciimo/fonts/Peaks_Slant.flf +588 -0
  196. data/ext/asciimo/fonts/Pebbles.flf +968 -0
  197. data/ext/asciimo/fonts/Pepper.flf +398 -0
  198. data/ext/asciimo/fonts/Poison.flf +1158 -0
  199. data/ext/asciimo/fonts/Puffy.flf +778 -0
  200. data/ext/asciimo/fonts/Puzzle.flf +493 -0
  201. data/ext/asciimo/fonts/Pyramid.flf +303 -0
  202. data/ext/asciimo/fonts/Rammstein.flf +683 -0
  203. data/ext/asciimo/fonts/Rectangles.flf +588 -0
  204. data/ext/asciimo/fonts/Red_Phoenix.flf +683 -0
  205. data/ext/asciimo/fonts/Relief.flf +683 -0
  206. data/ext/asciimo/fonts/Relief2.flf +683 -0
  207. data/ext/asciimo/fonts/Reverse.flf +1063 -0
  208. data/ext/asciimo/fonts/Roman.flf +968 -0
  209. data/ext/asciimo/fonts/Rot13.flf +113 -0
  210. data/ext/asciimo/fonts/Rotated.flf +303 -0
  211. data/ext/asciimo/fonts/Rounded.flf +683 -0
  212. data/ext/asciimo/fonts/Rowan_Cap.flf +588 -0
  213. data/ext/asciimo/fonts/Rozzo.flf +683 -0
  214. data/ext/asciimo/fonts/Runic.flf +588 -0
  215. data/ext/asciimo/fonts/Runyc.flf +588 -0
  216. data/ext/asciimo/fonts/SL_Script.flf +588 -0
  217. data/ext/asciimo/fonts/S_Blood.flf +588 -0
  218. data/ext/asciimo/fonts/Santa_Clara.flf +588 -0
  219. data/ext/asciimo/fonts/Script.flf +683 -0
  220. data/ext/asciimo/fonts/Serifcap.flf +398 -0
  221. data/ext/asciimo/fonts/Shadow.flf +493 -0
  222. data/ext/asciimo/fonts/Shimrod.flf +588 -0
  223. data/ext/asciimo/fonts/Short.flf +303 -0
  224. data/ext/asciimo/fonts/Slant.flf +588 -0
  225. data/ext/asciimo/fonts/Slant_Relief.flf +873 -0
  226. data/ext/asciimo/fonts/Slide.flf +588 -0
  227. data/ext/asciimo/fonts/Small.flf +493 -0
  228. data/ext/asciimo/fonts/Small_Caps.flf +493 -0
  229. data/ext/asciimo/fonts/Small_Isometric1.flf +683 -0
  230. data/ext/asciimo/fonts/Small_Keyboard.flf +398 -0
  231. data/ext/asciimo/fonts/Small_Poison.flf +683 -0
  232. data/ext/asciimo/fonts/Small_Script.flf +493 -0
  233. data/ext/asciimo/fonts/Small_Shadow.flf +398 -0
  234. data/ext/asciimo/fonts/Small_Slant.flf +493 -0
  235. data/ext/asciimo/fonts/Small_Tengwar.flf +303 -0
  236. data/ext/asciimo/fonts/Soft.flf +683 -0
  237. data/ext/asciimo/fonts/Speed.flf +588 -0
  238. data/ext/asciimo/fonts/Spliff.flf +493 -0
  239. data/ext/asciimo/fonts/Stacey.flf +683 -0
  240. data/ext/asciimo/fonts/Stampate.flf +588 -0
  241. data/ext/asciimo/fonts/Stampatello.flf +588 -0
  242. data/ext/asciimo/fonts/Standard.flf +588 -0
  243. data/ext/asciimo/fonts/Star_Strips.flf +873 -0
  244. data/ext/asciimo/fonts/Star_Wars.flf +683 -0
  245. data/ext/asciimo/fonts/Stellar.flf +778 -0
  246. data/ext/asciimo/fonts/Stforek.flf +398 -0
  247. data/ext/asciimo/fonts/Stick_Letters.flf +398 -0
  248. data/ext/asciimo/fonts/Stop.flf +683 -0
  249. data/ext/asciimo/fonts/Straight.flf +398 -0
  250. data/ext/asciimo/fonts/Sub_Zero.flf +588 -0
  251. data/ext/asciimo/fonts/Swamp_Land.flf +778 -0
  252. data/ext/asciimo/fonts/Swan.flf +873 -0
  253. data/ext/asciimo/fonts/Sweet.flf +1253 -0
  254. data/ext/asciimo/fonts/Tanja.flf +778 -0
  255. data/ext/asciimo/fonts/Tengwar.flf +968 -0
  256. data/ext/asciimo/fonts/Term.flf +113 -0
  257. data/ext/asciimo/fonts/Test1.flf +398 -0
  258. data/ext/asciimo/fonts/Thick.flf +493 -0
  259. data/ext/asciimo/fonts/Thin.flf +588 -0
  260. data/ext/asciimo/fonts/Thorned.flf +493 -0
  261. data/ext/asciimo/fonts/Three_Point.flf +303 -0
  262. data/ext/asciimo/fonts/Ticks.flf +588 -0
  263. data/ext/asciimo/fonts/Ticks_Slant.flf +588 -0
  264. data/ext/asciimo/fonts/Tiles.flf +778 -0
  265. data/ext/asciimo/fonts/Tinker_Toy.flf +683 -0
  266. data/ext/asciimo/fonts/Tombstone.flf +493 -0
  267. data/ext/asciimo/fonts/Train.flf +588 -0
  268. data/ext/asciimo/fonts/Trek.flf +588 -0
  269. data/ext/asciimo/fonts/Tsalagi.flf +493 -0
  270. data/ext/asciimo/fonts/Tubular.flf +778 -0
  271. data/ext/asciimo/fonts/Twisted.flf +778 -0
  272. data/ext/asciimo/fonts/Two_Point.flf +208 -0
  273. data/ext/asciimo/fonts/USA_Flag.flf +588 -0
  274. data/ext/asciimo/fonts/Univers.flf +1063 -0
  275. data/ext/asciimo/fonts/Varsity.flf +683 -0
  276. data/ext/asciimo/fonts/Wavy.flf +398 -0
  277. data/ext/asciimo/fonts/Weird.flf +588 -0
  278. data/ext/asciimo/fonts/Wet_Letter.flf +683 -0
  279. data/ext/asciimo/fonts/Whimsy.flf +968 -0
  280. data/ext/asciimo/fonts/Wow.flf +113 -0
  281. data/ext/asciimo/images/asciimo.png +0 -0
  282. data/ext/asciimo/index.html +169 -0
  283. data/ext/asciimo/lib/asciimo.js +1685 -0
  284. data/ext/asciimo/lib/colors.js +28 -0
  285. data/ext/asciimo/lib/fonts.js +276 -0
  286. data/ext/asciimo/lib/jquery.js +6240 -0
  287. data/ext/asciimo/node-demo.js +34 -0
  288. data/lib/asciimo.rb +47 -0
  289. metadata +369 -0
@@ -0,0 +1,1538 @@
1
+ ../../fonts/NScript.flf
2
+ flf
3
+ 10
4
+ monospace
5
+
6
+ =
7
+ 0
8
+ false
9
+ false
10
+ true
11
+ false
12
+ false
13
+ false
14
+ false
15
+ false
16
+ 95
17
+ 16
18
+ = =
19
+ = =
20
+ = =
21
+ = =
22
+ = =
23
+ = =
24
+ = =
25
+ = =
26
+ = =
27
+ = =
28
+ = =
29
+ = =
30
+ = =
31
+ = =
32
+ = =
33
+ = =
34
+
35
+
36
+
37
+
38
+ = =
39
+ = ,gggg,gg=
40
+ gdP\" \"Y8I=
41
+ I8' ,8I=
42
+ Y8, ,d8b,
43
+ `Y8888P\"`Y8
44
+ = =
45
+ = =
46
+
47
+
48
+
49
+
50
+ = =
51
+ ,dPYb,=
52
+ IP'`Yb=
53
+ I8 8I=
54
+ I8 8'=
55
+ I8,dP =
56
+ I8P\" 88gg
57
+ I8, 8I =
58
+ I8b, ,8I=
59
+ =\"Y888P\"'=
60
+ = =
61
+
62
+
63
+
64
+
65
+
66
+
67
+
68
+
69
+
70
+ = =
71
+ = ,gggg,=
72
+ gdP\" \"Yb
73
+ I8' =
74
+ Y8,_ _
75
+ =\"Y8888PP
76
+ = =
77
+
78
+
79
+
80
+
81
+
82
+ = 8 8 =
83
+ =ad88888ba=
84
+ d8\" 8 8 \"8b=
85
+ Y8, 8 8 =
86
+ `Y8a8a8a, =
87
+ = `\"8\"8\"8b,=
88
+ = 8 8 `8b=
89
+ Y8a 8 8 a8P=
90
+ =\"Y88888P\"=
91
+ = 8 8 =
92
+ = =
93
+
94
+
95
+
96
+
97
+
98
+ ==
99
+ =8I=
100
+ =8I=
101
+ =8I=
102
+ = 8I=
103
+ = ,gggg,8I=
104
+ gdP\" \"Y8I=
105
+ I8' ,8I=
106
+ Y8, ,d8b,
107
+ `Y8888P\"`Y8
108
+ = =
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+ = =
119
+ =,ggg,=
120
+ i8\" \"8i=
121
+ I8baaP'=
122
+ Y8,_ =
123
+ `\"Y8888P
124
+ = =
125
+
126
+
127
+
128
+
129
+
130
+ =d8'
131
+ =d8'=
132
+ =\"\" =
133
+ ==
134
+ =
135
+ =
136
+ =
137
+
138
+
139
+
140
+
141
+
142
+
143
+
144
+
145
+
146
+ = =
147
+ ,dPYb,=
148
+ IP'`Yb=
149
+ I8 8I=
150
+ I8 8'=
151
+ I8,dP=
152
+ I8P\"=
153
+ I8,=
154
+ I8b,_=
155
+ I8\"8888
156
+ I8 `8,=
157
+ I8 `8,
158
+ I8 8I
159
+ I8 8I
160
+ I8, ,8'
161
+ =\"Y8P'=
162
+
163
+
164
+
165
+
166
+ = =
167
+ = ,gggg,gg=
168
+ gdP\" \"Y8I=
169
+ I8' ,8I=
170
+ Y8, ,d8I=
171
+ `Y8888P\"888
172
+ = ,d8I'
173
+ =,dP'8I=
174
+ =,8\" 8I=
175
+ =I8 8I=
176
+ =`8, ,8I=
177
+ =`Y8P\"=
178
+
179
+ = =
180
+ =I8a a8I=
181
+ = \"Yb,,dP\" =
182
+ aaaa8888aaaa=
183
+ \"\"\"\"8888\"\"\"\"=
184
+ = ,dP'`Yb, =
185
+ =I8\" \"8I=
186
+ = =
187
+
188
+
189
+
190
+
191
+
192
+
193
+
194
+ = =
195
+ ,dPYb,=
196
+ IP'`Yb=
197
+ I8 8I=
198
+ I8 8'=
199
+ I8,dPgg,=
200
+ I88P\" \"8I=
201
+ I8P I8=
202
+ I8 I8,
203
+ I8 `Y8
204
+ = =
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+ = =
218
+ =aaa=
219
+ =\"88=
220
+ =d8'=
221
+ =8\" =
222
+ = =
223
+
224
+
225
+
226
+
227
+
228
+
229
+
230
+ = =
231
+ =aaaaaaaa=
232
+ =\"\"\"\"\"\"\"\"=
233
+ = =
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
242
+
243
+
244
+
245
+
246
+
247
+
248
+
249
+ = =
250
+ =d8b=
251
+ =Y8P=
252
+ = =
253
+
254
+
255
+
256
+
257
+
258
+
259
+
260
+ ==
261
+ gg=
262
+ \"\"=
263
+ gg=
264
+ 88=
265
+ 88 =
266
+ 88,_
267
+ \"Y88
268
+ = =
269
+
270
+
271
+
272
+
273
+
274
+ = ,a888a, =
275
+ =,8P\"' `\"Y8,=
276
+ ,8P Y8,=
277
+ 88 88=
278
+ 88 88=
279
+ 88 88=
280
+ 88 88=
281
+ `8b d8'=
282
+ =`8ba, ,ad8'=
283
+ = \"Y888P\" =
284
+ = =
285
+
286
+
287
+
288
+
289
+
290
+ = 88=
291
+ = ,d88=
292
+ 888888=
293
+ = 88=
294
+ = 88=
295
+ =88=
296
+ =88=
297
+ =88=
298
+ =88=
299
+ =88=
300
+ ==
301
+
302
+
303
+
304
+
305
+
306
+ =ad888888b,=
307
+ d8\" \"88=
308
+ = 88=
309
+ = d8P=
310
+ = a8P=
311
+ = ,d8P=
312
+ = ,d8P'=
313
+ =,d8P' =
314
+ a88\" =
315
+ 88888888888=
316
+ = =
317
+
318
+
319
+
320
+
321
+
322
+ =ad888888b,=
323
+ d8\" \"88=
324
+ = a88=
325
+ = ,88P=
326
+ = aad8\"=
327
+ = \"\"Y8,=
328
+ = `88b=
329
+ = \"88=
330
+ Y8, a88=
331
+ =\"Y888888P'=
332
+ = =
333
+
334
+
335
+
336
+
337
+ ==
338
+ = a8=
339
+ =,d88=
340
+ = a8P88=
341
+ =,d8\" 88=
342
+ = a8P' 88=
343
+ ,d8\" 88 =
344
+ 888888888888=
345
+ = 88 =
346
+ =88=
347
+ =88=
348
+ ==
349
+
350
+
351
+
352
+
353
+
354
+ 88888888888=
355
+ 88 =
356
+ 88 =
357
+ 88 ____ =
358
+ 88a8PPPP8b,=
359
+ PP\" `8b=
360
+ = 88=
361
+ = 88=
362
+ Y8a a8P=
363
+ =\"Y88888P\"=
364
+ = =
365
+
366
+
367
+
368
+
369
+
370
+ =ad8888ba,=
371
+ =8P' \"Y8=
372
+ d8 =
373
+ 88 =
374
+ 88,dd888bb,=
375
+ 88P' `8b=
376
+ 88 88=
377
+ 88 88=
378
+ 88a a8P=
379
+ =\"Y88888P\"=
380
+ = =
381
+
382
+
383
+
384
+
385
+
386
+ 888888888888=
387
+ = ,88'=
388
+ =,88\" =
389
+ = ,88'=
390
+ =aaa888aa=
391
+ =,8P =
392
+ =,88=
393
+ =88'=
394
+ =88=
395
+ =88=
396
+ ==
397
+
398
+
399
+
400
+
401
+
402
+ =ad88888ba=
403
+ d8\" \"8b=
404
+ 88 88=
405
+ Y8a a8P=
406
+ =\"Y8aaa8P\"=
407
+ =,d8\"\"\"8b,=
408
+ d8\" \"8b=
409
+ 88 88=
410
+ Y8a a8P=
411
+ =\"Y88888P\"=
412
+ = =
413
+
414
+
415
+
416
+
417
+
418
+ =ad88888ba=
419
+ d8\" \"88=
420
+ 88 88=
421
+ 88 88=
422
+ Y8, ,d88=
423
+ =\"PPPPPP\"88=
424
+ = 88=
425
+ = 8P=
426
+ 8b, a8P=
427
+ `\"Y8888P'=
428
+ = =
429
+
430
+
431
+
432
+
433
+
434
+
435
+
436
+ ==
437
+ =gg=
438
+ =\"\"=
439
+ = ,gg=
440
+ =gP\"8I=
441
+ = 8I=
442
+ = 8I=
443
+ = 888
444
+ = ,d8I'
445
+ =,dP'8I=
446
+ ,8\" 8I=
447
+ I8 8I=
448
+ `8, ,8I=
449
+ =`Y8P\"=
450
+ = =
451
+ ,dPYb,=
452
+ IP'`Yb=
453
+ I8 8I =
454
+ I8 8bgg,=
455
+ I8,dP\" \"8=
456
+ I888bggP\"=
457
+ I8' \"Yb,=
458
+ I8 `Yb,
459
+ I8 Y8
460
+ = =
461
+
462
+
463
+
464
+
465
+
466
+ = =
467
+ ,dPYb,
468
+ IP'`Yb
469
+ I8 8I
470
+ I8 8'
471
+ I8,dP=
472
+ I8P\" =
473
+ I8, =
474
+ `Yb,_=
475
+ = \"Y88
476
+ = =
477
+
478
+
479
+
480
+
481
+
482
+
483
+
484
+
485
+
486
+ = =
487
+ ,gg,,ggg,,ggg,=
488
+ P\"\"8P\" \"8P\" \"8,=
489
+ = 8I 8I 8I=
490
+ =8I 8I Yb,
491
+ =8I 8I `Y8
492
+ = =
493
+
494
+
495
+
496
+
497
+
498
+
499
+
500
+
501
+
502
+ = =
503
+ ,gg,,ggg,=
504
+ P\"\"8P\" \"8,=
505
+ = 8I 8I=
506
+ =8I Yb,
507
+ =8I `Y8
508
+ = =
509
+
510
+
511
+
512
+
513
+
514
+ =ad88888ba=
515
+ d8\" \"8b=
516
+ \"\" a8P=
517
+ = ,a8P\"=
518
+ =d8\" =
519
+ =88=
520
+ =88=
521
+ ==
522
+ =aa=
523
+ =88=
524
+ ==
525
+
526
+
527
+
528
+
529
+
530
+
531
+
532
+
533
+
534
+ = =
535
+ = ,ggggg, =
536
+ gdP\" \"Y8ggg
537
+ I8' ,8I =
538
+ Y8, ,d8'=
539
+ `Y8888P\"=
540
+ = =
541
+
542
+
543
+
544
+
545
+
546
+ =,ggg,=
547
+ =dP\"\"8I=
548
+ =dP 88=
549
+ =dP 88=
550
+ =,8' 88=
551
+ = d88888888=
552
+ =__ ,8\" 88=
553
+ dP\" ,8P Y8 =
554
+ Yb,_,dP `8b,
555
+ =\"Y8P\" `Y8
556
+ = =
557
+
558
+
559
+
560
+
561
+
562
+ =,ggggggggggg, =
563
+ dP\"\"\"88\"\"\"\"\"\"Y8,
564
+ Yb, 88 `8b
565
+ =`\" 88 ,8P
566
+ = 88aaaad8P\"=
567
+ =88\"\"\"\"Y8ba=
568
+ =88 `8b
569
+ =88 ,8P
570
+ =88_____,d8'
571
+ =88888888P\" =
572
+ = =
573
+
574
+
575
+
576
+
577
+
578
+ = ,gggg, =
579
+ =,88\"\"\"Y8b,
580
+ =d8\" `Y8
581
+ =d8' 8b d8
582
+ ,8I \"Y88P'
583
+ I8' =
584
+ d8
585
+ Y8, =
586
+ `Yba,,_____,=
587
+ = `\"Y8888888=
588
+ = =
589
+
590
+
591
+
592
+
593
+
594
+ =,gggggggggggg, =
595
+ dP\"\"\"88\"\"\"\"\"\"Y8b,=
596
+ Yb, 88 `8b,
597
+ =`\" 88 `8b
598
+ = 88 Y8
599
+ =88 d8
600
+ =88 ,8P
601
+ =88 ,8P'
602
+ =88______,dP'=
603
+ =888888888P\"=
604
+ = =
605
+
606
+
607
+
608
+
609
+
610
+ = ,ggggggg,
611
+ =,dP\"\"\"\"\"\"Y8b
612
+ =d8' a Y8
613
+ =88 \"Y8P'
614
+ =`8baaaa =
615
+ ,d8P\"\"\"\" =
616
+ d8\" =
617
+ Y8, =
618
+ `Yba,,_____,=
619
+ = `\"Y8888888=
620
+ = =
621
+
622
+
623
+
624
+
625
+
626
+ =,gggggggggggggg
627
+ dP\"\"\"\"\"\"88\"\"\"\"\"\"
628
+ Yb,_ 88 =
629
+ =`\"\" 88 =
630
+ = ggg88gggg=
631
+ = 88 8=
632
+ = 88 =
633
+ =gg, 88=
634
+ =\"Yb,,8P=
635
+ = \"Y8P'=
636
+ = =
637
+
638
+
639
+
640
+
641
+
642
+ =,gg,=
643
+ =i8\"\"8i=
644
+ =`8,,8' =
645
+ =`Y88aaad8=
646
+ =d8\"\"\"\"Y8,
647
+ =,8P 8b
648
+ = dP Y8
649
+ _ ,dP' I8
650
+ \"888,,_____,dP
651
+ a8P\"Y888888P\"=
652
+ = =
653
+
654
+
655
+
656
+
657
+
658
+ =,ggg, gg=
659
+ dP\"\"Y8b 88=
660
+ Yb, `88 88=
661
+ =`\" 88 88=
662
+ = 88aaaaaaa88=
663
+ =88\"\"\"\"\"\"\"88=
664
+ =88 88=
665
+ =88 88=
666
+ =88 Y8,
667
+ =88 `Y8
668
+ = =
669
+
670
+
671
+
672
+
673
+
674
+ =,a8a,=
675
+ =,8\" \"8,
676
+ =d8 8b
677
+ =88 88
678
+ =88 88
679
+ =Y8 8P
680
+ = `8, ,8'
681
+ 8888 \"8,8\"=
682
+ `8b, ,d8b,=
683
+ = \"Y88P\" \"Y8
684
+ = =
685
+
686
+
687
+
688
+
689
+
690
+ =gg=
691
+ =dP8,=
692
+ =dP Yb=
693
+ =,8 `8,=
694
+ =I8 Yb=
695
+ =`8b, `8,=
696
+ =`\"Y88888=
697
+ = \"Y8 =
698
+ = ,88,
699
+ = ,ad88888
700
+ =,dP\"' Yb
701
+ =,8' I8
702
+ ,8' I8
703
+ I8, ,8'
704
+ `Y8,___,d8'=
705
+ = \"Y888P\" =
706
+ =,ggg, gg=
707
+ dP\"\"Y8b dP=
708
+ Yb, `88 d8'=
709
+ =`\" 88 ,dP'=
710
+ = 88aaad8\" =
711
+ =88\"\"\"\"Yb,=
712
+ =88 \"8b=
713
+ =88 `8i=
714
+ =88 Yb,
715
+ =88 Y8
716
+ = =
717
+
718
+
719
+
720
+
721
+
722
+ =,gggg,=
723
+ =d8\" \"8I=
724
+ = 88 ,dP=
725
+ =8888888P\"=
726
+ = 88 =
727
+ = 88=
728
+ =,aa,_88=
729
+ dP\" \"88P =
730
+ Yb,_,d88b,,_ =
731
+ =\"Y8P\" \"Y88888
732
+ = =
733
+
734
+
735
+
736
+
737
+
738
+ =,ggg, ,ggg,_,ggg,=
739
+ dP\"\"Y8dP\"\"Y88P\"\"Y8b=
740
+ Yb, `88' `88' `88=
741
+ =`\" 88 88 88=
742
+ = 88 88 88=
743
+ =88 88 88=
744
+ =88 88 88=
745
+ =88 88 88=
746
+ =88 88 Y8,
747
+ =88 88 `Y8
748
+ = =
749
+
750
+
751
+
752
+
753
+
754
+ =,ggg, ,ggggggg,=
755
+ dP\"\"Y8,8P\"\"\"\"\"Y8b=
756
+ Yb, `8dP' `88=
757
+ =`\" 88' 88=
758
+ = 88 88=
759
+ =88 88=
760
+ =88 88=
761
+ =88 88=
762
+ =88 Y8,
763
+ =88 `Y8
764
+ = =
765
+
766
+
767
+
768
+
769
+
770
+ = _,gggggg,_ =
771
+ =,d8P\"\"d8P\"Y8b, =
772
+ ,d8' Y8 \"8b,dP
773
+ d8' `Ybaaad88P'
774
+ 8P `\"\"\"\"Y8 =
775
+ 8b d8=
776
+ Y8, ,8P=
777
+ `Y8, ,8P'=
778
+ =`Y8b,,__,,d8P'=
779
+ = `\"Y8888P\"' =
780
+ = =
781
+
782
+
783
+
784
+
785
+
786
+ =,ggggggggggg, =
787
+ dP\"\"\"88\"\"\"\"\"\"Y8,
788
+ Yb, 88 `8b
789
+ =`\" 88 ,8P
790
+ = 88aaaad8P\"=
791
+ =88\"\"\"\"\" =
792
+ =88 =
793
+ =88=
794
+ =88=
795
+ =88=
796
+ ==
797
+
798
+
799
+
800
+
801
+
802
+ =_,ggg,_ =
803
+ =d8P\"\"\"Y8b,=
804
+ =88, \"8b,=
805
+ =\"Y8baaa`8b=
806
+ = `\"\"\" Y8=
807
+ = d8=
808
+ ,ad8888b, ,8P=
809
+ I8P' `\"Y8a,8P'=
810
+ I8b,,___,,888b,_
811
+ =`\"Y88888P\"' \"Y8
812
+ = =
813
+
814
+
815
+
816
+
817
+
818
+ =,ggggggggggg, =
819
+ dP\"\"\"88\"\"\"\"\"\"Y8,=
820
+ Yb, 88 `8b=
821
+ =`\" 88 ,8P=
822
+ = 88aaaad8P\"=
823
+ =88\"\"\"\"Yb, =
824
+ =88 \"8b=
825
+ =88 `8i=
826
+ =88 Yb,
827
+ =88 Y8
828
+ = =
829
+
830
+
831
+
832
+
833
+
834
+ =,gg,=
835
+ =i8\"\"8i=
836
+ =`8,,8'=
837
+ =`88'=
838
+ =dP\"8,=
839
+ =dP' `8a=
840
+ = dP' `Yb
841
+ _ ,dP' I8
842
+ \"888,,____,dP
843
+ a8P\"Y88888P\"=
844
+ = =
845
+
846
+
847
+
848
+
849
+
850
+ =,ggggggggggggggg
851
+ dP\"\"\"\"\"\"88\"\"\"\"\"\"\"
852
+ Yb,_ 88 =
853
+ =`\"\" 88=
854
+ = 88=
855
+ = 88=
856
+ = 88=
857
+ =gg, 88=
858
+ =\"Yb,,8P=
859
+ = \"Y8P'=
860
+ = =
861
+
862
+
863
+
864
+
865
+
866
+ =,ggg, gg=
867
+ dP\"\"Y8a 88=
868
+ Yb, `88 88=
869
+ =`\" 88 88=
870
+ = 88 88=
871
+ =88 88=
872
+ =88 88=
873
+ =88 88=
874
+ =Y8b,____,d88,
875
+ =\"Y888888P\"Y8
876
+ = =
877
+
878
+
879
+
880
+
881
+
882
+ =,ggg, ,gg
883
+ dP\"\"Y8a ,8P=
884
+ Yb, `88 d8'=
885
+ =`\" 88 88=
886
+ = 88 88=
887
+ =I8 8I=
888
+ =`8, ,8'=
889
+ =Y8, ,8P=
890
+ =Yb,_,dP=
891
+ =\"Y8P\"=
892
+ = =
893
+
894
+
895
+
896
+
897
+
898
+ =,ggg, gg ,gg
899
+ dP\"\"Y8a 88 ,8P=
900
+ Yb, `88 88 d8'=
901
+ =`\" 88 88 88=
902
+ = 88 88 88=
903
+ =88 88 88=
904
+ =88 88 88=
905
+ =Y8 ,88, 8P=
906
+ =Yb,,d8\"\"8b,,dP=
907
+ =\"88\" \"88\"=
908
+ = =
909
+
910
+
911
+
912
+
913
+
914
+ =,ggg, ,gg
915
+ dP\"\"\"Y8, ,dP'=
916
+ Yb,_ \"8b, d8\" =
917
+ =`\"\" Y8,,8P'=
918
+ = Y88\" =
919
+ = ,888b =
920
+ = d8\" \"8b,=
921
+ =,8P' Y8, =
922
+ = d8\" \"Yb,=
923
+ =,8P' \"Y8
924
+ = =
925
+
926
+
927
+
928
+
929
+
930
+ =,ggg, gg=
931
+ dP\"\"Y8a 88=
932
+ Yb, `88 88=
933
+ =`\" 88 88=
934
+ = 88 88=
935
+ =88 88=
936
+ =88 ,88=
937
+ =Y8b,___,d888=
938
+ =\"Y88888P\"88,
939
+ = ,ad8888
940
+ = d8P\" 88=
941
+ =,d8' 88=
942
+ =d8' 88=
943
+ =88 88=
944
+ =Y8,_ _,88=
945
+ =\"Y888P\"=
946
+ =,gggggggg, =
947
+ d8P\"\"\"\"\"\"Y8b,=
948
+ 88,_a `8b=
949
+ `Y8P\" 88=
950
+ = 88=
951
+ = d8'=
952
+ = _,d8'=
953
+ =d8888ba, =
954
+ = \"Y88b,
955
+ = ,d8888
956
+ =,8P\" 88
957
+ =d8' 88
958
+ =d8' ,88
959
+ =88 d8'
960
+ =Y8,_ _,8P=
961
+ =\"Y888P\"=
962
+
963
+
964
+
965
+
966
+ = =
967
+ gg,gggg,=
968
+ 88P\" \"Yb=
969
+ I8' ,8i=
970
+ I8 _ ,d8'=
971
+ I8 YY88888P
972
+ I8 =
973
+ I8=
974
+ I8=
975
+ I8=
976
+ I8=
977
+ I8=
978
+ ==
979
+
980
+
981
+
982
+ = =
983
+ = ,gggg,gg=
984
+ gdP\" \"Y8I=
985
+ I8' ,8I=
986
+ Y8, ,d8b=
987
+ `Y8888P\"88d
988
+ = I8P
989
+ =I8'
990
+ =I8=
991
+ =I8=
992
+ =I8=
993
+ =I8=
994
+
995
+
996
+
997
+
998
+ = =
999
+ ,ggggg,=
1000
+ 8\"\"\"\"8I=
1001
+ = 8I=
1002
+ =Y8,
1003
+ =`Y8
1004
+ = =
1005
+
1006
+
1007
+
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+
1014
+ = =
1015
+ = ,g,=
1016
+ gdP'8,=
1017
+ 8, Yb=
1018
+ `Ya, ,8)=
1019
+ = \"Y88P88
1020
+ = =
1021
+
1022
+
1023
+
1024
+
1025
+
1026
+ ==
1027
+ =I8=
1028
+ = I8 =
1029
+ 88888888
1030
+ = I8 =
1031
+ =,dI8=
1032
+ 8P\"I8=
1033
+ = I8, =
1034
+ =`8b,_
1035
+ =\"Y88
1036
+ = =
1037
+
1038
+
1039
+
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+
1046
+ = =
1047
+ gg gg=
1048
+ 88 8I=
1049
+ I8, ,8I=
1050
+ `8b, ,d8b,
1051
+ = \"Y88P\"`Y8
1052
+ = =
1053
+
1054
+
1055
+
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+ = =
1063
+ =,gggg,gg=
1064
+ =dP\" \"Y8I=
1065
+ =i8' ,8I=
1066
+ ,d8, ,d8b,
1067
+ P\"Y8888P\"`Y8
1068
+ = =
1069
+
1070
+
1071
+
1072
+
1073
+
1074
+ = =
1075
+ =,dPYb,=
1076
+ =IP'`Yb=
1077
+ =I8 8I=
1078
+ =I8 8'=
1079
+ =I8 dP =
1080
+ =I8dP 88gg
1081
+ =I8P 8I =
1082
+ ,d8b, ,8I=
1083
+ 8P'\"Y88P\"'=
1084
+ = =
1085
+
1086
+
1087
+
1088
+
1089
+
1090
+
1091
+
1092
+
1093
+
1094
+ = =
1095
+ =,gggg,=
1096
+ =dP\" \"Yb
1097
+ =i8' =
1098
+ ,d8,_ _
1099
+ P\"\"Y8888PP
1100
+ = =
1101
+
1102
+
1103
+
1104
+
1105
+
1106
+ ==
1107
+ =8I=
1108
+ =8I=
1109
+ =8I=
1110
+ = 8I=
1111
+ =,gggg,8I=
1112
+ =dP\" \"Y8I=
1113
+ =i8' ,8I=
1114
+ ,d8, ,d8b,
1115
+ P\"Y8888P\"`Y8
1116
+ = =
1117
+
1118
+
1119
+
1120
+
1121
+
1122
+
1123
+
1124
+
1125
+
1126
+ = =
1127
+ =,ggg,=
1128
+ =i8\" \"8i=
1129
+ =I8, ,8I=
1130
+ =`YbadP'=
1131
+ 888P\"Y888
1132
+ = =
1133
+
1134
+
1135
+
1136
+
1137
+
1138
+ = =
1139
+ =,dPYb,=
1140
+ =IP'`Yb=
1141
+ =I8 8I=
1142
+ =I8 8'=
1143
+ =I8 dP=
1144
+ =I8dP=
1145
+ =I8P =
1146
+ ,d8b,_ =
1147
+ PI8\"8888
1148
+ =I8 `8,=
1149
+ =I8 `8,
1150
+ =I8 8I
1151
+ =I8 8I
1152
+ =I8, ,8'
1153
+ =\"Y8P'=
1154
+
1155
+
1156
+
1157
+
1158
+ = =
1159
+ =,gggg,gg=
1160
+ =dP\" \"Y8I=
1161
+ =i8' ,8I=
1162
+ ,d8, ,d8I=
1163
+ P\"Y8888P\"888
1164
+ = ,d8I'
1165
+ = ,dP'8I=
1166
+ =,8\" 8I=
1167
+ =I8 8I=
1168
+ =`8, ,8I=
1169
+ =`Y8P\"=
1170
+ = =
1171
+ =,dPYb,=
1172
+ =IP'`Yb=
1173
+ =I8 8I=
1174
+ =I8 8' =
1175
+ =I8 dPgg,=
1176
+ =I8dP\" \"8I=
1177
+ =I8P I8=
1178
+ ,d8 I8,
1179
+ 88P `Y8
1180
+ = =
1181
+
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+
1188
+ ==
1189
+ =gg=
1190
+ =\"\"=
1191
+ =gg=
1192
+ =88=
1193
+ = 88 =
1194
+ _,88,_
1195
+ 8P\"\"Y8
1196
+ = =
1197
+
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+
1204
+ ==
1205
+ =gg=
1206
+ =\"\"=
1207
+ =gg=
1208
+ =8I=
1209
+ = ,8I=
1210
+ = _,d8I=
1211
+ 888P\"888
1212
+ = ,d8I'
1213
+ =,dP'8I=
1214
+ ,8\" 8I=
1215
+ I8 8I=
1216
+ `8, ,8I=
1217
+ =`Y8P\"=
1218
+ = =
1219
+ =,dPYb,=
1220
+ =IP'`Yb=
1221
+ =I8 8I =
1222
+ =I8 8bgg,=
1223
+ =I8 dP\" \"8=
1224
+ =I8d8bggP\"=
1225
+ =I8P' \"Yb,=
1226
+ ,d8 `Yb,
1227
+ 88P Y8
1228
+ = =
1229
+
1230
+
1231
+
1232
+
1233
+
1234
+ = =
1235
+ =,dPYb,
1236
+ =IP'`Yb
1237
+ =I8 8I
1238
+ =I8 8'
1239
+ =I8 dP=
1240
+ =I8dP=
1241
+ =I8P =
1242
+ ,d8b,_=
1243
+ 8P'\"Y88
1244
+ = =
1245
+
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+
1252
+
1253
+
1254
+ = =
1255
+ =,ggg,,ggg,,ggg,=
1256
+ =,8\" \"8P\" \"8P\" \"8,=
1257
+ =I8 8I 8I 8I=
1258
+ ,dP 8I 8I Yb,
1259
+ 8P' 8I 8I `Y8
1260
+ = =
1261
+
1262
+
1263
+
1264
+
1265
+
1266
+
1267
+
1268
+
1269
+
1270
+ = =
1271
+ =,ggg,,ggg,=
1272
+ =,8\" \"8P\" \"8,=
1273
+ =I8 8I 8I=
1274
+ ,dP 8I Yb,
1275
+ 8P' 8I `Y8
1276
+ = =
1277
+
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+
1284
+
1285
+
1286
+ = =
1287
+ =,ggggg, =
1288
+ =dP\" \"Y8ggg
1289
+ =i8' ,8I =
1290
+ ,d8, ,d8'=
1291
+ P\"Y8888P\" =
1292
+ = =
1293
+
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+
1300
+
1301
+
1302
+ = =
1303
+ =gg,gggg,=
1304
+ =I8P\" \"Yb=
1305
+ =I8' ,8i=
1306
+ ,I8 _ ,d8'=
1307
+ PI8 YY88888P
1308
+ =I8 =
1309
+ =I8=
1310
+ =I8=
1311
+ =I8=
1312
+ =I8=
1313
+ =I8=
1314
+
1315
+
1316
+
1317
+
1318
+ = =
1319
+ =,gggg,gg=
1320
+ =dP\" \"Y8I=
1321
+ =i8' ,8I=
1322
+ ,d8, ,d8b=
1323
+ P\"Y8888P\"88d
1324
+ = I8P
1325
+ =I8'
1326
+ =I8=
1327
+ =I8=
1328
+ =I8=
1329
+ =I8=
1330
+
1331
+
1332
+
1333
+
1334
+ = =
1335
+ =,gggggg,=
1336
+ =dP\"\"\"\"8I=
1337
+ =,8' 8I=
1338
+ ,dP Y8,
1339
+ 8P `Y8
1340
+ = =
1341
+
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+
1348
+
1349
+
1350
+ = =
1351
+ =,g,=
1352
+ =,8'8,=
1353
+ =,8' Yb=
1354
+ ,8'_ 8)=
1355
+ P' \"YY8P8P
1356
+ = =
1357
+
1358
+
1359
+
1360
+
1361
+
1362
+ ==
1363
+ =I8=
1364
+ = I8 =
1365
+ 88888888
1366
+ = I8 =
1367
+ =I8=
1368
+ =I8=
1369
+ =,I8,=
1370
+ =,d88b,=
1371
+ 88P\"\"Y88
1372
+ = =
1373
+
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+
1380
+
1381
+
1382
+ = =
1383
+ =gg gg=
1384
+ =I8 8I=
1385
+ =I8, ,8I=
1386
+ ,d8b, ,d8b,
1387
+ 8P'\"Y88P\"`Y8
1388
+ = =
1389
+
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+
1396
+
1397
+
1398
+ = =
1399
+ =ggg gg =
1400
+ =d8\"Yb 88bg
1401
+ = dP I8 8I =
1402
+ ,dP I8, ,8I=
1403
+ 8\" \"Y8P\"=
1404
+ = =
1405
+
1406
+
1407
+
1408
+
1409
+
1410
+
1411
+
1412
+
1413
+
1414
+ = =
1415
+ =gg gg gg =
1416
+ =I8 I8 88bg
1417
+ =I8 I8 8I =
1418
+ ,d8, ,d8, ,8I=
1419
+ P\"\"Y88P\"\"Y88P\"=
1420
+ = =
1421
+
1422
+
1423
+
1424
+
1425
+
1426
+
1427
+
1428
+
1429
+
1430
+ = =
1431
+ =,gg, ,gg
1432
+ =d8\"\"8b,dP\"=
1433
+ = dP ,88\" =
1434
+ ,dP ,dP\"Y8, =
1435
+ 8\" dP\" \"Y88
1436
+ = =
1437
+
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+
1444
+
1445
+
1446
+ = =
1447
+ =gg gg=
1448
+ =I8 8I=
1449
+ =I8, ,8I=
1450
+ ,d8b, ,d8I=
1451
+ P\"\"Y88P\"888
1452
+ = ,d8I'
1453
+ = ,dP'8I=
1454
+ =,8\" 8I=
1455
+ =I8 8I=
1456
+ =`8, ,8I=
1457
+ =`Y8P\"=
1458
+
1459
+
1460
+
1461
+
1462
+ = =
1463
+ =,gggg,=
1464
+ =d8\" Yb=
1465
+ = dP dP=
1466
+ ,dP ,adP'=
1467
+ 8\" \"\"Y8d8
1468
+ = ,d8I'
1469
+ =,dP'8I=
1470
+ =,8\" 8I=
1471
+ =I8 8I=
1472
+ =`8, ,8I=
1473
+ =`Y8P\"=
1474
+
1475
+
1476
+
1477
+
1478
+ = =
1479
+ ,gg gg =
1480
+ P\"Yb 88bg
1481
+ = I8 8I =
1482
+ =I8, ,8I=
1483
+ =\"Y8P\"=
1484
+ = =
1485
+
1486
+
1487
+
1488
+
1489
+
1490
+
1491
+
1492
+
1493
+
1494
+ = =
1495
+ gg gg gg =
1496
+ 88 I8 88bg
1497
+ I8 I8 8I =
1498
+ I8, ,d8, ,8I=
1499
+ =\"Y88P\"\"Y88P\"=
1500
+ = =
1501
+
1502
+
1503
+
1504
+
1505
+
1506
+
1507
+
1508
+
1509
+
1510
+ = =
1511
+ ,gg, ,gg
1512
+ P\"\"8b,dP\"=
1513
+ = ,88\" =
1514
+ =,dP\"Y8, =
1515
+ dP\" \"Y88
1516
+ = =
1517
+
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+
1524
+
1525
+
1526
+ = =
1527
+ gg gg=
1528
+ 88 8I=
1529
+ I8, ,8I=
1530
+ I8b, ,d8I=
1531
+ =\"Y88P\"888
1532
+ = ,d8I'
1533
+ =,dP'8I=
1534
+ =,8\" 8I=
1535
+ =I8 8I=
1536
+ =`8, ,8I=
1537
+ =`Y8P\"=
1538
+ ************************** nscript.flf **************************<br/>nscript by Normand Veilleux &lt;nveilleu@emr.ca&gt; Oct 7, 1994<br/>figletized by Peter Samuelson &lt;psamuels@hmc.edu&gt; Nov 29, 1994<br/><br/>Explanation of first line:<br/>flf2a - \"magic number\" for file identification<br/>= - hardblank--like a blank, but won't smush<br/>16 - height of a character<br/>10 - height of a character, not including descenders<br/>32 - max line length (after comments) -- currently in \"W\"<br/>1 - default smushmode for this font<br/>21 - number of comment lines<br/><br/>Note: this font connects smoothly together, and to that end there<br/>are two sets of lowercase letters. The \"normal\" set is where<br/>lowercase letters should be, and the \"other\" set, for use after<br/>lowercase b, o, v and w, replaces what I thought were the least<br/>essential characters in ASCII. To use these, run your text<br/>through UNIX sed(1) with a long series of replace commands.<br/><br/>******************** and now, the font itself *******************<br/>