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,1063 @@
1
+ ../../fonts/Colossal.flf
2
+ flf
3
+ 10
4
+ monospace
5
+
6
+ $
7
+ 0
8
+ false
9
+ false
10
+ false
11
+ false
12
+ false
13
+ false
14
+ false
15
+ true
16
+ 95
17
+ 11
18
+ $ $
19
+ $ $
20
+ $ $
21
+ $ $
22
+ $ $
23
+ $ $
24
+ $ $
25
+ $ $
26
+ $ $
27
+ $ $
28
+ $ $
29
+ 888$
30
+ 888$
31
+ 888$
32
+ 888$
33
+ 888$
34
+ Y8P$
35
+ \" $
36
+ 888$
37
+
38
+
39
+
40
+ 88 88$
41
+ 8P 8P$
42
+ \" \" $
43
+ $ $
44
+ $ $
45
+ $ $
46
+ $ $
47
+ $ $
48
+ $ $
49
+ $ $
50
+ $ $
51
+ 888 888 $
52
+ 888 888 $
53
+ 888888888888$
54
+ 888 888 $
55
+ 888 888 $
56
+ 888888888888$
57
+ 888 888 $
58
+ 888 888 $
59
+ $
60
+ $
61
+ $
62
+ 88 $
63
+ .d88888b. $
64
+ d88P 88\"88b$
65
+ Y88b.88 $
66
+ \"Y88888b.$
67
+ 88\"88b$
68
+ Y88b 88.88P$
69
+ \"Y88888P\"$
70
+ 88
71
+
72
+
73
+ d88b d88P$
74
+ Y88P d88P $
75
+ d88P $
76
+ d88P $
77
+ $ d88P $
78
+ $ d88P $
79
+ $d88P d88b$
80
+ d88P Y88P$
81
+
82
+
83
+
84
+ .d8888b. $
85
+ d88P \"88b $
86
+ Y88b. d88P $
87
+ \"Y8888P\" $
88
+ .d88P88K.d88P$
89
+ 888\" Y888P\" $
90
+ Y88b .d8888b $
91
+ \"Y8888P\" Y88b
92
+
93
+
94
+
95
+ d8b$
96
+ 88P$
97
+ 8P $
98
+ \" $
99
+ $
100
+ $
101
+ $
102
+ $
103
+ $
104
+ $
105
+ $
106
+ $.d88$
107
+ $d88P\"$
108
+ d88P $
109
+ 888 $
110
+ 888 $
111
+ Y88b $
112
+ $Y88b.$
113
+ $\"Y88$
114
+
115
+
116
+
117
+ 88b.$
118
+ \"Y88b$
119
+ Y88b$
120
+ 888$
121
+ 888$
122
+ d88P$
123
+ .d88P$
124
+ 88P\"$
125
+
126
+
127
+
128
+
129
+ o $
130
+ d8b $
131
+ d888b $
132
+ \"Y888888888P\"
133
+ \"Y88888P\"$
134
+ d88P\"Y88b $
135
+ dP\" \"Yb$
136
+
137
+
138
+
139
+ $
140
+ $
141
+ $
142
+ 888 $
143
+ 8888888$
144
+ 888 $
145
+ $
146
+ $
147
+ $
148
+ $
149
+ $
150
+ $
151
+ $
152
+ $
153
+ $
154
+ $
155
+ $
156
+ d8b$
157
+ 88P$
158
+ 8P
159
+ \"
160
+
161
+ $ $
162
+ $ $
163
+ $ $
164
+ $ $
165
+ $ $
166
+ 888888$
167
+ $ $
168
+ $ $
169
+ $ $
170
+ $ $
171
+ $ $
172
+ $
173
+ $
174
+ $
175
+ $
176
+ $
177
+ $
178
+ d8b$
179
+ Y8P$
180
+
181
+
182
+
183
+ $ d88P$
184
+ $ d88P $
185
+ $ d88P $
186
+ $ d88P $
187
+ $ d88P $
188
+ $ d88P $
189
+ $d88P $
190
+ d88P $
191
+
192
+
193
+
194
+ $.d8888b.$
195
+ d88P Y88b$
196
+ 888 888$
197
+ 888 888$
198
+ 888 888$
199
+ 888 888$
200
+ Y88b d88P$
201
+ $\"Y8888P\"$
202
+
203
+
204
+
205
+ d888 $
206
+ d8888 $
207
+ 888 $
208
+ 888 $
209
+ 888 $
210
+ 888 $
211
+ 888 $
212
+ 8888888$
213
+
214
+
215
+
216
+ .d8888b.$
217
+ d88P Y88b$
218
+ $ 888$
219
+ $ .d88P$
220
+ .od888P\" $
221
+ d88P\" $
222
+ 888\" $
223
+ 888888888 $
224
+
225
+
226
+
227
+ .d8888b.$
228
+ d88P Y88b$
229
+ $ .d88P$
230
+ $ 8888\" $
231
+ $ \"Y8b.$
232
+ 888 888$
233
+ Y88b d88P$
234
+ \"Y8888P\" $
235
+
236
+
237
+
238
+ d8888 $
239
+ d8P888 $
240
+ d8P 888 $
241
+ d8P 888 $
242
+ d88 888 $
243
+ 8888888888$
244
+ 888 $
245
+ 888 $
246
+
247
+
248
+
249
+ 888888888$
250
+ 888 $
251
+ 888 $
252
+ 8888888b.$
253
+ $ \"Y88b$
254
+ $ 888$
255
+ Y88b d88P$
256
+ \"Y8888P\"$
257
+
258
+
259
+
260
+ $.d8888b.$
261
+ d88P Y88b$
262
+ 888 $
263
+ 888d888b.$
264
+ 888P \"Y88b$
265
+ 888 888$
266
+ Y88b d88P$
267
+ $\"Y8888P\"$
268
+
269
+
270
+
271
+ 8888888888$
272
+ $ d88P$
273
+ $ d88P $
274
+ $ d88P $
275
+ $88888888$
276
+ $ d88P $
277
+ $d88P $
278
+ d88P $
279
+
280
+
281
+
282
+ .d8888b.$
283
+ d88P Y88b$
284
+ Y88b. d88P$
285
+ \"Y88888\" $
286
+ .d8P\"\"Y8b.$
287
+ 888 888$
288
+ Y88b d88P$
289
+ \"Y8888P\" $
290
+
291
+
292
+
293
+ $.d8888b.$
294
+ d88P Y88b$
295
+ 888 888$
296
+ Y88b. d888$
297
+ $\"Y888P888$
298
+ $ 888$
299
+ Y88b d88P$
300
+ \"Y8888P\"$
301
+
302
+
303
+
304
+ $
305
+ $
306
+ $
307
+ d8b$
308
+ Y8P$
309
+ $
310
+ d8b$
311
+ Y8P$
312
+
313
+
314
+
315
+ $
316
+ $
317
+ $
318
+ d8b
319
+ Y8P
320
+ $
321
+ d8b$
322
+ 88P$
323
+ 8P
324
+ \"
325
+
326
+ $ d88P$
327
+ $ d88P $
328
+ d88P $
329
+ d88P $
330
+ Y88b $
331
+ Y88b $
332
+ $ Y88b $
333
+ $ Y88b$
334
+
335
+
336
+
337
+ $ $
338
+ $ $
339
+ $ $
340
+ 888888$
341
+ $ $
342
+ 888888$
343
+ $ $
344
+ $ $
345
+ $ $
346
+ $ $
347
+ $ $
348
+ Y88b $
349
+ Y88b $
350
+ Y88b $
351
+ Y88b$
352
+ d88P$
353
+ d88P $
354
+ d88P $
355
+ d88P $
356
+
357
+
358
+
359
+ $.d8888b.$
360
+ d88P Y88b$
361
+ $ .d88P$
362
+ $ .d88P\"$
363
+ $ 888\" $
364
+ $ 888 $
365
+ $ $
366
+ $ 888 $
367
+
368
+
369
+
370
+ $.d8888888b.$
371
+ d88P\" \"Y88b$
372
+ 888 d8b 888$
373
+ 888 888 888$
374
+ 888 888bd88P$
375
+ 888 Y8888P\" $
376
+ Y88b. .d8$
377
+ $\"Y88888888P\"$
378
+
379
+
380
+
381
+ $d8888$
382
+ $d88888$
383
+ $d88P888$
384
+ $d88P 888$
385
+ $d88P 888$
386
+ $d88P 888$
387
+ $d8888888888$
388
+ d88P 888$
389
+
390
+
391
+
392
+ 888888b.$
393
+ 888 \"88b$
394
+ 888 .88P$
395
+ 8888888K.$
396
+ 888 \"Y88b$
397
+ 888 888$
398
+ 888 d88P$
399
+ 8888888P\"$
400
+
401
+
402
+
403
+ $.d8888b.$
404
+ d88P Y88b$
405
+ 888 888$
406
+ 888 $
407
+ 888 $
408
+ 888 888$
409
+ Y88b d88P$
410
+ $\"Y8888P\"$
411
+
412
+
413
+
414
+ 8888888b.$
415
+ 888 \"Y88b$
416
+ 888 888$
417
+ 888 888$
418
+ 888 888$
419
+ 888 888$
420
+ 888 .d88P$
421
+ 8888888P\"$
422
+
423
+
424
+
425
+ 8888888888$
426
+ 888 $
427
+ 888 $
428
+ 8888888$
429
+ 888 $
430
+ 888 $
431
+ 888 $
432
+ 8888888888$
433
+
434
+
435
+
436
+ 8888888888$
437
+ 888 $
438
+ 888 $
439
+ 8888888$
440
+ 888 $
441
+ 888 $
442
+ 888 $
443
+ 888 $
444
+
445
+
446
+
447
+ $.d8888b.$
448
+ d88P Y88b$
449
+ 888 888$
450
+ 888 $
451
+ 888 88888$
452
+ 888 888$
453
+ Y88b d88P$
454
+ $\"Y8888P88$
455
+
456
+
457
+
458
+ 888 888$
459
+ 888 888$
460
+ 888 888$
461
+ 8888888888$
462
+ 888 888$
463
+ 888 888$
464
+ 888 888$
465
+ 888 888$
466
+
467
+
468
+
469
+ 8888888$
470
+ 888 $
471
+ 888 $
472
+ 888 $
473
+ 888 $
474
+ 888 $
475
+ 888 $
476
+ 8888888$
477
+
478
+
479
+
480
+ 888888$
481
+ \"88b$
482
+ 888$
483
+ 888$
484
+ 888$
485
+ 888$
486
+ 88P$
487
+ 888$
488
+ .d88P$
489
+ .d88P\"$
490
+ 888P\" $
491
+ 888 d8P$
492
+ 888 d8P $
493
+ 888 d8P $
494
+ 888d88K $
495
+ 8888888b $
496
+ 888 Y88b $
497
+ 888 Y88b $
498
+ 888 Y88b$
499
+
500
+
501
+
502
+ 888 $
503
+ 888 $
504
+ 888 $
505
+ 888 $
506
+ 888 $
507
+ 888 $
508
+ 888 $
509
+ 88888888$
510
+
511
+
512
+
513
+ 888b d888$
514
+ 8888b d8888$
515
+ 88888b.d88888$
516
+ 888Y88888P888$
517
+ 888 Y888P 888$
518
+ 888 Y8P 888$
519
+ 888 \" 888$
520
+ 888 888$
521
+
522
+
523
+
524
+ 888b 888$
525
+ 8888b 888$
526
+ 88888b 888$
527
+ 888Y88b 888$
528
+ 888 Y88b888$
529
+ 888 Y88888$
530
+ 888 Y8888$
531
+ 888 Y888$
532
+
533
+
534
+
535
+ $.d88888b.$
536
+ d88P\" \"Y88b$
537
+ 888 888$
538
+ 888 888$
539
+ 888 888$
540
+ 888 888$
541
+ Y88b. .d88P$
542
+ $\"Y88888P\"$
543
+
544
+
545
+
546
+ 8888888b.$
547
+ 888 Y88b$
548
+ 888 888$
549
+ 888 d88P$
550
+ 8888888P\"$
551
+ 888 $
552
+ 888 $
553
+ 888 $
554
+
555
+
556
+
557
+ $.d88888b.$
558
+ d88P\" \"Y88b$
559
+ 888 888$
560
+ 888 888$
561
+ 888 888$
562
+ 888 Y8b 888$
563
+ Y88b.Y8b88P$
564
+ $\"Y888888\" $
565
+ Y8b $
566
+
567
+
568
+ 8888888b.$
569
+ 888 Y88b$
570
+ 888 888$
571
+ 888 d88P$
572
+ 8888888P\"$
573
+ 888 T88b $
574
+ 888 T88b$
575
+ 888 T88b$
576
+
577
+
578
+
579
+ $.d8888b.$
580
+ d88P Y88b$
581
+ Y88b. $
582
+ $\"Y888b. $
583
+ $ \"Y88b.$
584
+ $ \"888$
585
+ Y88b d88P$
586
+ \"Y8888P\"$
587
+
588
+
589
+
590
+ 88888888888$
591
+ 888 $
592
+ 888 $
593
+ 888 $
594
+ 888 $
595
+ 888 $
596
+ 888 $
597
+ 888 $
598
+
599
+
600
+
601
+ 888 888$
602
+ 888 888$
603
+ 888 888$
604
+ 888 888$
605
+ 888 888$
606
+ 888 888$
607
+ Y88b. .d88P$
608
+ $\"Y88888P\"$
609
+
610
+
611
+
612
+ 888 888$
613
+ 888 888$
614
+ 888 888$
615
+ Y88b d88P$
616
+ Y88b d88P $
617
+ Y88o88P $
618
+ Y888P $
619
+ Y8P $
620
+
621
+
622
+
623
+ 888 888$
624
+ 888 o 888$
625
+ 888 d8b 888$
626
+ 888 d888b 888$
627
+ 888d88888b888$
628
+ 88888P Y88888$
629
+ 8888P Y8888$
630
+ 888P Y888$
631
+
632
+
633
+
634
+ Y88b d88P$
635
+ Y88b d88P $
636
+ Y88o88P $
637
+ Y888P $
638
+ d888b $
639
+ d88888b $
640
+ d88P Y88b $
641
+ d88P Y88b$
642
+
643
+
644
+
645
+ Y88b d88P$
646
+ Y88b d88P $
647
+ Y88o88P $
648
+ Y888P $
649
+ 888 $
650
+ 888 $
651
+ 888 $
652
+ 888 $
653
+
654
+
655
+
656
+ 8888888888P$
657
+ $ d88P $
658
+ $ d88P $
659
+ $ d88P $
660
+ $ d88P $
661
+ $ d88P $
662
+ $d88P $
663
+ d8888888888$
664
+
665
+
666
+
667
+ 8888888$
668
+ 888 $
669
+ 888 $
670
+ 888 $
671
+ 888 $
672
+ 888 $
673
+ 888 $
674
+ 8888888$
675
+
676
+
677
+
678
+ Y88b $
679
+ $Y88b $
680
+ $ Y88b $
681
+ $ Y88b $
682
+ $ Y88b $
683
+ $ Y88b $
684
+ $ Y88b $
685
+ $ Y88b$
686
+
687
+
688
+
689
+ 8888888$
690
+ $ 888$
691
+ $ 888$
692
+ $ 888$
693
+ $ 888$
694
+ $ 888$
695
+ $ 888$
696
+ 8888888$
697
+
698
+
699
+
700
+ o$
701
+ d8b$
702
+ d888b$
703
+ d8P\"Y8b$
704
+ $ $
705
+ $ $
706
+ $ $
707
+ $ $
708
+ $ $
709
+ $ $
710
+ $ $
711
+ $ $
712
+ $ $
713
+ $ $
714
+ $ $
715
+ $ $
716
+ $ $
717
+ $ $
718
+ 88888888$
719
+
720
+
721
+
722
+ d8b$
723
+ Y88$
724
+ Y8$
725
+ Y$
726
+ $
727
+ $
728
+ $
729
+ $
730
+ $
731
+ $
732
+ $
733
+
734
+
735
+
736
+ $8888b. $
737
+ $ \"88b$
738
+ .d888888$
739
+ 888 888$
740
+ \"Y888888$
741
+
742
+
743
+
744
+ 888 $
745
+ 888 $
746
+ 888 $
747
+ 88888b.$
748
+ 888 \"88b$
749
+ 888 888$
750
+ 888 d88P$
751
+ 88888P\"$
752
+
753
+
754
+
755
+
756
+
757
+
758
+ $.d8888b$
759
+ d88P\" $
760
+ 888 $
761
+ Y88b. $
762
+ $\"Y8888P$
763
+
764
+
765
+
766
+ 888$
767
+ 888$
768
+ 888$
769
+ $.d88888$
770
+ d88\" 888$
771
+ 888 888$
772
+ Y88b 888$
773
+ $\"Y88888$
774
+
775
+
776
+
777
+
778
+
779
+
780
+ $.d88b.$
781
+ d8P Y8b$
782
+ 88888888$
783
+ Y8b.$
784
+ $\"Y8888$
785
+
786
+
787
+
788
+ $.d888$
789
+ d88P\"$
790
+ 888 $
791
+ 888888$
792
+ 888 $
793
+ 888 $
794
+ 888 $
795
+ 888 $
796
+
797
+
798
+
799
+
800
+
801
+
802
+ $.d88b.$
803
+ d88P\"88b$
804
+ 888 888$
805
+ Y88b 888$
806
+ $\"Y88888$
807
+ $ 888$
808
+ Y8b d88P$
809
+ \"Y88P\"$
810
+ 888 $
811
+ 888 $
812
+ 888 $
813
+ 88888b.$
814
+ 888 \"88b$
815
+ 888 888$
816
+ 888 888$
817
+ 888 888$
818
+
819
+
820
+
821
+ d8b$
822
+ Y8P$
823
+ $ $
824
+ 888$
825
+ 888$
826
+ 888$
827
+ 888$
828
+ 888$
829
+
830
+
831
+
832
+ $d8b$
833
+ $Y8P$
834
+ $ $
835
+ $8888$
836
+ $\"888$
837
+ $ 888$
838
+ $ 888$
839
+ $ 888$
840
+ $ 888$
841
+ $ d88P$
842
+ 888P\"$
843
+ 888 $
844
+ 888 $
845
+ 888 $
846
+ 888 888$
847
+ 888 .88P$
848
+ 888888K$
849
+ 888 \"88b$
850
+ 888 888$
851
+
852
+
853
+
854
+ 888$
855
+ 888$
856
+ 888$
857
+ 888$
858
+ 888$
859
+ 888$
860
+ 888$
861
+ 888$
862
+
863
+
864
+
865
+
866
+
867
+
868
+ 88888b.d88b.$
869
+ 888 \"888 \"88b$
870
+ 888 888 888$
871
+ 888 888 888$
872
+ 888 888 888$
873
+
874
+
875
+
876
+
877
+
878
+
879
+ 88888b.$
880
+ 888 \"88b$
881
+ 888 888$
882
+ 888 888$
883
+ 888 888$
884
+
885
+
886
+
887
+
888
+
889
+
890
+ $.d88b.$
891
+ d88\"\"88b$
892
+ 888 888$
893
+ Y88..88P$
894
+ $\"Y88P\"$
895
+
896
+
897
+
898
+
899
+
900
+
901
+ 88888b.$
902
+ 888 \"88b$
903
+ 888 888$
904
+ 888 d88P$
905
+ 88888P\"$
906
+ 888 $
907
+ 888 $
908
+ 888 $
909
+
910
+
911
+
912
+ $.d88888$
913
+ d88\" 888$
914
+ 888 888$
915
+ Y88b 888$
916
+ $\"Y88888$
917
+ $ 888$
918
+ $ 888$
919
+ $ 888$
920
+
921
+
922
+
923
+ 888d888$
924
+ 888P\"$
925
+ 888 $
926
+ 888 $
927
+ 888 $
928
+
929
+
930
+
931
+
932
+
933
+
934
+ .d8888b$
935
+ 88K $
936
+ \"Y8888b.$
937
+ $ X88$
938
+ $88888P'$
939
+
940
+
941
+
942
+ 888 $
943
+ 888 $
944
+ 888 $
945
+ 888888$
946
+ 888 $
947
+ 888 $
948
+ Y88b.$
949
+ \"Y888$
950
+
951
+
952
+
953
+
954
+
955
+
956
+ 888 888$
957
+ 888 888$
958
+ 888 888$
959
+ Y88b 888$
960
+ $\"Y88888$
961
+
962
+
963
+
964
+
965
+
966
+
967
+ 888 888$
968
+ 888 888$
969
+ Y88 88P$
970
+ $Y8bd8P$
971
+ $ Y88P $
972
+
973
+
974
+
975
+
976
+
977
+
978
+ 888 888 888$
979
+ 888 888 888$
980
+ 888 888 888$
981
+ Y88b 888 d88P$
982
+ $\"Y8888888P\"$
983
+
984
+
985
+
986
+
987
+
988
+
989
+ 888 888$
990
+ `Y8bd8P'$
991
+ $ X88K $
992
+ .d8\"\"8b.$
993
+ 888 888$
994
+
995
+
996
+
997
+
998
+
999
+
1000
+ 888 888$
1001
+ 888 888$
1002
+ 888 888$
1003
+ Y88b 888$
1004
+ $\"Y88888$
1005
+ $ 888$
1006
+ Y8b d88P$
1007
+ $\"Y88P\"$
1008
+
1009
+
1010
+
1011
+ 88888888$
1012
+ $ d88P $
1013
+ $ d88P $
1014
+ $d88P $
1015
+ 88888888$
1016
+
1017
+
1018
+
1019
+ $.d888$
1020
+ $d88P\"$
1021
+ $888 $
1022
+ .888 $
1023
+ 888( $
1024
+ \"888 $
1025
+ $888 $
1026
+ $Y88b.$
1027
+ $\"Y888$
1028
+
1029
+
1030
+ $ 888 $
1031
+ $ 888 $
1032
+ $ 888 $
1033
+ $ 888 $
1034
+ $ $
1035
+ $ 888 $
1036
+ $ 888 $
1037
+ $ 888 $
1038
+ $ 888 $
1039
+
1040
+
1041
+ 888b. $
1042
+ $\"Y88b $
1043
+ $ 888 $
1044
+ $ 888.$
1045
+ $ )888$
1046
+ $ 888\"$
1047
+ $ 888 $
1048
+ $.d88P $
1049
+ 888P\" $
1050
+
1051
+
1052
+
1053
+
1054
+ $d888b d88$
1055
+ d888888888P$
1056
+ 88P Y888P$
1057
+
1058
+
1059
+
1060
+
1061
+
1062
+
1063
+ Colossal.flf (Jonathon - jon@mq.edu.au)<br/>8 June 1994<br/><br/>Explanation of first line:<br/>flf2 - \"magic number\" for file identification<br/>a - should always be `a', for now<br/>$ - the \"hardblank\" -- prints as a blank, but can't be smushed<br/>11 - height of a character<br/>8 - height of a character, not including descenders<br/>20 - max line length (excluding comment lines) + a fudge factor<br/>32 - default smushmode for this font<br/>13 - number of comment lines<br/><br/>---<br/><br/>Font modified June 17, 2007 by patorjk <br/>This was to widen the space character.<br/>