add ascii text generator with custom font (forked from figlet.js)

This commit is contained in:
horhik 2020-05-14 17:39:32 +03:00
parent 1ebe07522a
commit 630e6f0bb3
622 changed files with 495855 additions and 132 deletions

12
.idea/horhik.dev.iml Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View file

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>

6
.idea/misc.xml Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="JavaScriptSettings">
<option name="languageLevel" value="JSX" />
</component>
</project>

8
.idea/modules.xml Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/horhik.dev.iml" filepath="$PROJECT_DIR$/.idea/horhik.dev.iml" />
</modules>
</component>
</project>

9
.idea/vcs.xml Normal file
View file

@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
<mapping directory="$PROJECT_DIR$/src/when-module-doesnt-merge-your-pullrequest/figlet.js" vcs="Git" />
<mapping directory="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js" vcs="Git" />
<mapping directory="$PROJECT_DIR$/when-module-dont-take-your-pullrequest/figlet.js" vcs="Git" />
</component>
</project>

65
.idea/watcherTasks.xml Normal file
View file

@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectTasksOptions" suppressed-tasks="Sass">
<TaskOptions isEnabled="false">
<option name="arguments" value="--write $FilePathRelativeToProjectRoot$" />
<option name="checkSyntaxErrors" value="true" />
<option name="description" />
<option name="exitCodeBehavior" value="ERROR" />
<option name="fileExtension" value="js" />
<option name="immediateSync" value="false" />
<option name="name" value="Prettier" />
<option name="output" value="$FilePathRelativeToProjectRoot$" />
<option name="outputFilters">
<array />
</option>
<option name="outputFromStdout" value="false" />
<option name="program" value="$ProjectFileDir$/node_modules/.bin/prettier" />
<option name="runOnExternalChanges" value="true" />
<option name="scopeName" value="Project Files" />
<option name="trackOnlyRoot" value="false" />
<option name="workingDir" value="$ProjectFileDir$" />
<envs />
</TaskOptions>
<TaskOptions isEnabled="false">
<option name="arguments" value="--write $FilePathRelativeToProjectRoot$" />
<option name="checkSyntaxErrors" value="true" />
<option name="description" />
<option name="exitCodeBehavior" value="ERROR" />
<option name="fileExtension" value="tsx" />
<option name="immediateSync" value="false" />
<option name="name" value="Prettier" />
<option name="output" value="$FilePathRelativeToProjectRoot$" />
<option name="outputFilters">
<array />
</option>
<option name="outputFromStdout" value="false" />
<option name="program" value="$ProjectFileDir$/node_modules/prettier" />
<option name="runOnExternalChanges" value="true" />
<option name="scopeName" value="Project Files" />
<option name="trackOnlyRoot" value="false" />
<option name="workingDir" value="$ProjectFileDir$" />
<envs />
</TaskOptions>
<TaskOptions isEnabled="false">
<option name="arguments" value="$FileName$:$FileNameWithoutExtension$.css" />
<option name="checkSyntaxErrors" value="true" />
<option name="description" />
<option name="exitCodeBehavior" value="ERROR" />
<option name="fileExtension" value="scss" />
<option name="immediateSync" value="true" />
<option name="name" value="SCSS" />
<option name="output" value="$FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map" />
<option name="outputFilters">
<array />
</option>
<option name="outputFromStdout" value="false" />
<option name="program" value="sass" />
<option name="runOnExternalChanges" value="true" />
<option name="scopeName" value="Project Files" />
<option name="trackOnlyRoot" value="true" />
<option name="workingDir" value="$FileDir$" />
<envs />
</TaskOptions>
</component>
</project>

197
.idea/workspace.xml Normal file
View file

@ -0,0 +1,197 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="BranchesTreeState">
<expand>
<path>
<item name="ROOT" type="e8cecc67:BranchNodeDescriptor" />
<item name="LOCAL_ROOT" type="e8cecc67:BranchNodeDescriptor" />
</path>
</expand>
<select />
</component>
<component name="ChangeListManager">
<list default="true" id="4b1db503-490b-4f06-812d-6b9b94d2764a" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/.idea/horhik.dev.iml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/watcherTasks.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/components/elements/logo.jsx" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/components/pages/homepage.jsx" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/css/basic.scss" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/css/logo.scss" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/css/variables.scss" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/functions/ascii-word.js" afterDir="false" />
<change afterPath="$PROJECT_DIR$/src/pagga.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/App.css" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/App.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/App.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/App.test.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/index.css" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/index.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/index.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/logo.svg" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/setupTests.js" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/Gruntfile.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/Gruntfile.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/examples/node/app.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/examples/node/app.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/examples/node/appSync.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/examples/node/appSync.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/1Row.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/1Row.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/3-D.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/3-D.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/3x5.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/3x5.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/4Max.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/4Max.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/B1FF.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/B1FF.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Basic.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Basic.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Bear.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Bear.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Bell.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Bell.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Big.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Big.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Cards.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Cards.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Cola.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Cola.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Doh.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Doh.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Doom.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Doom.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Epic.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Epic.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Hex.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Hex.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Kban.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Kban.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Knob.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Knob.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/LCD.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/LCD.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Lean.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Lean.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Mike.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Mike.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Mini.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Mini.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/O8.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/O8.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/OS2.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/OS2.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Ogre.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Ogre.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Pagga.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Pagga.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Pawp.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Pawp.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Soft.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Soft.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Stop.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Stop.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Swan.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Swan.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/THIS.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/THIS.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Term.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Term.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Thin.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Thin.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Wavy.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Wavy.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Wow.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/importable-fonts/Wow.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/lib/figlet.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/lib/figlet.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/lib/node-figlet.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/lib/node-figlet.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/package.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/test/figlet_test.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/test/figlet_test.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/utils/flf-to-strings.js" beforeDir="false" afterPath="$PROJECT_DIR$/src/when-module-dont-take-your-pullrequest/figlet.js/utils/flf-to-strings.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/yarn.lock" beforeDir="false" afterPath="$PROJECT_DIR$/yarn.lock" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectId" id="1bkf3eRMu09dFeQzwAvqEBCHKtx" />
<component name="ProjectLevelVcsManager" settingsEditedManually="true">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent">
<property name="ASKED_ADD_EXTERNAL_FILES" value="true" />
<property name="ASKED_SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="RunOnceActivity.OpenProjectViewOnStart" value="true" />
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
<property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
<property name="WebServerToolWindowFactoryState" value="false" />
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
<property name="node.js.detected.package.eslint" value="true" />
<property name="node.js.path.for.package.eslint" value="project" />
<property name="node.js.selected.package.eslint" value="(autodetect)" />
<property name="nodejs_package_manager_path" value="yarn" />
<property name="run.prettier.on.save" value="true" />
<property name="settings.editor.selected.configurable" value="watcher.settings" />
</component>
<component name="RecentsManager">
<key name="MoveFile.RECENT_KEYS">
<recent name="$PROJECT_DIR$/src" />
<recent name="$PROJECT_DIR$/src/css" />
</key>
</component>
<component name="SvnConfiguration">
<configuration />
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="4b1db503-490b-4f06-812d-6b9b94d2764a" name="Default Changelist" comment="" />
<created>1589180813247</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1589180813247</updated>
<workItem from="1589180814765" duration="287000" />
<workItem from="1589181883788" duration="9843000" />
<workItem from="1589253283370" duration="5339000" />
<workItem from="1589450996359" duration="6161000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="2" />
</component>
<component name="Vcs.Log.Tabs.Properties">
<option name="TAB_STATES">
<map>
<entry key="MAIN">
<value>
<State />
</value>
</entry>
</map>
</option>
<option name="oldMeFiltersMigrated" value="true" />
</component>
<component name="VcsManagerConfiguration">
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
</component>
<component name="WindowStateProjectService">
<state x="683" y="324" width="544" height="385" key="#com.intellij.fileTypes.FileTypeChooser" timestamp="1589466353174">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state x="683" y="324" width="544" height="385" key="#com.intellij.fileTypes.FileTypeChooser/0.0.1920.1080/1920.0.1280.1024@0.0.1920.1080" timestamp="1589466353174" />
<state x="691" y="270" width="528" height="493" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog" timestamp="1589182540220">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state x="691" y="270" width="528" height="493" key="#com.intellij.refactoring.safeDelete.UnsafeUsagesDialog/0.0.1920.1080/1920.0.1280.1024@0.0.1920.1080" timestamp="1589182540220" />
<state x="534" y="251" width="706" height="433" key="EditFileWatcherDialog" timestamp="1589189510383">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state x="534" y="251" width="706" height="433" key="EditFileWatcherDialog/0.0.1920.1080/1920.0.1280.1024@0.0.1920.1080" timestamp="1589189510383" />
<state x="737" y="239" width="428" height="476" key="FileChooserDialogImpl" timestamp="1589199972588">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state x="737" y="239" width="428" height="476" key="FileChooserDialogImpl/0.0.1920.1080/1920.0.1280.1024@0.0.1920.1080" timestamp="1589199972588" />
<state width="1918" height="298" key="GridCell.Tab.0.bottom" timestamp="1589199973836">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state width="1918" height="298" key="GridCell.Tab.0.bottom/0.0.1920.1080/1920.0.1280.1024@0.0.1920.1080" timestamp="1589199973836" />
<state width="1918" height="298" key="GridCell.Tab.0.center" timestamp="1589199973836">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state width="1918" height="298" key="GridCell.Tab.0.center/0.0.1920.1080/1920.0.1280.1024@0.0.1920.1080" timestamp="1589199973836" />
<state width="1918" height="298" key="GridCell.Tab.0.left" timestamp="1589199973836">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state width="1918" height="298" key="GridCell.Tab.0.left/0.0.1920.1080/1920.0.1280.1024@0.0.1920.1080" timestamp="1589199973836" />
<state width="1918" height="298" key="GridCell.Tab.0.right" timestamp="1589199973836">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state width="1918" height="298" key="GridCell.Tab.0.right/0.0.1920.1080/1920.0.1280.1024@0.0.1920.1080" timestamp="1589199973836" />
<state x="393" y="202" key="SettingsEditor" timestamp="1589189511639">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state x="393" y="202" key="SettingsEditor/0.0.1920.1080/1920.0.1280.1024@0.0.1920.1080" timestamp="1589189511639" />
<state x="538" y="-150" width="766" height="653" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser" timestamp="1589254258474">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state x="538" y="-150" width="766" height="653" key="com.intellij.openapi.editor.actions.MultiplePasteAction$ClipboardContentChooser/0.0.1920.1080/1920.0.1280.1024@0.0.1920.1080" timestamp="1589254258474" />
<state x="623" y="240" width="672" height="678" key="search.everywhere.popup" timestamp="1589453965331">
<screen x="0" y="0" width="1920" height="1080" />
</state>
<state x="623" y="240" width="672" height="678" key="search.everywhere.popup/0.0.1920.1080/1920.0.1280.1024@0.0.1920.1080" timestamp="1589453965331" />
</component>
</project>

View file

@ -6,9 +6,15 @@
"@testing-library/jest-dom": "^4.2.4", "@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2", "@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2", "@testing-library/user-event": "^7.1.2",
"ascii-art": "^2.5.0",
"figlet": "^1.4.0",
"node-sass": "^4.14.1",
"prettier": "^2.0.5",
"react": "^16.13.1", "react": "^16.13.1",
"react-dom": "^16.13.1", "react-dom": "^16.13.1",
"react-scripts": "3.4.1" "react-redux": "^7.2.0",
"react-scripts": "3.4.1",
"redux": "^4.0.5"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",

View file

@ -1,38 +0,0 @@
.App {
text-align: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
background-color: #282c34;
min-height: 100vh;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
}
.App-link {
color: #61dafb;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

View file

@ -1,24 +1,10 @@
import React from 'react'; import React from "react";
import logo from './logo.svg'; import "./css/basic.scss";
import './App.css'; import HomePage from "./components/pages/homepage";
function App() { function App() {
return ( return (
<div className="App"> <div className="App">
<header className="App-header"> <HomePage />
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div> </div>
); );
} }

View file

@ -1,9 +0,0 @@
import React from 'react';
import { render } from '@testing-library/react';
import App from './App';
test('renders learn react link', () => {
const { getByText } = render(<App />);
const linkElement = getByText(/learn react/i);
expect(linkElement).toBeInTheDocument();
});

View file

@ -0,0 +1,30 @@
import React, {useEffect, useState} from 'react'
import figlet from '../../when-module-doesnt-merge-your-pullrequest/figlet.js'
import Pagga from '../../when-module-doesnt-merge-your-pullrequest/figlet.js/importable-fonts/Pagga'
import asciiWord from "../../functions/ascii-word";
const font = 'Pagga';
const Logo = (props) => {
const text = useState(asciiWord("horhik.dev"))
useEffect(() => {
}, [])
return (
<div className={'logo--wrapper'}>
<div className={'logo'}>
{/*<span className={'toilet-logo'}>░█░█░█▀█░█▀▄░█░█░▀█▀░█░█░░░░█▀▄░█▀▀░█░█</span>*/}
{/*<span className={'toilet-logo'}>░█▀█░█░█░█▀▄░█▀█░░█░░█▀▄░░░░█░█░█▀▀░▀▄▀</span>*/}
{/*<span className={'toilet-logo'}>░▀░▀░▀▀▀░▀░▀░▀░▀░▀▀▀░▀░▀░▀░░▀▀░░▀▀▀░░▀░</span>*/}
<pre className={'toilet-logo'}>
{text}
</pre>
</div>
<span className={'logo-quote'}>{props.child}</span>
</div>
)
}
export default Logo

View file

@ -0,0 +1,11 @@
import React from 'react'
import Logo from "../elements/logo";
const HomePage = () => {
return (
<div>
<Logo child={"O. George's site"}></Logo>
</div>
)
}
export default HomePage

15
src/css/basic.scss Normal file
View file

@ -0,0 +1,15 @@
@import "variables";
body {
margin: 0;
padding: 0;
background-color: var(--background);
color: var(--foreground);
}
.App {
}
@import "logo";

22
src/css/logo.scss Normal file
View file

@ -0,0 +1,22 @@
.logo--wrapper {
display: grid;
font-family: 'Fira Code',monospace, Ubuntu;
}
.logo-quote {
text-align: center;
color: var(--foreground);
}
.logo{
margin: 30px auto 15px;
display: flex;
flex-direction: column;
align-items: center;
align-content: center;
}
.toilet-logo{
color: var(--orange);
font-size: 0.9em;
line-height: 1.25em;
}

13
src/css/variables.scss Normal file
View file

@ -0,0 +1,13 @@
:root {
--background: #282A36 ;
--comment: #6272A4 ;
--selection: #44475A ;
--foreground: #F8F8F2 ;
--cyan: #8BE9FD ;
--orange: #FFB86C;
--green: #50FA7B ;
--pink: #FF79C6 ;
--purple: #BD93F9 ;
--red: #FF5555 ;
--yellow: #F1FA8C;
}

View file

@ -0,0 +1,17 @@
import figlet from '../when-module-doesnt-merge-your-pullrequest/figlet.js'
import Pagga from '../when-module-doesnt-merge-your-pullrequest/figlet.js/importable-fonts/Pagga'
const font = "Pagga"
const asciiWord = word => {
let text = ''
figlet.parseFont(font, Pagga);
figlet.text(word, {
font,
}, function(err, data) {
console.log(data)
text = data;
});
return text
}
export default asciiWord

View file

@ -1,13 +0,0 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}

View file

@ -1,17 +1,14 @@
import React from 'react'; import React from "react";
import ReactDOM from 'react-dom'; import ReactDOM from "react-dom";
import './index.css'; import App from "./App";
import App from './App';
import * as serviceWorker from './serviceWorker';
ReactDOM.render( ReactDOM.render(
<React.StrictMode> <React.StrictMode>
<App /> <App />
</React.StrictMode>, </React.StrictMode>,
document.getElementById('root') document.getElementById("root")
); );
// If you want your app to work offline and load faster, you can change // If you want your app to work offline and load faster, you can change
// unregister() to register() below. Note this comes with some pitfalls. // unregister() to register() below. Note this comes with some pitfalls.
// Learn more about service workers: https://bit.ly/CRA-PWA // Learn more about service workers: https://bit.ly/CRA-PWA
serviceWorker.unregister();

View file

@ -1,7 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 841.9 595.3">
<g fill="#61DAFB">
<path d="M666.3 296.5c0-32.5-40.7-63.3-103.1-82.4 14.4-63.6 8-114.2-20.2-130.4-6.5-3.8-14.1-5.6-22.4-5.6v22.3c4.6 0 8.3.9 11.4 2.6 13.6 7.8 19.5 37.5 14.9 75.7-1.1 9.4-2.9 19.3-5.1 29.4-19.6-4.8-41-8.5-63.5-10.9-13.5-18.5-27.5-35.3-41.6-50 32.6-30.3 63.2-46.9 84-46.9V78c-27.5 0-63.5 19.6-99.9 53.6-36.4-33.8-72.4-53.2-99.9-53.2v22.3c20.7 0 51.4 16.5 84 46.6-14 14.7-28 31.4-41.3 49.9-22.6 2.4-44 6.1-63.6 11-2.3-10-4-19.7-5.2-29-4.7-38.2 1.1-67.9 14.6-75.8 3-1.8 6.9-2.6 11.5-2.6V78.5c-8.4 0-16 1.8-22.6 5.6-28.1 16.2-34.4 66.7-19.9 130.1-62.2 19.2-102.7 49.9-102.7 82.3 0 32.5 40.7 63.3 103.1 82.4-14.4 63.6-8 114.2 20.2 130.4 6.5 3.8 14.1 5.6 22.5 5.6 27.5 0 63.5-19.6 99.9-53.6 36.4 33.8 72.4 53.2 99.9 53.2 8.4 0 16-1.8 22.6-5.6 28.1-16.2 34.4-66.7 19.9-130.1 62-19.1 102.5-49.9 102.5-82.3zm-130.2-66.7c-3.7 12.9-8.3 26.2-13.5 39.5-4.1-8-8.4-16-13.1-24-4.6-8-9.5-15.8-14.4-23.4 14.2 2.1 27.9 4.7 41 7.9zm-45.8 106.5c-7.8 13.5-15.8 26.3-24.1 38.2-14.9 1.3-30 2-45.2 2-15.1 0-30.2-.7-45-1.9-8.3-11.9-16.4-24.6-24.2-38-7.6-13.1-14.5-26.4-20.8-39.8 6.2-13.4 13.2-26.8 20.7-39.9 7.8-13.5 15.8-26.3 24.1-38.2 14.9-1.3 30-2 45.2-2 15.1 0 30.2.7 45 1.9 8.3 11.9 16.4 24.6 24.2 38 7.6 13.1 14.5 26.4 20.8 39.8-6.3 13.4-13.2 26.8-20.7 39.9zm32.3-13c5.4 13.4 10 26.8 13.8 39.8-13.1 3.2-26.9 5.9-41.2 8 4.9-7.7 9.8-15.6 14.4-23.7 4.6-8 8.9-16.1 13-24.1zM421.2 430c-9.3-9.6-18.6-20.3-27.8-32 9 .4 18.2.7 27.5.7 9.4 0 18.7-.2 27.8-.7-9 11.7-18.3 22.4-27.5 32zm-74.4-58.9c-14.2-2.1-27.9-4.7-41-7.9 3.7-12.9 8.3-26.2 13.5-39.5 4.1 8 8.4 16 13.1 24 4.7 8 9.5 15.8 14.4 23.4zM420.7 163c9.3 9.6 18.6 20.3 27.8 32-9-.4-18.2-.7-27.5-.7-9.4 0-18.7.2-27.8.7 9-11.7 18.3-22.4 27.5-32zm-74 58.9c-4.9 7.7-9.8 15.6-14.4 23.7-4.6 8-8.9 16-13 24-5.4-13.4-10-26.8-13.8-39.8 13.1-3.1 26.9-5.8 41.2-7.9zm-90.5 125.2c-35.4-15.1-58.3-34.9-58.3-50.6 0-15.7 22.9-35.6 58.3-50.6 8.6-3.7 18-7 27.7-10.1 5.7 19.6 13.2 40 22.5 60.9-9.2 20.8-16.6 41.1-22.2 60.6-9.9-3.1-19.3-6.5-28-10.2zM310 490c-13.6-7.8-19.5-37.5-14.9-75.7 1.1-9.4 2.9-19.3 5.1-29.4 19.6 4.8 41 8.5 63.5 10.9 13.5 18.5 27.5 35.3 41.6 50-32.6 30.3-63.2 46.9-84 46.9-4.5-.1-8.3-1-11.3-2.7zm237.2-76.2c4.7 38.2-1.1 67.9-14.6 75.8-3 1.8-6.9 2.6-11.5 2.6-20.7 0-51.4-16.5-84-46.6 14-14.7 28-31.4 41.3-49.9 22.6-2.4 44-6.1 63.6-11 2.3 10.1 4.1 19.8 5.2 29.1zm38.5-66.7c-8.6 3.7-18 7-27.7 10.1-5.7-19.6-13.2-40-22.5-60.9 9.2-20.8 16.6-41.1 22.2-60.6 9.9 3.1 19.3 6.5 28.1 10.2 35.4 15.1 58.3 34.9 58.3 50.6-.1 15.7-23 35.6-58.4 50.6zM320.8 78.4z"/>
<circle cx="420.9" cy="296.5" r="45.7"/>
<path d="M520.5 78.1z"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.6 KiB

534
src/pagga.js Normal file
View file

@ -0,0 +1,534 @@
export default `tlf2a$ 3 3 8 0 15 0 64 0
===============================================================================
This is pagga.tlf, or Pagga, by Sam Hocevar and pagga.
2010/01/17 -- Sam Hocevar sam@hocevar.net
font creation, all base characters
This font is free software. It comes without any warranty, to the extent
permitted by applicable law. You can redistribute it and/or modify it under
the terms of the Do What The Fuck You Want To Public License, Version 2,
as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more
details.
This font is part of TOIlets official distribution. More information
on the TOIlet website at http://caca.zoy.org/wiki/toilet
===============================================================================
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
/@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
\@
\@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
\@
\@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
0x00C0 À LATIN CAPITAL LETTER A WITH GRAVE
@
@
@@
0x00C1 Á LATIN CAPITAL LETTER A WITH ACUTE
@
@
@@
0x00C2 Â LATIN CAPITAL LETTER A WITH CIRCUMFLEX
@
@
@@
0x00C3 Ã LATIN CAPITAL LETTER A WITH TILDE
@
@
@@
0x00C5 Å LATIN CAPITAL LETTER A WITH RING ABOVE
@
@
@@
0x00C6 Æ LATIN CAPITAL LETTER AE
@
@
@@
0x00C7 Ç LATIN CAPITAL LETTER C WITH CEDILLA
@
@
@@
0x00C8 È LATIN CAPITAL LETTER E WITH GRAVE
@
@
@@
0x00C9 É LATIN CAPITAL LETTER E WITH ACUTE
@
@
@@
0x00CA Ê LATIN CAPITAL LETTER E WITH CIRCUMFLEX
@
@
@@
0x00CB Ë LATIN CAPITAL LETTER E WITH DIAERESIS
@
@
@@
0x00CC Ì LATIN CAPITAL LETTER I WITH GRAVE
@
@
@@
0x00CD Í LATIN CAPITAL LETTER I WITH ACUTE
@
@
@@
0x00CE Î LATIN CAPITAL LETTER I WITH CIRCUMFLEX
@
@
@@
0x00CF Ï LATIN CAPITAL LETTER I WITH DIAERESIS
@
@
@@
0x00D1 Ñ LATIN CAPITAL LETTER N WITH TILDE
@
@
@@
0x00D2 Ò LATIN CAPITAL LETTER O WITH GRAVE
@
@
@@
0x00D3 Ó LATIN CAPITAL LETTER O WITH ACUTE
@
@
@@
0x00D4 Ô LATIN CAPITAL LETTER O WITH CIRCUMFLEX
@
@
@@
0x00D5 Õ LATIN CAPITAL LETTER O WITH TILDE
@
@
@@
0x00D8 Ø LATIN CAPITAL LETTER O WITH STROKE
@
@
@@
0x00D9 Ù LATIN CAPITAL LETTER U WITH GRAVE
@
@
@@
0x00DA Ú LATIN CAPITAL LETTER U WITH ACUTE
@
@
@@
0x00DB Û LATIN CAPITAL LETTER U WITH CIRCUMFLEX
@
@
@@
0x00DD Ý LATIN CAPITAL LETTER Y WITH ACUTE
@
@
@@
0x00E0 à LATIN SMALL LETTER A WITH GRAVE
@
@
@@
0x00E1 á LATIN SMALL LETTER A WITH ACUTE
@
@
@@
0x00E2 â LATIN SMALL LETTER A WITH CIRCUMFLEX
@
@
@@
0x00E3 ã LATIN SMALL LETTER A WITH TILDE
@
@
@@
0x00E5 å LATIN SMALL LETTER A WITH RING ABOVE
@
@
@@
0x00E6 æ LATIN SMALL LETTER AE
@
@
@@
0x00E7 ç LATIN SMALL LETTER C WITH CEDILLA
@
@
@@
0x00E8 è LATIN SMALL LETTER E WITH GRAVE
@
@
@@
0x00E9 é LATIN SMALL LETTER E WITH ACUTE
@
@
@@
0x00EA ê LATIN SMALL LETTER E WITH CIRCUMFLEX
@
@
@@
0x00EB ë LATIN SMALL LETTER E WITH DIAERESIS
@
@
@@
0x00EC ì LATIN SMALL LETTER I WITH GRAVE
@
@
@@
0x00ED í LATIN SMALL LETTER I WITH ACUTE
@
@
@@
0x00EE î LATIN SMALL LETTER I WITH CIRCUMFLEX
@
@
@@
0x00EF ï LATIN SMALL LETTER I WITH DIAERESIS
@
@
@@
0x00F1 ñ LATIN SMALL LETTER N WITH TILDE
@
@
@@
0x00F2 ò LATIN SMALL LETTER O WITH GRAVE
@
@
@@
0x00F3 ó LATIN SMALL LETTER O WITH ACUTE
@
@
@@
0x00F4 ô LATIN SMALL LETTER O WITH CIRCUMFLEX
@
@
@@
0x00F5 õ LATIN SMALL LETTER O WITH TILDE
@
@
@@
0x00F8 ø LATIN SMALL LETTER O WITH STROKE
@
@
@@
0x00F9 ù LATIN SMALL LETTER U WITH GRAVE
@
@
@@
0x00FA ú LATIN SMALL LETTER U WITH ACUTE
@
@
@@
0x00FB û LATIN SMALL LETTER U WITH CIRCUMFLEX
@
@
@@
0x00FC ü LATIN SMALL LETTER U WITH DIAERESIS
@
@
@@
0x00FD ý LATIN SMALL LETTER Y WITH ACUTE
@
@
@@
0x00FF ÿ LATIN SMALL LETTER Y WITH DIAERESIS
@
@
@@
0x0153 œ LATIN SMALL LIGATURE OE
@
@
@@
`;

View file

@ -1,5 +0,0 @@
// jest-dom adds custom jest matchers for asserting on DOM nodes.
// allows you to do things like:
// expect(element).toHaveTextContent(/react/i)
// learn more: https://github.com/testing-library/jest-dom
import '@testing-library/jest-dom/extend-expect';

View file

@ -0,0 +1 @@
node_modules

View file

@ -0,0 +1,13 @@
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true
}

View file

@ -0,0 +1,9 @@
language: node_js
node_js:
- "8"
script:
- npm test
before_install: npm install -g grunt-cli

View file

@ -0,0 +1,35 @@
"use strict";
module.exports = function (grunt) {
// Project configuration.
grunt.initConfig({
jshint: {
all: ["Gruntfile.js", "lib/*.js", "<%= nodeunit.tests %>"],
options: {
jshintrc: ".jshintrc",
},
},
// Before generating any new files, remove any previously-created files.
clean: {
tests: ["tmp"],
},
// Unit tests.
nodeunit: {
tests: ["test/*_test.js"],
},
});
// These plugins provide necessary tasks.
grunt.loadNpmTasks("grunt-contrib-jshint");
grunt.loadNpmTasks("grunt-contrib-clean");
grunt.loadNpmTasks("grunt-contrib-nodeunit");
// Whenever the "test" task is run, first clean the "tmp" dir, then run this
// plugin's task(s), then test the result.
grunt.registerTask("test", ["clean", "nodeunit"]);
// By default, lint and run all tests.
grunt.registerTask("default", ["jshint", "test"]);
};

View file

@ -0,0 +1,21 @@
The MIT License (MIT)
Copyright (C) 2014-present Patrick Gillespie and other contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.

View file

@ -0,0 +1,334 @@
```
___________.___ ________.__ __ __
\_ _____/| |/ _____/| | _____/ |_ |__| ______
| __) | / \ ___| | _/ __ \ __\ | |/ ___/
| \ | \ \_\ \ |_\ ___/| | | |\___ \
\___ / |___|\______ /____/\___ >__| /\ /\__| /____ >
\/ \/ \/ \/ \______| \/
```
[![Build Status](https://travis-ci.org/patorjk/figlet.js.svg)](https://travis-ci.org/patorjk/figlet.js)
This project aims to fully implement the FIGfont spec in JavaScript. It works in the browser and with Node.js. You can see it in action here: http://patorjk.com/software/taag/ (the figlet.js file was written to power that application)
Quick Start - Node.js
-------------------------
Install:
```sh
npm install figlet
```
Simple usage:
```js
var figlet = require('figlet');
figlet('Hello World!!', function(err, data) {
if (err) {
console.log('Something went wrong...');
console.dir(err);
return;
}
console.log(data)
});
```
That should print out:
```
_ _ _ _ __ __ _ _ _ _
| | | | ___| | | ___ \ \ / /__ _ __| | __| | | |
| |_| |/ _ \ | |/ _ \ \ \ /\ / / _ \| '__| |/ _` | | |
| _ | __/ | | (_) | \ V V / (_) | | | | (_| |_|_|
|_| |_|\___|_|_|\___/ \_/\_/ \___/|_| |_|\__,_(_|_)
```
Basic Usage - Node.js
-------------------------
There are 5 main functions on the figlet object.
### text
Calling the figlet object as a function is shorthand for calling the text function. This method allows you to create ASCII Art from text. It takes in 3 parameters:
* Input Text - A string of text to turn into ASCII Art.
* Font Options - Either a string indicating the font name or an options object (description below).
* Callback - A function to execute with the generated ASCII Art.
Example:
```js
figlet.text('Boo!', {
font: 'Ghost',
horizontalLayout: 'default',
verticalLayout: 'default'
}, function(err, data) {
if (err) {
console.log('Something went wrong...');
console.dir(err);
return;
}
console.log(data);
});
```
That will print out:
```
.-. .-') ,---.
\ ( OO ) | |
;-----.\ .-'),-----. .-'),-----. | |
| .-. | ( OO' .-. '( OO' .-. '| |
| '-' /_)/ | | | |/ | | | || |
| .-. `. \_) | |\| |\_) | |\| || .'
| | \ | \ | | | | \ | | | |`--'
| '--' / `' '-' ' `' '-' '.--.
`------' `-----' `-----' '--'
```
### textSync
This method is the synchronous version of the method above.
* Input Text - A string of text to turn into ASCII Art.
* Font Options - Either a string indicating the font name or an options object (description below).
Example:
```js
console.log(figlet.textSync('Boo!', {
font: 'Ghost',
horizontalLayout: 'default',
verticalLayout: 'default'
}));
```
That will print out:
```
.-. .-') ,---.
\ ( OO ) | |
;-----.\ .-'),-----. .-'),-----. | |
| .-. | ( OO' .-. '( OO' .-. '| |
| '-' /_)/ | | | |/ | | | || |
| .-. `. \_) | |\| |\_) | |\| || .'
| | \ | \ | | | | \ | | | |`--'
| '--' / `' '-' ' `' '-' '.--.
`------' `-----' `-----' '--'
```
#### Font Options
The font options object has 3 parameters which you can set:
##### font
Type: `String`
Default value: `'Standard'`
A string value that indicates the FIGlet font to use.
##### horizontalLayout
Type: `String`
Default value: `'default'`
A string value that indicates the horizontal layout to use. FIGlet fonts have 5 possible values for this: "default", full", "fitted", "controlled smushing", and "universal smushing". "default" does the kerning the way the font designer intended, "full" uses full letter spacing, "fitted" moves the letters together until they almost touch, and "controlled smushing" and "universal smushing" are common FIGlet kerning setups.
##### verticalLayout
Type: `String`
Default value: `'default'`
A string value that indicates the vertical layout to use. FIGlet fonts have 5 possible values for this: "default", full", "fitted", "controlled smushing", and "universal smushing". "default" does the kerning the way the font designer intended, "full" uses full letter spacing, "fitted" moves the letters together until they almost touch, and "controlled smushing" and "universal smushing" are common FIGlet kerning setups.
#### kerning
The layout options allow you to override a font's default "kerning". Below you can see how this effects the text. The string "Kerning" was printed using the "Standard" font with horiontal layouts of "default", "fitted" and then "full".
```
_ __ _
| |/ /___ _ __ _ __ (_)_ __ __ _
| ' // _ \ '__| '_ \| | '_ \ / _` |
| . \ __/ | | | | | | | | | (_| |
|_|\_\___|_| |_| |_|_|_| |_|\__, |
|___/
_ __ _
| |/ / ___ _ __ _ __ (_) _ __ __ _
| ' / / _ \| '__|| '_ \ | || '_ \ / _` |
| . \| __/| | | | | || || | | || (_| |
|_|\_\\___||_| |_| |_||_||_| |_| \__, |
|___/
_ __ _
| |/ / ___ _ __ _ __ (_) _ __ __ _
| ' / / _ \ | '__| | '_ \ | | | '_ \ / _` |
| . \ | __/ | | | | | | | | | | | | | (_| |
|_|\_\ \___| |_| |_| |_| |_| |_| |_| \__, |
|___/
```
In most cases you'll either use the default setting or the "fitted" setting. Most fonts don't support vertical kerning, but a hand full fo them do (like the "Standard" font).
### metadata
The metadata function allows you to retrieve a font's default options and header comment. Example usage:
```js
figlet.metadata('Standard', function(err, options, headerComment) {
if (err) {
console.log('something went wrong...');
console.dir(err);
return;
}
console.dir(options);
console.log(headerComment);
});
```
### fonts
The fonts function allows you to get a list of all of the available fonts. Example usage:
```js
figlet.fonts(function(err, fonts) {
if (err) {
console.log('something went wrong...');
console.dir(err);
return;
}
console.dir(fonts);
});
```
### fontsSync
The synchronous version of the fonts method
```js
console.log(figlet.fontsSync());
```
### parseFont
Allows you to use a font from another source.
```js
const fs = require('fs');
const path = require('path');
let data = fs.readFileSync(path.join(__dirname, 'myfont.flf'), 'utf8');
figlet.parseFont('myfont', data);
console.log(figlet.textSync('myfont!', 'myfont'));
```
Getting Started - Webpack / React
-------------------------
Webpack/React usage will be very similar to what's talked about in the "Getting Started - The Browser" section. The main difference is that you import fonts via the importable-fonts folder. Example:
```js
import figlet from 'figlet';
import standard from 'figlet/importable-fonts/Standard.js'
figlet.parseFont('Standard', standard);
figlet.text('test', {
font: 'Standard',
}, function(err, data) {
console.log(data);
});
```
Getting Started - The Browser
-------------------------
The browser API is the same as the Node API with the exception of the "fonts" method not being available. The browser version also requires [fetch API](https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API) (or a [shim](https://github.com/github/fetch)) for its loadFont function.
Example usage:
```html
<script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/fetch/1.0.0/fetch.min.js"></script>
<script type="text/javascript" src="figlet.js"></script>
<script>
figlet(inputText, 'Standard', function(err, text) {
if (err) {
console.log('something went wrong...');
console.dir(err);
return;
}
console.log(text);
});
</script>
```
### textSync
The browser API supports a synchronous mode so long as fonts used are preloaded.
Example:
```js
figlet.defaults({fontPath: "assets/fonts"});
figlet.preloadFonts(["Standard", "Ghost"], ready);
function ready(){
console.log(figlet.textSync("ASCII"));
console.log(figlet.textSync("Art", "Ghost"));
}
```
That will print out:
```
_ ____ ____ ___ ___
/ \ / ___| / ___||_ _||_ _|
/ _ \ \___ \ | | | | | |
/ ___ \ ___) || |___ | | | |
/_/ \_\|____/ \____||___||___|
('-. _ .-') .-') _
( OO ).-.( \( -O ) ( OO) )
/ . --. / ,------. / '._
| \-. \ | /`. '|'--...__)
.-'-' | | | / | |'--. .--'
\| |_.' | | |_.' | | |
| .-. | | . '.' | |
| | | | | |\ \ | |
`--' `--' `--' '--' `--'
```
See the examples folder for a more robust front-end example.
Getting Started - Command Line
-------------------------
To use figlet.js on the command line, install figlet-cli:
```sh
npm install -g figlet-cli
```
And then you should be able run from the command line. Example:
```sh
figlet -f "Dancing Font" "Hi"
```
For more info see the [figlet-cli](https://github.com/patorjk/figlet-cli).
## Release History
* 2020.04.26 v1.4.0 Removed jQuery from preloader and examples.
* 2020.02.23 v1.3.0 Added the "ANSI Regular" font and updated the README with info on how to use with Webpack.
* 2018.03.26 v1.2.1 parseFont works in node for adding fonts manually
* 2016.09.27 v1.2.0 jQuery replaced with fetch API / polyfill.
* 2016.04.28 v1.1.2 textSync now works in the browser with font pre-loading.
* 2013.01.02 v1.0.8 Added tests and command line info.
* 2013.12.28 v1.0.7 README update and minor tweaks.
* 2014.07.31 v1.0.10 Bug fixes.
* 2014.08.15 v1.1.0 Sync functions added.

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,127 @@
<!DOCTYPE html>
<html>
<head>
<title>FIGlet Example</title>
</head>
<body>
<div>
<label for="font">Font:</label>
<select id="font">
<option value="3D Diagonal">3D Diagonal</option>
<option value="Dancing Font">Dancing Font</option>
<option value="Ghost">Ghost</option>
<option value="Graffiti">Graffiti</option>
<option value="Patorjk's Cheese">Patorjk's Cheese</option>
<option value="Standard" selected>Standard</option>
<option value="Pagga" >Pagga</option>
<option value="Pawp" >Pawp</option>
</select>
</div>
<div>
<label for="hLayout">Horizontal Layout:</label>
<select id="hLayout">
<option value="default" selected>Default</option>
<option value="full">Full</option>
<option value="fitted">Fitted</option>
<option value="controlled smushing">Controlled Smushing</option>
<option value="universal smushing">Universal Smushing</option>
</select>
</div>
<div>
<label for="vLayout">Vertical Layout:</label>
<select id="vLayout">
<option value="default" selected>Default</option>
<option value="full">Full</option>
<option value="fitted">Fitted</option>
<option value="controlled smushing">Controlled Smushing</option>
<option value="universal smushing">Universal Smushing</option>
</select>
</div>
<div>
<label for="inputText">Input:</label>
</div>
<textarea id="inputText" style="height:100px;width:200px;">test
123</textarea>
<p></p>
<div>
<label for="outputFigDisplay">Output</label>
</div>
<div id="outputFigDisplay"></div>
<script type="text/javascript" src="../../lib/figlet.js"></script>
<script>
if (window.location.protocol === 'file:') {
alert('fetch APi does not support file: protocol.');
}
figlet.defaults({
fontPath: '../../fonts'
});
figlet.preloadFonts(["Standard", "Ghost"], function() {
console.log('prefetching done (only did it for 2 fonts)!');
});
/*
Generates the put
*/
var update = function() {
var fontName = document.querySelector('#font option:checked').value,
inputText = document.querySelector('#inputText').value,
vLayout = document.querySelector('#vLayout option:checked').value,
hLayout = document.querySelector('#hLayout option:checked').value;
/*
How to use the text output.
The below call could also have been: figlet.text(...
*/
figlet(inputText, {
font: fontName,
horizontalLayout: hLayout,
verticalLayout: vLayout
}, function(err, text) {
if (err) {
console.log('something went wrong...');
console.dir(err);
return;
}
document.querySelector('#outputFigDisplay').innerHTML = ("<pre>" + text + "</pre>");
});
/*
How to read the metadata for a font
*/
/*
figlet.metadata(fontName, function(err, options, headerComment) {
if (err) {
console.log('something went wrong...');
console.dir(err);
return;
}
console.dir(options);
console.log(headerComment);
});
*/
};
/*
GUI Controls
*/
document.querySelector('#hLayout').addEventListener("change", update);
document.querySelector('#vLayout').addEventListener("change", update);
document.querySelector('#font').addEventListener("change", update);
document.querySelector('#inputText').addEventListener("keyup", update);
update(); // init
</script>
</body>
</html>

View file

@ -0,0 +1,51 @@
/*
Example
*/
var figlet = require("../..");
/*
Once this has been run:
npm install figlet
Use the below line instead of the above line
*/
// var figlet = require('figlet');
figlet("Hello World!", "Standard", function (err, data) {
if (err) {
console.log("Something went wrong...");
console.dir(err);
return;
}
console.log(data);
figlet.text("Again, Hello World!", "Graffiti", function (err, data) {
if (err) {
console.log("Something went wrong...");
console.dir(err);
return;
}
console.log(data);
figlet.text(
"Last time...",
{
font: "Standard",
horizontalLayout: "full",
verticalLayout: "full",
},
function (err, data) {
if (err) {
console.log("Something went wrong...");
console.dir(err);
return;
}
console.log(data);
}
);
});
});

View file

@ -0,0 +1,24 @@
/*
Example
*/
var figlet = require("../..");
/*
Once this has been run:
npm install figlet
Use the below line instead of the above line
*/
// var figlet = require('figlet');
console.log(figlet.textSync("Hello World!", "Standard"));
console.log(figlet.textSync("Again, Hello World!", "Graffiti"));
console.log(
figlet.textSync("Last time...", {
font: "Standard",
horizontalLayout: "full",
verticalLayout: "full",
})
);

View file

@ -0,0 +1,218 @@
flf2a$ 2 1 8 -1 13
1row font by unknown
=======================
-> Conversion to FigLet font by MEPH. (Part of ASCII Editor Service Pack I)
(http://studenten.freepage.de/meph/ascii/editor/_index.htm)
-> Defined: ASCII code alphanumeric
-> Uppercase characters only.
Was a part of a '1row' font collection. Author unknown.
$@
$@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
(\) @
@@
'| @
@@
^/_ @
@@
-} @
@@
+| @
@@
;~ @
@@
(o @
@@
"/ @
@@
{} @
@@
"| @
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
/\ @
@@
]3 @
@@
( @
@@
|) @
@@
[- @
@@
/= @
@@
(_, @
@@
|-| @
@@
| @
@@
_T @
@@
/< @
@@
|_ @
@@
|\/| @
@@
|\| @
@@
() @
@@
|^ @
@@
()_ @
@@
/? @
@@
_\~ @
@@
~|~ @
@@
|_| @
@@
\/ @
@@
\/\/ @
@@
>< @
@@
`/ @
@@
~/_ @
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
/\ @
@@
]3 @
@@
( @
@@
|) @
@@
[- @
@@
/= @
@@
(_, @
@@
|-| @
@@
| @
@@
_T @
@@
/< @
@@
|_ @
@@
|\/| @
@@
|\| @
@@
() @
@@
|^ @
@@
()_ @
@@
/? @
@@
_\~ @
@@
~|~ @
@@
|_| @
@@
\/ @
@@
\/\/ @
@@
>< @
@@
`/ @
@@
~/_ @
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@
@
@@

View file

@ -0,0 +1,823 @@
flf2a$ 8 8 20 -1 6
3-D font created by Daniel Henninger <dahennin@eos.ncsu.edu>
---
Font modified June 17, 2007 by patorjk
This was to widen the space character.
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@@
**@
/**@
/**@
/**@
/**@
// @
**@
// @@
* *@
/* /*@
/ / @
@
@
@
@
@@
@
** ** @
************@
///**////**/ @
/** /** @
************@
///**////**/ @
// // @@
* @
*****@
/*/*/ @
/*****@
///*/*@
*****@
///*/ @
/ @@
@
** ** @
// ** @
** @
** @
** @
** ** @
// // @@
** @
*/ * @
/ ** @
*/ * *@
* / * @
/* /* @
/ **** *@
//// / @@
**@
//*@
/ @
@
@
@
@
@@
**@
** @
** @
/** @
/** @
//** @
//**@
// @@
** @
//** @
//**@
/**@
/**@
** @
** @
// @@
** @
** /** ** @
//** /** ** @
**************@
///**//**//**/ @
** /** //** @
// /** // @
// @@
@
* @
/* @
*********@
/////*/// @
/* @
/ @
@@
@
@
@
@
@
**@
//*@
/ @@
@
@
@
*****@
///// @
@
@
@@
@
@
@
@
@
**@
/**@
// @@
**@
** @
** @
** @
** @
** @
** @
// @@
**** @
*///**@
/* */*@
/* * /*@
/** /*@
/* /*@
/ **** @
//// @@
** @
*** @
//** @
/** @
/** @
/** @
****@
//// @@
**** @
*/// *@
/ /*@
*** @
*// @
* @
/******@
////// @@
**** @
*/// *@
/ /*@
*** @
/// *@
* /*@
/ **** @
//// @@
** @
*/* @
* /* @
******@
/////* @
/* @
/* @
/ @@
******@
/*//// @
/***** @
///// *@
/*@
* /*@
/ **** @
//// @@
**** @
*/// *@
/* / @
/***** @
/*/// *@
/* /*@
/ **** @
//// @@
******@
//////*@
/*@
* @
* @
* @
* @
/ @@
**** @
*/// *@
/* /*@
/ **** @
*/// *@
/* /*@
/ **** @
//// @@
**** @
*/// *@
/* /*@
/ **** @
///* @
* @
* @
/ @@
@
@
@
@
**@
// @
**@
// @@
@
@
@
**@
// @
**@
//*@
/ @@
**@
**/ @
**/ @
**/ @
// ** @
// ** @
// **@
// @@
@
@
******@
////// @
******@
////// @
@
@@
** @
// ** @
// ** @
// **@
**/ @
**/ @
**/ @
// @@
**** @
**//**@
/** /**@
// ** @
** @
// @
** @
// @@
**** @
*/// *@
/* **/*@
/*/* /*@
/*/ ** @
/* // @
/ *****@
///// @@
** @
**** @
**//** @
** //** @
**********@
/**//////**@
/** /**@
// // @@
****** @
/*////** @
/* /** @
/****** @
/*//// **@
/* /**@
/******* @
/////// @@
****** @
**////**@
** // @
/** @
/** @
//** **@
//****** @
////// @@
******* @
/**////** @
/** /**@
/** /**@
/** /**@
/** ** @
/******* @
/////// @@
********@
/**///// @
/** @
/******* @
/**//// @
/** @
/********@
//////// @@
********@
/**///// @
/** @
/******* @
/**//// @
/** @
/** @
// @@
******** @
**//////**@
** // @
/** @
/** *****@
//** ////**@
//******** @
//////// @@
** **@
/** /**@
/** /**@
/**********@
/**//////**@
/** /**@
/** /**@
// // @@
**@
/**@
/**@
/**@
/**@
/**@
/**@
// @@
**@
/**@
/**@
/**@
/**@
** /**@
//***** @
///// @@
** **@
/** ** @
/** ** @
/**** @
/**/** @
/**//** @
/** //**@
// // @@
** @
/** @
/** @
/** @
/** @
/** @
/********@
//////// @@
**** ****@
/**/** **/**@
/**//** ** /**@
/** //*** /**@
/** //* /**@
/** / /**@
/** /**@
// // @@
**** **@
/**/** /**@
/**//** /**@
/** //** /**@
/** //**/**@
/** //****@
/** //***@
// /// @@
******* @
**/////** @
** //**@
/** /**@
/** /**@
//** ** @
//******* @
/////// @@
******* @
/**////**@
/** /**@
/******* @
/**//// @
/** @
/** @
// @@
******* @
**/////** @
** //** @
/** /** @
/** **/** @
//** // ** @
//******* **@
/////// // @@
******* @
/**////** @
/** /** @
/******* @
/**///** @
/** //** @
/** //**@
// // @@
********@
**////// @
/** @
/*********@
////////**@
/**@
******** @
//////// @@
**********@
/////**/// @
/** @
/** @
/** @
/** @
/** @
// @@
** **@
/** /**@
/** /**@
/** /**@
/** /**@
/** /**@
//******* @
/////// @@
** **@
/** /**@
/** /**@
//** ** @
//** ** @
//**** @
//** @
// @@
** **@
/** /**@
/** * /**@
/** *** /**@
/** **/**/**@
/**** //****@
/**/ ///**@
// // @@
** **@
//** ** @
//** ** @
//*** @
**/** @
** //** @
** //**@
// // @@
** **@
//** ** @
//**** @
//** @
/** @
/** @
/** @
// @@
********@
//////** @
** @
** @
** @
** @
********@
//////// @@
*****@
/**// @
/** @
/** @
/** @
/** @
/*****@
///// @@
** @
//** @
//** @
//** @
//** @
//** @
//**@
// @@
*****@
////**@
/**@
/**@
/**@
/**@
*****@
///// @@
** @
**/ ** @
** // **@
// // @
@
@
@
@@
@
@
@
@
@
@
*****@
///// @@
**@
/* @
/ @
@
@
@
@
@@
@
@
****** @
//////** @
******* @
**////** @
//********@
//////// @@
** @
/** @
/** @
/****** @
/**///**@
/** /**@
/****** @
///// @@
@
@
***** @
**///**@
/** // @
/** **@
//***** @
///// @@
**@
/**@
/**@
******@
**///**@
/** /**@
//******@
////// @@
@
@
***** @
**///**@
/*******@
/**//// @
//******@
////// @@
****@
/**/ @
******@
///**/ @
/** @
/** @
/** @
// @@
@
***** @
**///**@
/** /**@
//******@
/////**@
***** @
///// @@
** @
/** @
/** @
/****** @
/**///**@
/** /**@
/** /**@
// // @@
**@
// @
**@
/**@
/**@
/**@
/**@
// @@
**@
// @
**@
/**@
/**@
**/**@
//*** @
/// @@
** @
/** @
/** **@
/** ** @
/**** @
/**/** @
/**//**@
// // @@
**@
/**@
/**@
/**@
/**@
/**@
***@
/// @@
@
@
********** @
//**//**//**@
/** /** /**@
/** /** /**@
*** /** /**@
/// // // @@
@
@
******* @
//**///**@
/** /**@
/** /**@
*** /**@
/// // @@
@
@
****** @
**////**@
/** /**@
/** /**@
//****** @
////// @@
@
****** @
/**///**@
/** /**@
/****** @
/**/// @
/** @
// @@
@
**** @
**//** @
/** /** @
//***** @
////** @
/***@
/// @@
@
@
******@
//**//*@
/** / @
/** @
/*** @
/// @@
@
@
******@
**//// @
//***** @
/////**@
****** @
////// @@
** @
/** @
******@
///**/ @
/** @
/** @
//** @
// @@
@
@
** **@
/** /**@
/** /**@
/** /**@
//******@
////// @@
@
@
** **@
/** /**@
//** /** @
//**** @
//** @
// @@
@
@
*** **@
//** * /**@
/** ***/**@
/****/****@
***/ ///**@
/// /// @@
@
@
** **@
//** ** @
//*** @
**/** @
** //**@
// // @@
@
** **@
//** ** @
//*** @
/** @
** @
** @
// @@
@
@
******@
////** @
** @
** @
******@
////// @@
***@
**/ @
/** @
*** @
///** @
/** @
//***@
/// @@
*@
/*@
/*@
/ @
*@
/*@
/*@
/ @@
*** @
///** @
/** @
//***@
**/ @
/** @
*** @
/// @@
** *** @
//***//**@
/// // @
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,617 @@
flf2a$ 6 4 6 -1 4
3x5 font by Richard Kirk (rak@crosfield.co.uk).
Ported to figlet, and slightly changed (without permission :-})
by Daniel Cabeza Gras (bardo@dia.fi.upm.es)
@
@
@
@
@
@@
@
# @
# @
# @
@
# @@
@
# # @
# # @
@
@
@@
@
# # @
### @
# # @
### @
# # @@
@
## @
## @
### @
## @
## @@
@
# # @
# @
# @
# @
# # @@
@
# @
# @
## @
# # @
### @@
@
# @
# @
# @
@
@@
@
# @
# @
# @
# @
# @@
@
# @
# @
# @
# @
# @@
@
# @
### @
# @
### @
# @@
@
@
# @
### @
# @
@@
@
@
@
@
# @
# @@
@
@
@
### @
@
@@
@
@
@
@
@
# @@
@
# @
# @
# @
# @
# @@
@
### @
# # @
# # @
# # @
### @@
@
# @
## @
# @
# @
### @@
@
### @
# @
### @
# @
### @@
@
### @
# @
## @
# @
### @@
@
# # @
# # @
### @
# @
# @@
@
### @
# @
### @
# @
### @@
@
### @
# @
### @
# # @
### @@
@
### @
# @
# @
# @
# @@
@
### @
# # @
### @
# # @
### @@
@
### @
# # @
### @
# @
### @@
@
@
# @
@
# @
@@
@
@
# @
@
# @
# @@
@
# @
# @
# @
# @
# @@
@
@
### @
@
### @
@@
@
# @
# @
# @
# @
# @@
@
### @
# @
## @
@
# @@
@
### @
# # @
# @
### @
@@
@
# @
# # @
### @
# # @
# # @@
@
## @
# # @
## @
# # @
## @@
@
## @
# @
# @
# @
## @@
@
## @
# # @
# # @
# # @
## @@
@
### @
# @
## @
# @
### @@
@
### @
# @
## @
# @
# @@
@
## @
# @
# # @
# # @
## @@
@
# # @
# # @
### @
# # @
# # @@
@
### @
# @
# @
# @
### @@
@
## @
# @
# @
# # @
# @@
@
# # @
# # @
## @
# # @
# # @@
@
# @
# @
# @
# @
### @@
@
# # @
### @
### @
# # @
# # @@
@
### @
# # @
# # @
# # @
# # @@
@
# @
# # @
# # @
# # @
# @@
@
## @
# # @
## @
# @
# @@
@
# @
# # @
# # @
## @
# @@
@
## @
# # @
## @
# # @
# # @@
@
## @
# @
# @
# @
## @@
@
### @
# @
# @
# @
# @@
@
# # @
# # @
# # @
# # @
### @@
@
# # @
# # @
# # @
# # @
# @@
@
# # @
# # @
### @
### @
# # @@
@
# # @
# # @
# @
# # @
# # @@
@
# # @
# # @
# @
# @
# @@
@
### @
# @
# @
# @
### @@
@
## @
# @
# @
# @
## @@
@
# @
# @
# @
# @
# @@
@
## @
# @
# @
# @
## @@
@
# @
# # @
@
@
@@
@
@
@
@
@
### @@
@
# @
# @
# @
@
@@
@
@
## @
# # @
### @
@@
@
# @
### @
# # @
### @
@@
@
@
### @
# @
### @
@@
@
# @
### @
# # @
### @
@@
@
@
### @
## @
### @
@@
@
## @
# @
### @
# @
## @@
@
@
### @
# # @
## @
### @@
@
# @
### @
# # @
# # @
@@
@
# @
@
# @
## @
@@
@
# @
@
# @
# @
# @@
@
# @
# # @
## @
# # @
@@
@
# @
# @
# @
## @
@@
@
@
### @
### @
# # @
@@
@
@
## @
# # @
# # @
@@
@
@
### @
# # @
### @
@@
@
@
### @
# # @
### @
# @@
@
@
### @
# # @
### @
# @@
@
@
### @
# @
# @
@@
@
@
## @
# @
## @
@@
@
# @
### @
# @
## @
@@
@
@
# # @
# # @
### @
@@
@
@
# # @
# # @
# @
@@
@
@
# # @
### @
### @
@@
@
@
# # @
# @
# # @
@@
@
@
# # @
### @
# @
### @@
@
@
## @
# @
## @
@@
@
## @
# @
## @
# @
## @@
@
# @
# @
# @
# @
# @@
@
## @
# @
## @
# @
## @@
@
# @
### @
# @
@
@@
@
# # @
# @
# # @
### @
# # @@
@
# # @
### @
# # @
# # @
### @@
@
# # @
@
# # @
# # @
### @@
@
# # @
## @
# # @
### @
@@
@
# # @
### @
# # @
### @
@@
@
# # @
@
# # @
### @
@@
@
### @
## @
# # @
## @
# @@

View file

@ -0,0 +1,411 @@
flf2a$ 4 4 18 16 2
4max.flf by Philip Menke (philippe@dds.nl)
April 1995
$ $#
$ $#
$ $#
$ $##
d8b$#
Y8P$#
`"'$#
(8)$##
o8o o8o$#
`"' `"'$#
$#
$##
__88_88__$#
""88"88""$#
__88_88__$#
""88"88""$##
.dPIIY8$#
`YbII "$#
o.`II8b$#
8boIIP'$##
.o. dP $#
`"'dP $#
dP.o.$#
dP `"'$##
d888 $#
dP_______$#
Yb"""88""$#
`Ybo 88 $##
.o.$#
,dP'$#
$#
$##
dP$#
dP $#
Yb $#
Yb$##
Yb $#
Yb$#
dP$#
dP $##
o $#
`8.8.8'$#
.8.8.8.$#
" $##
oo $#
___88___$#
"""88"""$#
"" $##
$#
$#
.o.$#
,dP'$##
$#
________$#
""""""""$#
$##
$#
$#
.o.$#
`"'$##
dP$#
dP $#
dP $#
dP $##
dP"Yb $#
dP Yb$#
Yb dP$#
YbodP $##
.d$#
.d88$#
88$#
88$##
oP"Yb.$#
"' dP'$#
dP' $#
.d8888$##
88888$#
.dP$#
o `Yb$#
YbodP$##
dP88 $#
dP 88 $#
d888888$#
88 $##
888888$#
88oo."$#
`8b$#
8888P'$##
dP' $#
.d8' $#
8P"""Yb$#
`YboodP$##
888888P$#
dP $#
dP $#
dP $##
.dP"o.$#
`8b.d'$#
d'`Y8b$#
`bodP'$##
dP""Yb$#
Ybood8$#
.8P'$#
.dP' $##
.o.$#
`"'$#
.o.$#
`"'$##
.o.$#
`"'$#
.o.$#
,dP'$##
.dP'$#
.dP' $#
`Yb. $#
`Yb.$##
$#
oooooo$#
______$#
""""""$##
`Yb. $#
`Yb.$#
.dP'$#
.dP' $##
oP"Yb.$#
"'.dP'$#
8P $#
(8) $##
dP""Yb $#
dP PY Yb$#
Yb boodP$#
Ybooo $##
db $#
dPYb $#
dP__Yb $#
dP""""Yb$##
88""Yb$#
88__dP$#
88""Yb$#
88oodP$##
dP""b8$#
dP `"$#
Yb $#
YboodP$##
8888b. $#
8I Yb$#
8I dY$#
8888Y" $##
888888$#
88__ $#
88"" $#
888888$##
888888$#
88__ $#
88"" $#
88 $##
dP""b8$#
dP `"$#
Yb "88$#
YboodP$##
88 88$#
88 88$#
888888$#
88 88$##
88$#
88$#
88$#
88$##
88888$#
88$#
o. 88$#
"bodP'$##
88 dP$#
88odP $#
88"Yb $#
88 Yb$##
88 $#
88 $#
88 .o$#
88ood8$##
8b d8$#
88b d88$#
88YbdP88$#
88 YY 88$##
88b 88$#
88Yb88$#
88 Y88$#
88 Y8$##
dP"Yb $#
dP Yb$#
Yb dP$#
YbodP $##
88""Yb$#
88__dP$#
88""" $#
88 $##
dP"Yb $#
dP Yb$#
Yb b dP$#
`"YoYo$##
88""Yb$#
88__dP$#
88"Yb $#
88 Yb$##
.dP"Y8$#
`Ybo."$#
o.`Y8b$#
8bodP'$##
888888$#
88 $#
88 $#
88 $##
88 88$#
88 88$#
Y8 8P$#
`YbodP'$##
Yb dP$#
Yb dP $#
YbdP $#
YP $##
Yb dP$#
Yb db dP $#
YbdPYbdP $#
YP YP $##
Yb dP$#
YbdP $#
dPYb $#
dP Yb$##
Yb dP$#
YbdP $#
8P $#
dP $##
8888P$#
dP $#
dP $#
d8888$##
88888$#
88 $#
88 $#
88888$##
Yb $#
Yb $#
Yb $#
Yb$##
88888$#
88$#
88$#
88888$##
.db. $#
.dP'`Yb.$#
$#
$##
$#
$#
$#
oooooooooo$##
.o. $#
`Yb.$#
$#
$##
db $#
dPYb $#
dP__Yb $#
dP""""Yb$##
88""Yb$#
88__dP$#
88""Yb$#
88oodP$##
dP""b8$#
dP `"$#
Yb $#
YboodP$##
8888b. $#
8I Yb$#
8I dY$#
8888Y" $##
888888$#
88__ $#
88"" $#
888888$##
888888$#
88__ $#
88"" $#
88 $##
dP""b8$#
dP `"$#
Yb "88$#
YboodP$##
88 88$#
88 88$#
888888$#
88 88$##
88$#
88$#
88$#
88$##
88888$#
88$#
o. 88$#
"bodP'$##
88 dP$#
88odP $#
88"Yb $#
88 Yb$##
88 $#
88 $#
88 .o$#
88ood8$##
8b d8$#
88b d88$#
88YbdP88$#
88 YY 88$##
88b 88$#
88Yb88$#
88 Y88$#
88 Y8$##
dP"Yb $#
dP Yb$#
Yb dP$#
YbodP $##
88""Yb$#
88__dP$#
88""" $#
88 $##
dP"Yb $#
dP Yb$#
Yb b dP$#
`"YoYo$##
88""Yb$#
88__dP$#
88"Yb $#
88 Yb$##
.dP"Y8$#
`Ybo."$#
o.`Y8b$#
8bodP'$##
888888$#
88 $#
88 $#
88 $##
88 88$#
88 88$#
Y8 8P$#
`YbodP'$##
Yb dP$#
Yb dP $#
YbdP $#
YP $##
Yb dP$#
Yb db dP $#
YbdPYbdP $#
YP YP $##
Yb dP$#
YbdP $#
dPYb $#
dP Yb$##
Yb dP$#
YbdP $#
8P $#
dP $##
8888P$#
dP $#
dP $#
d8888$##
d888$#
.dP $#
`Yb $#
Y888$##
II$#
II$#
II$#
II$##
888b $#
Yb.$#
dP'$#
888P $##
dP"Yb dP$#
dP `YbdP $#
$#
$##
db db db$#
""dPYb""$#
dP__Yb $#
dP""""Yb$##
db db $#
".oo." $#
dP Yb $#
YboodP $##
db db$#
"" ""$#
Yb dP$#
YbodP $##
db db db$#
""dPYb""$#
dP__Yb $#
dP""""Yb$##
db db $#
".oo." $#
dP Yb $#
YboodP $##
db db$#
"" ""$#
Y8 8P$#
YbodP $##
dP"o.$#
88.d'$#
88`8b$#
d8P P'$##

View file

@ -0,0 +1,617 @@
flf2a$ 6 6 20 15 4
5lineobl.flf 11/94 pk6811s@acad.drake.edu, updated 1/95 syb3@ABER.AC.UK
Definitely a 5-line font.
Changes: 6/2001 Markus Gebhard markus@jave.de
Removed topmost line. It IS a 6 line font! Baseline is 6.
$$@
$$@
$$@
$$@
$$@
$$@@
$ @
$//$@
$//$ @
$//$ @
$ $ @
//$ @@
@
$| |$@
$$$ @
$$$ @
$$$ @
$$$ @@
@
$ __/__/_$@
$__/__/_$ @
$ / / $ @
@
@@
@
__//_ @
( // )$@
\\ @
(__//_)$ @
// @@
@
() //$@
// @
// @
// ()$@
@@
@
(( ))$@
\\ // @
$/\\/ $ @
// \\ @
((___\\$ @@
$$ @
$//$@
$$ @
$ @
$ @
@@
@
_ $@
// $ @
// $ @
// $ @
(( $ @@
@
))$@
//$ @
//$ @
//$ @
//$ @@
@
$ @
@
$_\\/_$@
$ //\$ @
$ @@
@
@
$ $@
$_||_$@
$ || $@
$ $@@
@
$$ @
@
@
$$ @
$//$@@
$$$$ @
$$$$ @
$$$$ @
____ $@
$$$$ @
$$$$ @@
@
$ @
$ @
@
$$ @
() @@
@
@
//$@
// @
// @
//$ @@
@
___ @
// ) )$@
// / / @
// / / @
((___/ /$ @@
@
@
/_ /$ @
/ / @
/ / @
/ /$ @@
@
___ @
// ) )$@
___/ / @
/ ____/ @
/ /____$ @@
@
___ @
// ) )$@
__ / / @
) ) @
((___/ /$ @@
@
$@
//___/ / @
/____ / @
/ / @
/ /$ @@
@
____ $@
// @
//__ @
) ) @
((___/ /$ @@
@
____$ @
// @
//__ @
// ) ) @
((___/ /$ @@
@
___ $ @
// / / @
/ / @
/ / @
/ /$ @@
@
__ @
// ) )$@
((_ / / @
// ) ) @
((__/ /$ @@
@
___ @
// / /$ @
((___/ / @
/ / @
/ /$ @@
@
@
@
()$@
()$ @
@@
@
@
@
()$@
@
//$ @@
@
$$ @
//$@
<< @
\\$@
$$ @@
$ $@
$ $@
$ ___$@
$/__/$@
$/__/$@
$ $@@
@
$$ @
\\ $@
>>$@
// $@
$$ @@
@
__ @
(( ) )$@
/ / @
( / @
()$ @@
@
__ $ @
// ) )$ @
// / / $ @
\\ () ) )$@
\\__/ /$ @@
@
// | |$@
//__| | @
/ ___ | @
// | | @
// | |$@@
@
// ) )$@
//___/ / @
/ __ ( @
// ) ) @
//____/ /$ @@
@
// ) )$@
// @
// @
// @
((____/ /$ @@
@
// ) )$@
// / / @
// / / @
// / / @
//____/ /$ @@
@
// / /$@
//____ @
/ ____ @
// @
//____/ /$ @@
@
// / /$@
//___$ @
/ ___ $ @
// @
// @@
@
// ) )$@
// @
// ____$ @
// / / @
((____/ /$ @@
@
// / /$@
//___ / / @
/ ___ / @
// / / @
// / /$ @@
___ ___$@
/ / @
/ / @
/ / @
/ / @
__/ /___$ @@
@
/ /$@
/ / @
/ / @
/ / @
$((___/ /$ @@
@
// / /$@
//__ / / @
//__ /$ @
// \ \ @
// \ \$ @@
@
/ / $ @
/ / @
/ / @
/ / @
/ /____/ /$@@
@
/| //| |$@
//| // | | @
// | // | | @
// | // | | @
// |// | |$@@
@
/| / /$@
//| / / @
// | / / @
// | / / @
// |/ /$ @@
@
// ) )$@
// / / @
// / / @
// / / @
((___/ /$ @@
@
// ) )$@
//___/ / @
/ ____ /$ @
// @
// @@
@
// ) )$@
// / / @
// / / @
// \ \ / @
((____\ \$ @@
@
// ) )$@
//___/ / @
/ ___ ( $ @
// | | @
// | |$ @@
@
// ) )$@
(( @
\\ @
) )$ @
((___ / / @@
@
/__ ___/$@
/ / @
/ / @
/ / @
/ / $ @@
@
// / /$@
// / / @
// / / @
// / / @
((___/ /$ @@
@
|| / /$@
|| / / @
|| / / @
||/ / @
| /$ @@
@
|| / | / /$@
|| / | / / @
|| / /||/ / @
||/ / | / @
| / | /$ @@
@
\\ / /$@
\ / @
/ / @
/ /\\ @
/ / \\$@@
@
\\ / /$@
\\ / / @
\\/ / @
/ / @
/ /$ @@
$___ $@
$ / /$@
/ / @
/ / @
$/ / @
/ /___$ @@
@
__$@
/ / @
/ / @
/ / @
/ /__$ @@
@
$ @
\\ $ @
\\ $ @
\\$ @
\\$@@
@
$___ $@
/ /$@
$/ /$ @
/ /$ @
__/ /$ @@
$@
/ |$@
//| |$@
$@
@
$ @@
$$$$$ @
$$$$$ @
$$$$$ @
$$$$$ @
$$$$$ @
_____$@@
$$ @
$@
\\$@
$@
@
$$ @@
@
@
___ @
// ) )$@
// / / @
((___( ($ @@
@
@
/ __ @
// ) )$@
// / / @
((___/ /$ @@
@
@
___ @
// ) )$@
// @
((____$ @@
@
$@
___ /$ @
// ) /$ @
// / /$ @
((___/ /$ @@
@
@
___ @
//___) )$@
// @
((____$ @@
@
// ) )$@
__//__ $ @
// $ @
// $ @
// $ @@
@
@
___ @
// ) )$@
((___/ / @
//__ $ @@
@
@
/ __ @
// ) )$@
// / / @
// / /$ @@
@
@
( )$ @
/ /$ @
/ / @
/ /$ @@
@
@
( )$ @
/ /$ @
/ / @
(( / /$ @@
@
@
/ ___$ @
//\ \ @
// \ \ @
// \ \$@@
@
$@
//$ @
//$ @
//$ @
//$ @@
@
@
_ __ @
// ) ) ) )$@
// / / / / @
// / / / /$ @@
@
@
__ @
// ) )$@
// / / @
// / /$ @@
@
@
___ @
// ) )$@
// / / @
((___/ /$ @@
@
@
___ @
// ) )$@
//___/ / @
// $ @@
@
@
___ @
// ) )$@
((___/ / @
( ($ @@
@
@
__ @
// ) )$@
// @
// $ @@
@
@
___ @
(( ) )$@
\ \ @
// ) )$ @@
@
@
__ ___$@
$/ / $ @
/ / @
/ / $ @@
@
@
@
// / /$@
// / / @
((___( ($ @@
@
@
@
|| / /$@
|| / / @
||/ /$ @@
@
@
@
// / / / /$@
// / / / / @
((__( (__/ /$ @@
@
@
@
\\ / /$@
\/ / @
/ /\$ @@
@
@
@
// / /$@
((___/ / @
/ /$ @@
@
@
$___ @
$ / /$ @
/ / @
/ /__$ @@
@
_$@
// $@
<< $ @
// $ @
((_$ @@
$@
$@
||$@
||$@
||$@
||$@@
@
_ $@
))$@
//$ @
>>$ @
// $ @@
@
_ _$@
// \ \_// $@
$$$ @
$$$ @
@@
_ _ @
@
// | |$@
//__| | @
/ ___ | @
// | |$@@
_ _ @
___ @
// ) )$@
// / / @
// / / @
((___/ /$ @@
_ _ @
@
// / /$@
// / / @
// / / @
((___/ /$ @@
@
_ _ @
___ @
// ) )$@
// / / @
((___( ($ @@
@
_ _ @
___ @
// ) )$@
// / / @
((___/ /$ @@
@
_ _ @
@
// / /$@
// / / @
((___/ /$ @@
@
// ) )$@
//__ / /$ @
/ __ ( @
//___ ) )$ @
// $ @@

View file

@ -0,0 +1,427 @@
flf2a$ 4 3 10 -1 18
3 lines tall font by LESTER
=============================
-> Conversion to FigLet font by MEPH. (Part of ASCII Editor Service Pack I)
(http://studenten.freepage.de/meph/ascii/ascii/editor/_index.htm)
-> Defined: ASCII code alphanumeric + most used symbols
-> Uppercase characters only.
.-~~-.
(_^..^_)
Lester||||AMC - Anthony Cucchiara
*Mythos Online : Internet Magazine of Lovecraftian Horror - Dead Alice*
http://www.fortunecity.com/victorian/redlion/157/deadal.htm
*Visit my web page ANSI/ASCII/Fonts*
http://members.aol.com/lester5374/
$@
$@
$@
$@@
. @
| @
. @
@@
`' @
`; @
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
`' @
`' @
@
@@
. @
( @
` @
@@
. @
) @
' @
@@
@
@
@
@@
@
@
@
@@
@
@
, @
@@
@
@
@
@@
@
@
. @
@@
, @
,' @
' @
@@
.-. @
|\| @
`-' @
@@
. @
'| @
' @
@@
.-. @
.'' @
`-- @
@@
-. @
-| @
-' @
@@
. . @
`-| @
' @
@@
.-. @
``. @
--' @
@@
.-. @
|-. @
`-' @
@@
.-. @
.' @
' @
@@
.-. @
)-( @
`-' @
@@
.-. @
`-| @
`-' @
@@
| @
@
| @
@@
| @
@
| @
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
.-. @
.' @
. @
@@
@
@
@
@@
.-. @
|-| @
` ' @
@@
.-. @
|( @
`-' @
@@
.-. @
| @
`-' @
@@
.-. @
| )@
`-' @
@@
.-. @
|- @
`-' @
@@
.-. @
|- @
' @
@@
.-. @
|.. @
`-' @
@@
. . @
|-| @
' ` @
@@
.-. @
| @
`-' @
@@
. @
| @
`-' @
@@
. . @
|< @
' ` @
@@
. @
| @
`-' @
@@
. . @
|\/| @
' ` @
@@
. . @
|\| @
' ` @
@@
.-. @
| | @
`-' @
@@
.-. @
|-' @
' @
@@
.-. @
|.| @
`-`.@
@@
.-. @
|( @
' ' @
@@
.-. @
`-. @
`-' @
@@
.-. @
| @
' @
@@
. . @
| | @
`-' @
@@
. . @
| | @
`.' @
@@
. . . @
| | | @
`.'.' @
@@
. . @
)( @
' ` @
@@
. . @
| @
` @
@@
.-. @
/ @
`-' @
@@
.' @
( @
`. @
@@
, @
`, @
` @
@@
`. @
) @
.' @
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
.-. @
|-| @
` ' @
@@
.-. @
|( @
`-' @
@@
.-. @
| @
`-' @
@@
.-. @
| )@
`-' @
@@
.-. @
|- @
`-' @
@@
.-. @
|- @
' @
@@
.-. @
|.. @
`-' @
@@
. . @
|-| @
' ` @
@@
.-. @
| @
`-' @
@@
. @
| @
`-' @
@@
. . @
|< @
' ` @
@@
. @
| @
`-' @
@@
. . @
|\/| @
' ` @
@@
. . @
|\| @
' ` @
@@
.-. @
| | @
`-' @
@@
.-. @
|-' @
' @
@@
.-. @
|.| @
`-`.@
@@
.-. @
|( @
' ' @
@@
.-. @
`-. @
`-' @
@@
.-. @
| @
' @
@@
. . @
| | @
`-' @
@@
. . @
| | @
`.' @
@@
. . . @
| | | @
`.'.' @
@@
. . @
)( @
' ` @
@@
. . @
| @
` @
@@
.-. @
/ @
`-' @
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@

View file

@ -0,0 +1,427 @@
flf2a$ 4 3 11 -1 18
3 line vertical font (tilt head to left) font by LESTER
=======================================================
-> Conversion to FigLet font by MEPH. (Part of ASCII Editor Service Pack I)
(http://studenten.freepage.de/meph/ascii/ascii/editor/_index.htm)
-> Defined: ASCII code alphanumeric
-> Uppercase characters only.
.-~~-.
(_^..^_)
Lester||||AMC - Anthony Cucchiara
*Mythos Online : Internet Magazine of Lovecraftian Horror - Dead Alice*
http://www.fortunecity.com/victorian/redlion/157/deadal.htm
*Visit my web page ANSI/ASCII/Fonts*
http://members.aol.com/lester5374/
$@
$@
$@
$@@
@
.:;s ;: @
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
;: @
@
@@
@
@
@
@@
.:;S;:. @
S ./' S @
`:;S;:' @
@@
. @
.:;s;:: @
` ' @
@@
.:;. . @
S S S @
` `::' @
@@
.:;.;:. @
S S S @
` ' @
@@
.:;.;:. @
S @
`:;' @
@@
. .;:. @
S S S @
`:;' ' @
@@
. .;:. @
S S S @
`:;;;:' @
@@
.:;. @
S S @
` `;:' @
@@
.:;.;:. @
S S S @
`:;';:' @
@@
.:;;;:. @
S S S @
`:;' ' @
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
.:;S;:. @
S S @
`:;S;:' @
@@
.:;.;:. @
S S S @
`:;S;:' @
@@
@
S S @
`:;S;:' @
@@
.:;:. @
S S @
`:;S;:' @
@@
@
S S S @
`:;S;:' @
@@
@
S S @
`:;S;:' @
@@
.: ;:. @
S ' S @
`:;S;:' @
@@
.:;S;:. @
S @
`:;S;:' @
@@
@
.:;s;:' @
@
@@
.:;.;:. @
S @
:' @
@@
. . @
`:s:' @
`:;S;:' @
@@
:. @
S @
`:;S;:' @
@@
.:;S;:. @
) @
`:;S;:' @
@@
.:;S;:. @
/ @
`:;S;:' @
@@
.:;S;:. @
S S @
`:;S;:' @
@@
.::. @
S S @
`:;S;:' @
@@
.:;S;:/ @
S S @
`:;S;:' @
@@
.:;.;:. @
S S @
`:;S;:' @
@@
.: S;:. @
S S S @
`:;S :' @
@@
. @
S:;s;:' @
` @
@@
.:;S;:. @
S @
`:;S;:' @
@@
.:;S;. @
:: @
`:;S;' @
@@
.:;S;:. @
( @
`:;S;:' @
@@
.:;.;:. @
S @
`:;';:' @
@@
.:;. @
S;;: @
`::' @
@@
.:;S . @
S S S @
` S;:' @
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
.:;S;:. @
S S @
`:;S;:' @
@@
.:;.;:. @
S S S @
`:;S;:' @
@@
@
S S @
`:;S;:' @
@@
.:;:. @
S S @
`:;S;:' @
@@
@
S S S @
`:;S;:' @
@@
@
S S @
`:;S;:' @
@@
.: ;:. @
S ' S @
`:;S;:' @
@@
.:;S;:. @
S @
`:;S;:' @
@@
@
.:;s;:' @
@
@@
.:;.;:. @
S @
:' @
@@
. . @
`:s:' @
`:;S;:' @
@@
:. @
S @
`:;S;:' @
@@
.:;S;:. @
) @
`:;S;:' @
@@
.:;S;:. @
/ @
`:;S;:' @
@@
.:;S;:. @
S S @
`:;S;:' @
@@
.::. @
S S @
`:;S;:' @
@@
.:;S;:/ @
S S @
`:;S;:' @
@@
.:;.;:. @
S S @
`:;S;:' @
@@
.: S;:. @
S S S @
`:;S :' @
@@
. @
S:;s;:' @
` @
@@
.:;S;:. @
S @
`:;S;:' @
@@
.:;S;. @
:: @
`:;S;' @
@@
.:;S;:. @
( @
`:;S;:' @
@@
.:;.;:. @
S @
`:;';:' @
@@
.:;. @
S;;: @
`::' @
@@
.:;S . @
S S S @
` S;:' @
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@
@
@
@
@@

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,733 @@
flf2a$ 7 6 19 -1 18
Razor font by LESTER
======================
-> The "G" was rediddled masterfully by: Tre10@ix.netcom.com (Tom R. Earlywine)
-> Conversion to FigLet font by MEPH. (Part of ASCII Editor Service Pack I)
(http://studenten.freepage.de/meph/ascii/ascii/editor/_index.htm)
-> Defined: ASCII code alphanumeric
-> Uppercase characters only.
.-~~-.
(_^..^_)
Lester||||AMC - Anthony Cucchiara
*Mythos Online : Internet Magazine of Lovecraftian Horror - Dead Alice*
http://www.fortunecity.com/victorian/redlion/157/deadal.htm
*Visit my web page ANSI/ASCII/Fonts*
http://members.aol.com/lester5374/
$@
$@
$@
$@
$@
$@
$@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
.-. @
`/' @
@@
@
@
@
@
@
@
@@
@
@
@
@
.-. @
`-' @
@@
@
@
@
@
@
@
@@
@
.'|=|`. @
.' | | `. @
| |/| | @
`. | | .' @
`.|=|.' @
@@
______ @
`._ | @
| | @
| | @
| | @
|___| @
@@
___ @
`._|=|`. @
| `. @
.'|=|___| @
.' | ___ @
|___|=|_.' @
@@
___ @
`._|=|`. @
___ | `. @
`._|=| | @
___ | | @
`._|=|___| @
@@
@
|`. |`. @
| | | `. @
|__|=| | @
| | @
|___| @
@@
___ ___ @
| |=|_.' @
| | @
|___|=|`. @
___ | `. @
`._|=|___| @
@@
___ @
.'|=|_.' @
.' | @
| |=|`. @
| | | | @
|___|=|__| @
@@
___ ___ @
`._|=| | @
| .' @
.'|=|.' @
.' | @
|___| @
@@
__ __ @
.' |=| `. @
`. | | .' @
.` |=| `. @
| | | | @
`.__|=|__.' @
@@
__ @
| |=|`. @
| | | `. @
`.|=| | @
___ | | @
`._|=|___| @
@@
@
.-. @
`-' @
@
.-. @
`-' @
@@
@
.-. @
`-' @
@
.-. @
`/' @
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
.'|=|`. @
.' | | `. @
| |=| | @
| | | | @
|___| |___| @
@@
_ @
.'|=| `. @
.' | | .' @
| |=|'. @
| | | | @
|___|=|_.' @
@@
___ @
.'|=|_.' @
.' | @
| | @
`. | ___ @
`.|=|_.' @
@@
@
.'|=|`. @
.' | | `. @
| | | | @
| | | .' @
|___|=|.' @
@@
___ @
.'|=|_.' @
.' | ___ @
| |=|_.' @
| | ___ @
|___|=|_.' @
@@
___ @
.'|=|_.' @
.' | ___ @
| |=|_.' @
| | @
|___| @
@@
___ @
.'|=|_.' @
.' |___ @
| |`._|=. @
`. | __|| @
`.|=|_.'' @
@@
@
.'| |`. @
.' | | `. @
| |=| | @
| | | | @
|___| |___| @
@@
@
.'| @
.' | @
| | @
| | @
|___| @
@@
@
.'| @
.' | @
| | @
___ | | @
`._|=|__.' @
@@
@
.'| .'| @
.' | .' .' @
| |=|.: @
| | |'. @
|___| |_| @
@@
@
.'| @
.' | @
| | @
| | ___ @
|___|=|_.' @
@@
@
.'|\/|`. @
.' | | `. @
| | | | @
| | | | @
|___| |___| @
@@
___ @
.'| | | @
.' |\| | @
| | | | @
| | | .' @
|___| |.' @
@@
@
.'|=|`. @
.' | | `. @
| | | | @
`. | | .' @
`.|=|.' @
@@
__ @
.'|=| | @
.' | | | @
| |=|.' @
| | @
|___| @
@@
@
.'|=|`. @
.' | | `. @
| |\| | @
`. | | .' @
`.|=|.'\ @
@@
__ @
.'|=| | @
.' | | | @
| |=|.' @
| | |`. @
|___| |_| @
@@
___ ___ @
| |=|_.' @
`. | @
`.|=|`. @
___ | `.@
`._|=|___|@
@@
___ ___ ___ @
`._|=| |=|_.' @
| | @
| | @
`. | @
`.| @
@@
___ @
| | |`. @
| | | `. @
| | | | @
`. | | | @
`.|=|___| @
@@
___ ___ @
| | | | @
| | | | @
| | | | @
`. | | .' @
`.|=|.' @
@@
___ ___ @
| | | | @
| | | | @
| | | | @
`. | | .' @
`.|/\|.' @
@@
___ ___ @
| | | | @
`. | | .' @
.` |=| `. @
| | | | @
|___| |___| @
@@
___ ___ @
| | | | @
`. |_| .' @
`. .' @
| | @
|___| @
@@
___ ___ @
`._|=| | @
| .' @
.'|=|.' @
.' | ___ @
|___|=|_.' @
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
.'|=|`. @
.' | | `. @
| |=| | @
| | | | @
|___| |___| @
@@
_ @
.'|=| `. @
.' | | .' @
| |=|'. @
| | | | @
|___|=|_.' @
@@
___ @
.'|=|_.' @
.' | @
| | @
`. | ___ @
`.|=|_.' @
@@
@
.'|=|`. @
.' | | `. @
| | | | @
| | | .' @
|___|=|.' @
@@
___ @
.'|=|_.' @
.' | ___ @
| |=|_.' @
| | ___ @
|___|=|_.' @
@@
___ @
.'|=|_.' @
.' | ___ @
| |=|_.' @
| | @
|___| @
@@
___ @
.'|=|_.' @
.' |___ @
| |`._|=. @
`. | __|| @
`.|=|_.'' @
@@
@
.'| |`. @
.' | | `. @
| |=| | @
| | | | @
|___| |___| @
@@
@
.'| @
.' | @
| | @
| | @
|___| @
@@
@
.'| @
.' | @
| | @
___ | | @
`._|=|__.' @
@@
@
.'| .'| @
.' | .' .' @
| |=|.: @
| | |'. @
|___| |_| @
@@
@
.'| @
.' | @
| | @
| | ___ @
|___|=|_.' @
@@
@
.'|\/|`. @
.' | | `. @
| | | | @
| | | | @
|___| |___| @
@@
___ @
.'| | | @
.' |\| | @
| | | | @
| | | .' @
|___| |.' @
@@
@
.'|=|`. @
.' | | `. @
| | | | @
`. | | .' @
`.|=|.' @
@@
__ @
.'|=| | @
.' | | | @
| |=|.' @
| | @
|___| @
@@
@
.'|=|`. @
.' | | `. @
| |\| | @
`. | | .' @
`.|=|.'\ @
@@
__ @
.'|=| | @
.' | | | @
| |=|.' @
| | |`. @
|___| |_| @
@@
___ ___ @
| |=|_.' @
`. | @
`.|=|`. @
___ | `.@
`._|=|___|@
@@
___ ___ ___ @
`._|=| |=|_.' @
| | @
| | @
`. | @
`.| @
@@
___ @
| | |`. @
| | | `. @
| | | | @
`. | | | @
`.|=|___| @
@@
___ ___ @
| | | | @
| | | | @
| | | | @
`. | | .' @
`.|=|.' @
@@
___ ___ @
| | | | @
| | | | @
| | | | @
`. | | .' @
`.|/\|.' @
@@
___ ___ @
| | | | @
`. | | .' @
.` |=| `. @
| | | | @
|___| |___| @
@@
___ ___ @
| | | | @
`. |_| .' @
`. .' @
| | @
|___| @
@@
___ ___ @
`._|=| | @
| .' @
.'|=|.' @
.' | ___ @
|___|=|_.' @
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,937 @@
flf2a$ 9 8 18 -1 18
AMC razor 2 font by LESTER
============================
-> Conversion to FigLet font by MEPH. (Part of ASCII Editor Service Pack I)
(http://studenten.freepage.de/meph/ascii/ascii/editor/_index.htm)
-> Defined: ASCII code alphanumeric
-> Uppercase characters only.
.-~~-.
(_^..^_)
Lester||||AMC - Anthony Cucchiara
*Mythos Online : Internet Magazine of Lovecraftian Horror - Dead Alice*
http://www.fortunecity.com/victorian/redlion/157/deadal.htm
*Visit my web page ANSI/ASCII/Fonts*
http://members.aol.com/lester5374/
$@
$@
$@
$@
$@
$@
$@
$@
$@@
. @
|`+. @
| | @
| | @
`+.| @
. @
|`+. @
`+.| @
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
. @
|`+. @
`+.| @
@@
@
@
@
@
@
@
@
@
@@
. . @
.+'|=|`+. @
| +' `+ | @
| |\ | | @
| | \ | | @
| | \| | @
| +. .+ | @
`+.|=|.+' @
@@
. . @
.'|=|`+. @
|.' | | @
| | @
| | @
| | @
| | @
|.+' @
@@
. . @
.+'|=|`+. @
|.+' | | @
. | | @
.+'|=|.+' @
| | . @
| | .+'| @
`+.|=|.+' @
@@
. . @
.+'|=|`+. @
|.+' | | @
.'|=| | @
|.' | | @
. | | @
|`+. | | @
`+.|=|.+' @
@@
. . @
.+'| |`+. @
| | | | @
`++'=| | @
| | @
| | @
| | @
|.+' @
@@
. @
|~~|=|`+. @
| | `+.| @
| | . @
|..|=|`+. @
. | | @
|`+. | | @
`+.|=|.+' @
@@
. . @
|`+.=|`+. @
| | `+.| @
| | . @
| |=|`+. @
| | | | @
| | | | @
`+.|=|.+' @
@@
. . @
.+'|=.+'| @
|.+' | | @
|.+' @
.=' @
.+'| @
| | @
|..| @
@@
. . @
.+'|=|`+. @
| | | | @
.' |=| `. @
| | | | @
| | | | @
| | | | @
`+.|=|.+' @
@@
. . @
.+'|=|`+. @
| | | | @
| | | | @
`+.|=| | @
. | | @
|`+. | | @
`+.|=|.+' @
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
. . @
.+'|=|`+. @
| | | | @
| |=| | @
| | | | @
| | | | @
| | | | @
`+.| |..| @
@@
. . @
.+'|=|`+. @
| | | | @
| |'. '. @
| | | | @
| | | | @
| | | | @
`+.|=|.+' @
@@
. . @
.+'|=|`+. @
| | `+.| @
| | @
| | @
| | . @
| | .+'| @
`+.|=|.+' @
@@
. . @
.+'|=|`+. @
| | `+ | @
| | | | @
| | | | @
| | | | @
| | .+ | @
`+.|=|.+' @
@@
. . @
.+'|=|`+. @
| | `+.| @
| |=|`. @
| | `.| @
| | . @
| | .+'| @
`+.|=|.+' @
@@
. . @
.+'|=|`+. @
| | `+.| @
| |=|`. @
| | `.| @
| | @
| | @
`+.| @
@@
. . @
.+'|=|`+. @
| | `+.| @
| | . @
| | |`+. @
| | `. | @
| | .+ | @
`+.|=|.+' @
@@
. . @
.+'| |`+. @
| | | | @
| |=| | @
| | | | @
| | | | @
| | | | @
`+.| |..| @
@@
. @
|`+. @
| | @
| | @
| | @
| | @
| | @
|.+' @
@@
. @
|`+. @
| | @
| | @
| | @
. | | @
|`+. | | @
`+.|=|.+' @
@@
. . @
.+'| |`. @
| | .+ | @
| |=|.+' @
| | |`+. @
| | | | @
| | | | @
`+.| |..| @
@@
. @
.+'| @
| | @
| | @
| | @
| | . @
| | .+'| @
`+.|=|.+' @
@@
. . . @
.+'|=|`+.=|`+. @
| | `+ | `+ | @
| | | | | | @
| | | | | | @
| | | | | | @
| | | | | | @
`+.| |.| |+' @
@@
. . @
.+'|=|`+. @
| | `+ | @
| | | | @
| | | | @
| | | | @
| | | | @
`+.| |.| @
@@
. . @
.+'|=|`+. @
| | | | @
| | | | @
| | | | @
| | | | @
| | | | @
`+.|=|.+' @
@@
. . @
.+'|=|`+. @
| | | | @
| |=`++' @
| | @
| | @
| | @
`+.| @
@@
. . @
.+'|=|`+. @
| +' `+ | @
| | | | @
| | | | @
| | .| | @
| +.`. | @
`+.|=|.-. @
@@
. . @
.+'|=|`+. @
| | | | @
| |'. '. @
| | | | @
| | | | @
| | | | @
`+.| |.+' @
@@
. . @
.+'|=|`+. @
| | `+.| @
| | . @
`+.|=|`+. @
. | | @
|`+. | | @
`+.|=|.+' @
@@
. . . @
.+'|=|`+.=|`+. @
|.+' | | `+.| @
| | @
| | @
| | @
| | @
|.+' @
@@
. . @
.+'| |`+. @
| | | | @
| | | | @
| | | | @
| | | | @
| | | | @
`+.|=|.+' @
@@
. . @
.+'| .'| @
| | | | @
| | | | @
| | | | @
| | | | @
| | .+ | @
`+.|=|.+' @
@@
. . . @
.+'| .'| .'| @
| | | | | | @
| | | | | | @
| | | | | | @
| | | | | | @
| | .+ | .+ | @
`+.|=|.+'=|.+' @
@@
. . @
.+'| |`+. @
| | | | @
.' .`. `. @
| | | | @
| | | | @
| | | | @
`+.| |.+' @
@@
. . @
.+'|.+'| @
| || | @
`+.`'.+' @
| | @
| | @
| | @
|.+' @
@@
@
|~~|=|~~| @
|.+' | | @
|.+' @
.=' @
.+'| . @
| | .+'| @
|..|=|..| @
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
. . @
.+'|=|`+. @
| | | | @
| |=| | @
| | | | @
| | | | @
| | | | @
`+.| |..| @
@@
. . @
.+'|=|`+. @
| | | | @
| |'. '. @
| | | | @
| | | | @
| | | | @
`+.|=|.+' @
@@
. . @
.+'|=|`+. @
| | `+.| @
| | @
| | @
| | . @
| | .+'| @
`+.|=|.+' @
@@
. . @
.+'|=|`+. @
| | `+ | @
| | | | @
| | | | @
| | | | @
| | .+ | @
`+.|=|.+' @
@@
. . @
.+'|=|`+. @
| | `+.| @
| |=|`. @
| | `.| @
| | . @
| | .+'| @
`+.|=|.+' @
@@
. . @
.+'|=|`+. @
| | `+.| @
| |=|`. @
| | `.| @
| | @
| | @
`+.| @
@@
. . @
.+'|=|`+. @
| | `+.| @
| | . @
| | |`+. @
| | `. | @
| | .+ | @
`+.|=|.+' @
@@
. . @
.+'| |`+. @
| | | | @
| |=| | @
| | | | @
| | | | @
| | | | @
`+.| |..| @
@@
. @
|`+. @
| | @
| | @
| | @
| | @
| | @
|.+' @
@@
. @
|`+. @
| | @
| | @
| | @
. | | @
|`+. | | @
`+.|=|.+' @
@@
. . @
.+'| |`. @
| | .+ | @
| |=|.+' @
| | |`+. @
| | | | @
| | | | @
`+.| |..| @
@@
. @
.+'| @
| | @
| | @
| | @
| | . @
| | .+'| @
`+.|=|.+' @
@@
. . . @
.+'|=|`+.=|`+. @
| | `+ | `+ | @
| | | | | | @
| | | | | | @
| | | | | | @
| | | | | | @
`+.| |.| |+' @
@@
. . @
.+'|=|`+. @
| | `+ | @
| | | | @
| | | | @
| | | | @
| | | | @
`+.| |.| @
@@
. . @
.+'|=|`+. @
| | | | @
| | | | @
| | | | @
| | | | @
| | | | @
`+.|=|.+' @
@@
. . @
.+'|=|`+. @
| | | | @
| |=`++' @
| | @
| | @
| | @
`+.| @
@@
. . @
.+'|=|`+. @
| +' `+ | @
| | | | @
| | | | @
| | .| | @
| +.`. | @
`+.|=|.-. @
@@
. . @
.+'|=|`+. @
| | | | @
| |'. '. @
| | | | @
| | | | @
| | | | @
`+.| |.+' @
@@
. . @
.+'|=|`+. @
| | `+.| @
| | . @
`+.|=|`+. @
. | | @
|`+. | | @
`+.|=|.+' @
@@
. . . @
.+'|=|`+.=|`+. @
|.+' | | `+.| @
| | @
| | @
| | @
| | @
|.+' @
@@
. . @
.+'| |`+. @
| | | | @
| | | | @
| | | | @
| | | | @
| | | | @
`+.|=|.+' @
@@
. . @
.+'| .'| @
| | | | @
| | | | @
| | | | @
| | | | @
| | .+ | @
`+.|=|.+' @
@@
. . . @
.+'| .'| .'| @
| | | | | | @
| | | | | | @
| | | | | | @
| | | | | | @
| | .+ | .+ | @
`+.|=|.+'=|.+' @
@@
. . @
.+'| |`+. @
| | | | @
.' .`. `. @
| | | | @
| | | | @
| | | | @
`+.| |.+' @
@@
. . @
.+'|.+'| @
| || | @
`+.`'.+' @
| | @
| | @
| | @
|.+' @
@@
@
|~~|=|~~| @
|.+' | | @
|.+' @
.=' @
.+'| . @
| | .+'| @
|..|=|..| @
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@
@@

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,631 @@
flf2a$ 6 5 23 -1 18
Slider font by LESTER
=======================
-> Conversion to FigLet font by MEPH. (Part of ASCII Editor Service Pack I)
(http://studenten.freepage.de/meph/ascii/ascii/editor/_index.htm)
-> Defined: ASCII code alphabet
-> Uppercase characters only.
.-~~-.
(_^..^_)
Lester||||AMC - Anthony Cucchiara
*Mythos Online : Internet Magazine of Lovecraftian Horror - Dead Alice*
http://www.fortunecity.com/victorian/redlion/157/deadal.htm
*Visit my web page ANSI/ASCII/Fonts*
http://members.aol.com/lester5374/
$@
$@
$@
$@
$@
$@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
.'. @
.''```. @
.' `. @
.' `. @
@@
____ @
| ~. @
|____.'_ @
| ~. @
|_______.' @
@@
______ @
.~ ~. @
| @
| @
`.______.' @
@@
@
|``````. @
| | @
| | @
|......' @
@@
____ @
| @
|______ @
| @
|___________ @
@@
___________ @
| @
|______ @
| @
| @
@@
_____ @
.-~ ~. @
: @
: _____ @
`-._____.'| @
@@
@
| | @
|_________| @
| | @
| | @
@@
@
| @
| @
| @
| @
@@
@
| @
| @
. | @
`..____..' @
@@
@
| ..'' @
|..'' @
|``.. @
| ``.. @
@@
@
| @
| @
| @
|_______ @
@@
@
.'. .`. @
.' ` `. @
.' `. @
.' `. @
@@
@
|.. | @
| ``.. | @
| ``.. | @
| ``| @
@@
______ @
.~ ~. @
| | @
| | @
`.______.' @
@@
@
|`````````, @
|''''''''' @
| @
| @
@@
______ @
.~ ~. @
| | @
| ._ | @
`.______~-_ @
@@
@
|`````````, @
|'''|''''' @
| `. @
| `. @
@@
@
..'''' @
.'' @
..' @
....'' @
@@
@
`````|````` @
| @
| @
| @
@@
@
| | @
| | @
| | @
`._______.' @
@@
@
`. .' @
`. .' @
`. .' @
`.' @
@@
@
`. .' @
`. .' @
`. . .' @
`.' `.' @
@@
@
``.. ..'' @
``..'' @
..'`.. @
..'' ``.. @
@@
@
``.. ..'' @
``.'' @
| @
| @
@@
@
`````````:' @
..' @
..'' @
.:,,,,,,,,, @
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
.'. @
.''```. @
.' `. @
.' `. @
@@
____ @
| ~. @
|____.'_ @
| ~. @
|_______.' @
@@
______ @
.~ ~. @
| @
| @
`.______.' @
@@
@
|``````. @
| | @
| | @
|......' @
@@
____ @
| @
|______ @
| @
|___________ @
@@
___________ @
| @
|______ @
| @
| @
@@
_____ @
.-~ ~. @
: @
: _____ @
`-._____.'| @
@@
@
| | @
|_________| @
| | @
| | @
@@
@
| @
| @
| @
| @
@@
@
| @
| @
. | @
`..____..' @
@@
@
| ..'' @
|..'' @
|``.. @
| ``.. @
@@
@
| @
| @
| @
|_______ @
@@
@
.'. .`. @
.' ` `. @
.' `. @
.' `. @
@@
@
|.. | @
| ``.. | @
| ``.. | @
| ``| @
@@
______ @
.~ ~. @
| | @
| | @
`.______.' @
@@
@
|`````````, @
|''''''''' @
| @
| @
@@
______ @
.~ ~. @
| | @
| ._ | @
`.______~-_ @
@@
@
|`````````, @
|'''|''''' @
| `. @
| `. @
@@
@
..'''' @
.'' @
..' @
....'' @
@@
@
`````|````` @
| @
| @
| @
@@
@
| | @
| | @
| | @
`._______.' @
@@
@
`. .' @
`. .' @
`. .' @
`.' @
@@
@
`. .' @
`. .' @
`. . .' @
`.' `.' @
@@
@
``.. ..'' @
``..'' @
..'`.. @
..'' ``.. @
@@
@
``.. ..'' @
``.'' @
| @
| @
@@
@
`````````:' @
..' @
..'' @
.:,,,,,,,,, @
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@

View file

@ -0,0 +1,733 @@
flf2a$ 7 6 15 -1 18
Thin font by LESTER
======================
-> Conversion to FigLet font by MEPH. (Part of ASCII Editor Service Pack I)
(http://studenten.freepage.de/meph/ascii/ascii/editor/_index.htm)
-> Defined: ASCII code alphanumeric + most used symbols
-> Uppercase characters only.
.-~~-.
(_^..^_)
Lester||||AMC - Anthony Cucchiara
*Mythos Online : Internet Magazine of Lovecraftian Horror - Dead Alice*
http://www.fortunecity.com/victorian/redlion/157/deadal.htm
*Visit my web page ANSI/ASCII/Fonts*
http://members.aol.com/lester5374/
$@
$@
$@
$@
$@
$@
$@@
.-. @
| | @
| | @
`-' @
_ @
`-' @
@@
_ _ @
`|'|' @
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
_ _ @
`-' _`-' @
_`-' @
_`-' @
_`-' _ @
`-' `-' @
@@
@
@
@
@
@
@
@@
_ @
`/' @
@
@
@
@
@@
.---. @
.-.~~~ @
| | @
| | @
~.---. @
~~~ @
@@
.---. @
~~~.-. @
| | @
| | @
.---.~ @
~~~ @
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
_ @
`/' @
@@
@
@
@
@
@
@
@@
@
@
@
@
_ @
`-' @
@@
_ @
_`-' @
_`-' @
_`-' @
_`-' @
`-' @
@@
.-----. @
_~~~~~_ @
| |\ | | @
| | \ | | @
~___\_~ @
`-----' @
@@
.-..-. @
~ | | @
| | @
| | @
| | @
`-' @
@@
.-..-. @
~ | | @
_ | | @
| |`-' @
| | _ @
`-'`-' @
@@
.--..-. @
~~ | | @
_ | | @
`-'| | @
__ | | @
`--'`-' @
@@
.-. .-. @
| | _ | | @
`-'`-'| | @
| | @
| | @
`-' @
@@
.-..-. @
| | ~ @
| | _ @
`-'| | @
_ | | @
`-'`-' @
@@
.-..--. @
| | ~~ @
| | _ @
| |`-'_ @
| | _`-' @
`-'`-' @
@@
.-..-. @
~ | | @
|/ @
/| @
| | @
`-' @
@@
.---. @
.-.~~~.-. @
~.---.~ @
.-.~~~.-. @
~.---.~ @
~~~ @
@@
.-..-. @
.-.~ | | @
~.-.| | @
~ | | @
__ | | @
`--'`-' @
@@
_ @
`-' @
@
_ @
`-' @
@
@@
_ @
`-' @
@
_ @
`-/ @
@
@@
_ @
_`-' @
_`-' @
`-'_ @
`-'_ @
`-' @
@@
@
@
@
@
@
@
@@
_ @
`-'_ @
`-'_ @
_`-' @
_`-' @
`-' @
@@
.---. @
.-.~~~.-. @
~ .--.~ @
|_| @
_ @
`-' @
@@
@
@
@
@
@
@
@@
.-..-..-. @
| | ~ | | @
| |.-.| | @
| | ~ | | @
| | | | @
`-' `-' @
@@
.-..--. @
| | ~~.-. @
| |.--.~ @
| | ~~.-. @
| |.--.~ @
`-' ~~ @
@@
.-..--. @
| | ~~ @
| | @
| | @
| | __ @
`-'`--' @
@@
.-..-. @
| | ~.-. @
| | | | @
| | | | @
| | _`-' @
`-'`-' @
@@
.-..--. @
| | ~~ @
| | _ @
| |`-' @
| | __ @
`-'`--' @
@@
.-..--. @
| | ~~ @
| | _ @
| |`-' @
| | @
`-' @
@@
.-..--. @
| | ~~ @
| | __ @
| | `. | @
| | _| | @
`-'`---' @
@@
.-. .-. @
| | _ | | @
| |`-'| | @
| | | | @
| | | | @
`-' `-' @
@@
.-. @
| | @
| | @
| | @
| | @
`-' @
@@
.-. @
| | @
| | @
| | @
__ | | @
`--'`-' @
@@
.-. .-. @
| | _`-' @
| |`-'.-. @
| | | | @
| | | | @
`-' `-' @
@@
.-. @
| | @
| | @
| | @
| | __ @
`-'`--' @
@@
.-.-. .-.-. @
| |~.-.~| | @
| | ~ | | @
| | | | @
| | | | @
`-' `-' @
@@
.-..-. .-. @
| | ~.-.| | @
| | ~ | | @
| | | | @
| | | | @
`-' `-' @
@@
.-..-..-. @
| | ~ | | @
| | | | @
| | | | @
| | _ | | @
`-'`-'`-' @
@@
.-..--. @
| | ~~.-. @
| |.--.~ @
| | ~~ @
| | @
`-' @
@@
.-..-..-. @
| | ~ | | @
| | | | @
| | | | @
| | _\| | @
`-'`-'`-' @
@@
.-..-. @
| | ~.-. @
| |.-.~ @
| | ~.-. @
| | | | @
`-' `-' @
@@
.-..-. @
| | ~ @
\| @
|\ @
_ | | @
`-'`-' @
@@
.-..-..-. @
~ | | ~ @
| | @
| | @
| | @
`-' @
@@
.-. .-. @
| | | | @
| | | | @
| | | | @
| | _ | | @
`-'`-'`-' @
@@
.-. .-. @
| | | | @
| | | | @
| | | | @
`-' _ `-' @
`-' @
@@
.-. .-. .-. @
| | | | | | @
| | | | | | @
| | | | | | @
`-'_`-'_`-' @
`-' `-' @
@@
.-. .-. @
| | | | @
`-'..`-' @
.-.`'.-. @
| | | | @
`-' `-' @
@@
.-. .-. @
| | | | @
`-'.-.`-' @
| | @
| | @
`-' @
@@
.-..-. @
~ | | @
|/ @
/| @
| | _ @
`-'`-' @
@@
.-..-. @
| | ~ @
| | @
| | @
| | _ @
`-'`-' @
@@
_ @
`-'_ @
`-'_ @
`-'_ @
`-'_ @
`-' @
@@
.-..-. @
~ | | @
| | @
| | @
_ | | @
`-'`-' @
@@
_ @
_`-'_ @
`-' `-' @
@
@
@
@@
@
@
@
@
@
@
@@
_ @
`\' @
@
@
@
@
@@
.-..-..-. @
| | ~ | | @
| |.-.| | @
| | ~ | | @
| | | | @
`-' `-' @
@@
.-..--. @
| | ~~.-. @
| |.--.~ @
| | ~~.-. @
| |.--.~ @
`-' ~~ @
@@
.-..--. @
| | ~~ @
| | @
| | @
| | __ @
`-'`--' @
@@
.-..-. @
| | ~.-. @
| | | | @
| | | | @
| | _`-' @
`-'`-' @
@@
.-..--. @
| | ~~ @
| | _ @
| |`-' @
| | __ @
`-'`--' @
@@
.-..--. @
| | ~~ @
| | _ @
| |`-' @
| | @
`-' @
@@
.-..--. @
| | ~~ @
| | __ @
| | `. | @
| | _| | @
`-'`---' @
@@
.-. .-. @
| | _ | | @
| |`-'| | @
| | | | @
| | | | @
`-' `-' @
@@
.-. @
| | @
| | @
| | @
| | @
`-' @
@@
.-. @
| | @
| | @
| | @
__ | | @
`--'`-' @
@@
.-. .-. @
| | _`-' @
| |`-'.-. @
| | | | @
| | | | @
`-' `-' @
@@
.-. @
| | @
| | @
| | @
| | __ @
`-'`--' @
@@
.-.-. .-.-. @
| |~.-.~| | @
| | ~ | | @
| | | | @
| | | | @
`-' `-' @
@@
.-..-. .-. @
| | ~.-.| | @
| | ~ | | @
| | | | @
| | | | @
`-' `-' @
@@
.-..-..-. @
| | ~ | | @
| | | | @
| | | | @
| | _ | | @
`-'`-'`-' @
@@
.-..--. @
| | ~~.-. @
| |.--.~ @
| | ~~ @
| | @
`-' @
@@
.-..-..-. @
| | ~ | | @
| | | | @
| | | | @
| | _\| | @
`-'`-'`-' @
@@
.-..-. @
| | ~.-. @
| |.-.~ @
| | ~.-. @
| | | | @
`-' `-' @
@@
.-..-. @
| | ~ @
\| @
|\ @
_ | | @
`-'`-' @
@@
.-..-..-. @
~ | | ~ @
| | @
| | @
| | @
`-' @
@@
.-. .-. @
| | | | @
| | | | @
| | | | @
| | _ | | @
`-'`-'`-' @
@@
.-. .-. @
| | | | @
| | | | @
| | | | @
`-' _ `-' @
`-' @
@@
.-. .-. .-. @
| | | | | | @
| | | | | | @
| | | | | | @
`-'_`-'_`-' @
`-' `-' @
@@
.-. .-. @
| | | | @
`-'..`-' @
.-.`'.-. @
| | | | @
`-' `-' @
@@
.-. .-. @
| | | | @
`-'.-.`-' @
| | @
| | @
`-' @
@@
.-..-. @
~ | | @
|/ @
/| @
| | _ @
`-'`-' @
@@
@
@
@
@
@
@
@@
.-. @
| | @
`-' @
.-. @
| | @
`-' @
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,835 @@
flf2a$ 8 7 13 -1 18
AMCtubes font by LESTER
=============================
-> Conversion to FigLet font by MEPH. (Part of ASCII Editor Service Pack I)
(http://studenten.freepage.de/meph/ascii/ascii/editor/_index.htm)
-> Defined: ASCII code alphabet
-> Uppercase characters only.
.-~~-.
(_^..^_)
Lester||||AMC - Anthony Cucchiara
*Mythos Online : Internet Magazine of Lovecraftian Horror - Dead Alice*
http://www.fortunecity.com/victorian/redlion/157/deadal.htm
*Visit my web page ANSI/ASCII/Fonts*
http://members.aol.com/lester5374/
$@
$@
$@
$@
$@
$@
$@
$@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
.ss @
SSSz @
'ZZ' @
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
d s. @
S ~O @
S `b @
S sSSO @
S O @
S O @
P P @
@@
d ss. @
S b @
S P @
S sSS' @
S b @
S P @
P `SS @
@@
sSSs. @
S @
S @
S @
S @
S @
"sss' @
@@
d ss @
S ~o @
S b @
S S @
S P @
S S @
P ss" @
@@
d sss @
S @
S @
S sSSs @
S @
S @
P sSSss @
@@
d sss @
S @
S @
S sSSs @
S @
S @
P @
@@
sSSSs @
S S @
S @
S @
S ssSb @
S S @
"sss" @
@@
d d @
S S @
S S @
S sSSS @
S S @
S S @
P P @
@@
d @
S @
S @
S @
S @
S @
P @
@@
d @
S @
S @
S @
d P @
S S @
"sss" @
@@
d S @
S P @
Ssss' @
S s @
S b @
S b @
P P @
@@
d @
S @
S @
S @
S @
S @
P sSSs @
@@
d s sb @
S S S S @
S S S @
S S @
S S @
S S @
P P @
@@
d s b @
S S S @
S SS @
S S @
S S @
S S @
P P @
@@
sSSSs @
S S @
S S @
S S @
S S @
S S @
"sss" @
@@
d ss. @
S b @
S P @
S sS' @
S @
S @
P @
@@
sSSSs @
S S @
S S @
S S @
S S @
S s S @
"sss"ss @
@@
d ss. @
S b @
S P @
S sS' @
S S @
S S @
P P @
@@
sss. @
d @
Y @
ss. @
b @
P @
` ss' @
@@
sss sssss @
S @
S @
S @
S @
S @
P @
@@
d b @
S S @
S S @
S S @
S S @
S S @
"sss" @
@@
d b @
S S @
S S @
S S @
S S @
S S @
"ssS @
@@
d d b @
S S S @
S S S @
S S S @
S S S @
S S S @
"ss"S @
@@
Ss sS @
S S @
S @
S @
S @
S S @
s" "s @
@@
Ss sS @
S S @
S @
S @
S @
S @
P @
@@
sSSSSSs @
s @
s @
s @
s @
s @
sSSSSSs @
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
d s. @
S ~O @
S `b @
S sSSO @
S O @
S O @
P P @
@@
d ss. @
S b @
S P @
S sSS' @
S b @
S P @
P `SS @
@@
sSSs. @
S @
S @
S @
S @
S @
"sss' @
@@
d ss @
S ~o @
S b @
S S @
S P @
S S @
P ss" @
@@
d sss @
S @
S @
S sSSs @
S @
S @
P sSSss @
@@
d sss @
S @
S @
S sSSs @
S @
S @
P @
@@
sSSSs @
S S @
S @
S @
S ssSb @
S S @
"sss" @
@@
d d @
S S @
S S @
S sSSS @
S S @
S S @
P P @
@@
d @
S @
S @
S @
S @
S @
P @
@@
d @
S @
S @
S @
d P @
S S @
"sss" @
@@
d S @
S P @
Ssss' @
S s @
S b @
S b @
P P @
@@
d @
S @
S @
S @
S @
S @
P sSSs @
@@
d s sb @
S S S S @
S S S @
S S @
S S @
S S @
P P @
@@
d s b @
S S S @
S SS @
S S @
S S @
S S @
P P @
@@
sSSSs @
S S @
S S @
S S @
S S @
S S @
"sss" @
@@
d ss. @
S b @
S P @
S sS' @
S @
S @
P @
@@
sSSSs @
S S @
S S @
S S @
S S @
S s S @
"sss"ss @
@@
d ss. @
S b @
S P @
S sS' @
S S @
S S @
P P @
@@
sss. @
d @
Y @
ss. @
b @
P @
` ss' @
@@
sss sssss @
S @
S @
S @
S @
S @
P @
@@
d b @
S S @
S S @
S S @
S S @
S S @
"sss" @
@@
d b @
S S @
S S @
S S @
S S @
S S @
"ssS @
@@
d d b @
S S S @
S S S @
S S S @
S S S @
S S S @
"ss"S @
@@
Ss sS @
S S @
S @
S @
S @
S S @
s" "s @
@@
Ss sS @
S S @
S @
S @
S @
S @
P @
@@
sSSSSSs @
s @
s @
s @
s @
s @
sSSSSSs @
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,835 @@
flf2a$ 8 7 16 -1 18
AMC untitled font by LESTER
=============================
-> Conversion to FigLet font by MEPH. (Part of ASCII Editor Service Pack I)
(http://studenten.freepage.de/meph/ascii/ascii/editor/_index.htm)
-> Defined: ASCII code alphanumeric
.-~~-.
(_^..^_)
Lester||||AMC - Anthony Cucchiara
*Mythos Online : Internet Magazine of Lovecraftian Horror - Dead Alice*
http://www.fortunecity.com/victorian/redlion/157/deadal.htm
*Visit my web page ANSI/ASCII/Fonts*
http://members.aol.com/lester5374/
$@
$@
$@
$@
$@
$@
$@
$@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
,''. @
',,' @
@@
@
@
@
@
@
@
@
@@
,'',,'', @
; ,'', ; @
; ; ; ; @
; ;\ ; ; @
; ; \; ; @
; ',,' ; @
',,'',,' @
@@
,'''''', @
',,'; ; @
; ; @
; ; @
; ; @
; ; @
',,' @
@@
,'''''', @
',,'; ; @
,,'' @
',,' @
,'', @
; ;,'', @
',,,,,,' @
@@
,'''''', @
',,'; ; @
,'',; ; @
',,'; ; @
; ; @
,'',; ; @
',,,,,,' @
@@
,'',,'', @
; ;; ; @
; ;; ; @
',,'; ; @
; ; @
; ; @
',,' @
@@
,'''''', @
; ;',,' @
; ; @
',,','', @
; ; @
,'',; ; @
',,,,,,' @
@@
,'''''', @
; ;',,' @
; ; @
; ;,'', @
; ;', ; @
; ;,' ; @
',,'',,' @
@@
,'''''', @
',,'; ; @
,,'' @
',,' @
,'', @
; ; @
',,' @
@@
,'',,''', @
; ,'', ; @
; ',,' ; @
; ,'', ; @
; ; ; ; @
; ',,' ; @
',,'',,,' @
@@
,'',,'', @
; ,'; ; @
; ',; ; @
',,'; ; @
; ; @
,'',; ; @
',,,,,,' @
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
,'',,''', @
; ;', ; @
; ;,' ; @
; ;', ; @
; ; ; ; @
; ; ; ; @
',,' ',,' @
@@
,'',,''', @
; ;', ; @
; ;,' ; @
; ;', ; @
; ; ; ; @
; ;,' ; @
',,'',,,' @
@@
,'',,'', @
; ;',,' @
; ; @
; ; @
; ; @
; ;,'', @
',,'',,' @
@@
,'',,'', @
; ;; ; @
; ;; ; @
; ;; ; @
; ;; ; @
; ;; ; @
',,'',,' @
@@
,'',,'', @
; ;',,' @
; ;,'', @
; ;',,' @
; ; @
; ;,'', @
',,'',,' @
@@
,'',,'', @
; ;',,' @
; ;,'', @
; ;',,' @
; ; @
; ; @
',,' @
@@
,'',,'', @
; ;',,' @
; ; @
; ;,'', @
; ;', ; @
; ;,' ; @
',,'',,' @
@@
,'', ,'', @
; ; ; ; @
; ;,',; ; @
; ;','; ; @
; ; ; ; @
; ; ; ; @
',,' ',,' @
@@
,'', @
; ; @
; ; @
; ; @
; ; @
; ; @
',,' @
@@
,'', @
; ; @
; ; @
; ; @
; ; @
,'',; ; @
',,'',,' @
@@
,'', ,'', @
; ; ',,' @
; ;,'', @
; ;; ; @
; ; ; ; @
; ; ; ; @
',,' ',,' @
@@
,'', @
; ; @
; ; @
; ; @
; ; @
; ;,'', @
',,'',,' @
@@
,'',,'',,'', @
; ;', ;', ; @
; ; ; ; ; ; @
; ; ; ; ; ; @
; ; ; ; ; ; @
; ; ; ; ; ; @
',,' ',' ',' @
@@
,'',,'', @
; ;', ; @
; ; ; ; @
; ; ; ; @
; ; ; ; @
; ; ; ; @
',,' ',' @
@@
,'',,'', @
; ;; ; @
; ;; ; @
; ;; ; @
; ;; ; @
; ;; ; @
',,'',,' @
@@
,'',,'', @
; ;; ; @
; ;',,' @
; ; @
; ; @
; ; @
',,' @
@@
,'',,'', @
; ;; ; @
; ;; ; @
; ;; ; @
; ;', ; @
; ;,' ', @
',,'',,,,' @
@@
,'',,''', @
; ;', ; @
; ;,' ,' @
; ;', ', @
; ; ; ; @
; ; ; ; @
',,' ',,' @
@@
,'',,'', @
; ;',,' @
; ; @
',,','', @
; ; @
,'',; ; @
',,'',,' @
@@
,'',,'',,'', @
',,'; ;',,' @
; ; @
; ; @
; ; @
; ; @
',,' @
@@
,'', ,'', @
; ; ; ; @
; ; ; ; @
; ; ; ; @
; ; ; ; @
; ',,' ; @
',,,'',,,' @
@@
,'',,'', @
; ;; ; @
; ;; ; @
; ;; ; @
; ;; ; @
; ;; ; @
','',' @
@@
,'', ,', ,', @
; ; ; ; ; ; @
; ; ; ; ; ; @
; ; ; ; ; ; @
; ; ; ; ; ; @
; ;,' ;,' ; @
',,'',,'',,' @
@@
,'',,'', @
; ;; ; @
', ;; ,' @
; ;; ; @
,' ;; ', @
; ;; ; @
',,'',,' @
@@
,'',,'', @
; ;; ; @
',,'',,' @
,'', @
; ; @
; ; @
',,' @
@@
,'',,'', @
',,'; ; @
,,'' @
',,' @
,'', @
; ;,'', @
',,'',,' @
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
,'',,''', @
; ;', ; @
; ;,' ; @
; ;', ; @
',,' ',,' @
@@
@
@
,'',,''', @
; ;', ; @
; ;', ; @
; ;,' ; @
',,'',,,' @
@@
@
@
,'',,'', @
; ;',,' @
; ; @
; ;,'', @
',,'',,' @
@@
@
@
,'',,'', @
; ;; ; @
; ;; ; @
; ;; ; @
',,'',,' @
@@
@
@
,'',,'', @
; ;',,' @
; ;',,' @
; ; ,, @
',,'',,' @
@@
@
@
,'',,'', @
; ;',,' @
; ;',,' @
; ; @
',,' @
@@
@
@
,'',,'', @
; ; '' @
; ;,'', @
; ;,' ; @
',,'',,' @
@@
@
@
,'', ,'', @
; ;,; ; @
; ;'; ; @
; ; ; ; @
',,' ',,' @
@@
@
@
,'', @
; ; @
; ; @
; ; @
',,' @
@@
@
@
,'', @
; ; @
; ; @
,'',; ; @
',,'',,' @
@@
@
@
,'',,'', @
; ;',,' @
; ;; ; @
; ; ; ; @
',,' ',,' @
@@
@
@
,'', @
; ; @
; ; @
; ;,'', @
',,'',,' @
@@
@
@
,'',,'',,'', @
; ;', ;', ; @
; ; ; ; ; ; @
; ; ; ; ; ; @
',,' ',' ',' @
@@
@
@
,'',,'', @
; ;', ; @
; ; ; ; @
; ; ; ; @
',,' ',' @
@@
@
@
,'',,'', @
; ;; ; @
; ;; ; @
; ;; ; @
',,'',,' @
@@
@
@
,'',,'', @
; ;; ; @
; ;',,' @
; ; @
',,' @
@@
@
@
,'',,'', @
; ;; ; @
; ;', ; @
; ;,' ', @
',,'',,,,' @
@@
@
@
,'',,'', @
; ;', ; @
; ;,' ,' @
; ;', ', @
',,' ',,' @
@@
@
@
,'',,'', @
; ;',,' @
',,','', @
,'',; ; @
',,'',,' @
@@
@
@
,'',,'',,'', @
',,'; ;',,' @
; ; @
; ; @
',,' @
@@
@
@
,', ,', @
; ; ; ; @
; ; ; ; @
; ',,' ; @
',,'',,' @
@@
@
@
,'',,'', @
; ;; ; @
; ;; ; @
; ;; ; @
','',' @
@@
@
@
,'', ,', ,', @
; ; ; ; ; ; @
; ; ; ; ; ; @
; ;,' ;,' ; @
',,'',,'',,' @
@@
@
@
,'',,'', @
', ;; ,' @
,' ;; ', @
; ;; ; @
',,'',,' @
@@
@
@
,'',,'', @
',,'',,' @
,'', @
; ; @
',,' @
@@
@
@
,'',,'', @
'',;,,' @
',,' @
,'', ,, @
',,'',,' @
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,722 @@
flf2a$ 7 7 13 0 7 0 64 0
Font Author: ?
More Info:
https://web.archive.org/web/20120819044459/http://www.roysac.com/thedrawfonts-tdf.asp
FIGFont created with: http://patorjk.com/figfont-editor
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@@
██ @
██ @
██ @
@
██ @
@
@@
@
@
@
@
@
@
@@
██  ██  @
████████ @
 ██  ██  @
████████ @
 ██  ██  @
@
@@
▄▄███▄▄·@
██      @
███████ @
     ██ @
███████ @
  ▀▀▀   @
@@
██  ██ @
   ██  @
██   @
██   @
██  ██ @
@
@@
██  @
██  @
████████ @
██  ██   @
██████  @
@
@@
@
@
@
@
@
@
@@
██ @
██  @
██  @
██  @
 ██ @
@
@@
██  @
 ██ @
██ @
██ @
██  @
@
@@
@
▄ ██ ▄@
████ @
▀ ██ ▀@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
▄█ @
@
@@
@
@
█████ @
@
@
@
@@
@
@
@
@
██ @
@
@@
██ @
██  @
██   @
██   @
██   @
@
@@
██████  @
██  ████ @
██ ██ ██ @
████  ██ @
 ██████  @
@
@@
██ @
███ @
 ██ @
██ @
██ @
@
@@
██████  @
     ██ @
█████  @
██      @
███████ @
@
@@
██████  @
     ██ @
█████  @
    ██ @
██████  @
@
@@
██  ██ @
██  ██ @
███████ @
     ██ @
██ @
@
@@
███████ @
██      @
███████ @
     ██ @
███████ @
@
@@
██████  @
██       @
███████  @
██    ██ @
 ██████  @
@
@@
███████ @
     ██ @
██  @
██   @
██  @
@
@@
█████  @
██   ██ @
 █████  @
██   ██ @
 █████  @
@
@@
█████  @
██   ██ @
 ██████ @
    ██ @
█████  @
@
@@
@
██ @
@
██ @
@
@
@@
@
██ @
@
▄█ @
▀  @
@
@@
██ @
██  @
██   @
 ██  @
 ██ @
@
@@
@
@
@
@
@
@
@@
██  @
 ██  @
 ██ @
██  @
██   @
@
@@
██████  @
     ██ @
▄███  @
▀▀    @
██  @
@
@@
██████  @
██    ██ @
██ ██ ██ @
██ ██ ██ @
 █ ████  @
@
@@
█████  @
██   ██ @
███████ @
██   ██ @
██  ██ @
@
@@
██████  @
██   ██ @
██████  @
██   ██ @
██████  @
@
@@
██████ @
██      @
██  @
██  @
 ██████ @
@
@@
██████  @
██   ██ @
██  ██ @
██  ██ @
██████  @
@
@@
███████ @
██      @
█████  @
██     @
███████ @
@
@@
███████ @
██      @
█████  @
██     @
██  @
@
@@
██████  @
██       @
██  ███ @
██  ██ @
 ██████  @
@
@@
██  ██ @
██  ██ @
███████ @
██   ██ @
██  ██ @
@
@@
██ @
██ @
██ @
██ @
██ @
@
@@
██ @
██ @
██ @
██ ██ @
 █████  @
@
@@
██  ██ @
██  ██  @
█████   @
██  ██  @
██  ██ @
@
@@
██  @
██  @
██  @
██  @
███████ @
@
@@
███  ███ @
████  ████ @
██ ████ ██ @
██  ██  ██ @
██  ██ @
@
@@
███  ██ @
████  ██ @
██ ██  ██ @
██  ██ ██ @
██   ████ @
@
@@
██████  @
██    ██ @
██  ██ @
██  ██ @
 ██████  @
@
@@
██████  @
██   ██ @
██████  @
██      @
██  @
@
@@
██████  @
██    ██ @
██  ██ @
██ ▄▄ ██ @
 ██████  @
   ▀▀   @
@@
██████  @
██   ██ @
██████  @
██   ██ @
██  ██ @
@
@@
███████ @
██      @
███████ @
     ██ @
███████ @
@
@@
████████ @
   ██    @
██  @
██  @
██  @
@
@@
██  ██ @
██  ██ @
██  ██ @
██  ██ @
 ██████  @
@
@@
██  ██ @
██  ██ @
██  ██ @
 ██  ██  @
 ████   @
@
@@
██  ██ @
██  ██ @
██  █  ██ @
██ ███ ██ @
 ███ ███  @
@
@@
██  ██ @
 ██ ██  @
 ███   @
██ ██  @
██   ██ @
@
@@
██  ██ @
 ██  ██  @
 ████   @
 ██   @
██  @
@
@@
███████ @
   ███  @
███   @
███   @
███████ @
@
@@
███ @
██  @
██  @
██  @
███ @
@
@@
@
@
@
@
@
@
@@
███ @
 ██ @
██ @
██ @
███ @
@
@@
███  @
██ ██ @
@
@
@
@
@@
@
@
@
@
███████ @
@
@@
@
@
@
@
@
@
@@
█████  @
██   ██ @
███████ @
██   ██ @
██  ██ @
@
@@
██████  @
██   ██ @
██████  @
██   ██ @
██████  @
@
@@
██████ @
██      @
██  @
██  @
 ██████ @
@
@@
██████  @
██   ██ @
██  ██ @
██  ██ @
██████  @
@
@@
███████ @
██      @
█████  @
██     @
███████ @
@
@@
███████ @
██      @
█████  @
██     @
██  @
@
@@
██████  @
██       @
██  ███ @
██  ██ @
 ██████  @
@
@@
██  ██ @
██  ██ @
███████ @
██   ██ @
██  ██ @
@
@@
██ @
██ @
██ @
██ @
██ @
@
@@
██ @
██ @
██ @
██ ██ @
 █████  @
@
@@
██  ██ @
██  ██  @
█████   @
██  ██  @
██  ██ @
@
@@
██  @
██  @
██  @
██  @
███████ @
@
@@
███  ███ @
████  ████ @
██ ████ ██ @
██  ██  ██ @
██  ██ @
@
@@
███  ██ @
████  ██ @
██ ██  ██ @
██  ██ ██ @
██   ████ @
@
@@
██████  @
██    ██ @
██  ██ @
██  ██ @
 ██████  @
@
@@
██████  @
██   ██ @
██████  @
██      @
██  @
@
@@
██████  @
██    ██ @
██  ██ @
██ ▄▄ ██ @
 ██████  @
   ▀▀   @
@@
██████  @
██   ██ @
██████  @
██   ██ @
██  ██ @
@
@@
███████ @
██      @
███████ @
     ██ @
███████ @
@
@@
████████ @
   ██    @
██  @
██  @
██  @
@
@@
██  ██ @
██  ██ @
██  ██ @
██  ██ @
 ██████  @
@
@@
██  ██ @
██  ██ @
██  ██ @
 ██  ██  @
 ████   @
@
@@
██  ██ @
██  ██ @
██  █  ██ @
██ ███ ██ @
 ███ ███  @
@
@@
██  ██ @
 ██ ██  @
 ███   @
██ ██  @
██   ██ @
@
@@
██  ██ @
 ██  ██  @
 ████   @
 ██   @
██  @
@
@@
███████ @
   ███  @
███   @
███   @
███████ @
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,722 @@
flf2a$ 7 7 13 0 7 0 64 0
Font Author: ?
More Info:
https://web.archive.org/web/20120819044459/http://www.roysac.com/thedrawfonts-tdf.asp
FIGFont created with: http://patorjk.com/figfont-editor
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@@
██╗@
██║@
██║@
╚═╝@
██╗@
╚═╝@
@@
@
@
@
@
@
@
@@
██╗ ██╗ @
████████╗@
╚██╔═██╔╝@
████████╗@
╚██╔═██╔╝@
╚═╝ ╚═╝ @
@@
▄▄███▄▄·@
██╔════╝@
███████╗@
╚════██║@
███████║@
╚═▀▀▀══╝@
@@
██╗ ██╗@
╚═╝██╔╝@
██╔╝ @
██╔╝ @
██╔╝██╗@
╚═╝ ╚═╝@
@@
██╗ @
██║ @
████████╗@
██╔═██╔═╝@
██████║ @
╚═════╝ @
@@
@
@
@
@
@
@
@@
██╗@
██╔╝@
██║ @
██║ @
╚██╗@
╚═╝@
@@
██╗ @
╚██╗@
██║@
██║@
██╔╝@
╚═╝ @
@@
@
▄ ██╗▄@
████╗@
▀╚██╔▀@
╚═╝ @
@
@@
@
@
@
@
@
@
@@
@
@
@
@
▄█╗@
╚═╝@
@@
@
@
█████╗@
╚════╝@
@
@
@@
@
@
@
@
██╗@
╚═╝@
@@
██╗@
██╔╝@
██╔╝ @
██╔╝ @
██╔╝ @
╚═╝ @
@@
██████╗ @
██╔═████╗@
██║██╔██║@
████╔╝██║@
╚██████╔╝@
╚═════╝ @
@@
██╗@
███║@
╚██║@
██║@
██║@
╚═╝@
@@
██████╗ @
╚════██╗@
█████╔╝@
██╔═══╝ @
███████╗@
╚══════╝@
@@
██████╗ @
╚════██╗@
█████╔╝@
╚═══██╗@
██████╔╝@
╚═════╝ @
@@
██╗ ██╗@
██║ ██║@
███████║@
╚════██║@
██║@
╚═╝@
@@
███████╗@
██╔════╝@
███████╗@
╚════██║@
███████║@
╚══════╝@
@@
██████╗ @
██╔════╝ @
███████╗ @
██╔═══██╗@
╚██████╔╝@
╚═════╝ @
@@
███████╗@
╚════██║@
██╔╝@
██╔╝ @
██║ @
╚═╝ @
@@
█████╗ @
██╔══██╗@
╚█████╔╝@
██╔══██╗@
╚█████╔╝@
╚════╝ @
@@
█████╗ @
██╔══██╗@
╚██████║@
╚═══██║@
█████╔╝@
╚════╝ @
@@
@
██╗@
╚═╝@
██╗@
╚═╝@
@
@@
@
██╗@
╚═╝@
▄█╗@
▀═╝@
@
@@
██╗@
██╔╝@
██╔╝ @
╚██╗ @
╚██╗@
╚═╝@
@@
@
@
@
@
@
@
@@
██╗ @
╚██╗ @
╚██╗@
██╔╝@
██╔╝ @
╚═╝ @
@@
██████╗ @
╚════██╗@
▄███╔╝@
▀▀══╝ @
██╗ @
╚═╝ @
@@
██████╗ @
██╔═══██╗@
██║██╗██║@
██║██║██║@
╚█║████╔╝@
╚╝╚═══╝ @
@@
█████╗ @
██╔══██╗@
███████║@
██╔══██║@
██║ ██║@
╚═╝ ╚═╝@
@@
██████╗ @
██╔══██╗@
██████╔╝@
██╔══██╗@
██████╔╝@
╚═════╝ @
@@
██████╗@
██╔════╝@
██║ @
██║ @
╚██████╗@
╚═════╝@
@@
██████╗ @
██╔══██╗@
██║ ██║@
██║ ██║@
██████╔╝@
╚═════╝ @
@@
███████╗@
██╔════╝@
█████╗ @
██╔══╝ @
███████╗@
╚══════╝@
@@
███████╗@
██╔════╝@
█████╗ @
██╔══╝ @
██║ @
╚═╝ @
@@
██████╗ @
██╔════╝ @
██║ ███╗@
██║ ██║@
╚██████╔╝@
╚═════╝ @
@@
██╗ ██╗@
██║ ██║@
███████║@
██╔══██║@
██║ ██║@
╚═╝ ╚═╝@
@@
██╗@
██║@
██║@
██║@
██║@
╚═╝@
@@
██╗@
██║@
██║@
██ ██║@
╚█████╔╝@
╚════╝ @
@@
██╗ ██╗@
██║ ██╔╝@
█████╔╝ @
██╔═██╗ @
██║ ██╗@
╚═╝ ╚═╝@
@@
██╗ @
██║ @
██║ @
██║ @
███████╗@
╚══════╝@
@@
███╗ ███╗@
████╗ ████║@
██╔████╔██║@
██║╚██╔╝██║@
██║ ╚═╝ ██║@
╚═╝ ╚═╝@
@@
███╗ ██╗@
████╗ ██║@
██╔██╗ ██║@
██║╚██╗██║@
██║ ╚████║@
╚═╝ ╚═══╝@
@@
██████╗ @
██╔═══██╗@
██║ ██║@
██║ ██║@
╚██████╔╝@
╚═════╝ @
@@
██████╗ @
██╔══██╗@
██████╔╝@
██╔═══╝ @
██║ @
╚═╝ @
@@
██████╗ @
██╔═══██╗@
██║ ██║@
██║▄▄ ██║@
╚██████╔╝@
╚══▀▀═╝ @
@@
██████╗ @
██╔══██╗@
██████╔╝@
██╔══██╗@
██║ ██║@
╚═╝ ╚═╝@
@@
███████╗@
██╔════╝@
███████╗@
╚════██║@
███████║@
╚══════╝@
@@
████████╗@
╚══██╔══╝@
██║ @
██║ @
██║ @
╚═╝ @
@@
██╗ ██╗@
██║ ██║@
██║ ██║@
██║ ██║@
╚██████╔╝@
╚═════╝ @
@@
██╗ ██╗@
██║ ██║@
██║ ██║@
╚██╗ ██╔╝@
╚████╔╝ @
╚═══╝ @
@@
██╗ ██╗@
██║ ██║@
██║ █╗ ██║@
██║███╗██║@
╚███╔███╔╝@
╚══╝╚══╝ @
@@
██╗ ██╗@
╚██╗██╔╝@
╚███╔╝ @
██╔██╗ @
██╔╝ ██╗@
╚═╝ ╚═╝@
@@
██╗ ██╗@
╚██╗ ██╔╝@
╚████╔╝ @
╚██╔╝ @
██║ @
╚═╝ @
@@
███████╗@
╚══███╔╝@
███╔╝ @
███╔╝ @
███████╗@
╚══════╝@
@@
███╗@
██╔╝@
██║ @
██║ @
███╗@
╚══╝@
@@
@
@
@
@
@
@
@@
███╗@
╚██║@
██║@
██║@
███║@
╚══╝@
@@
███╗ @
██╔██╗@
╚═╝╚═╝@
@
@
@
@@
@
@
@
@
███████╗@
╚══════╝@
@@
@
@
@
@
@
@
@@
█████╗ @
██╔══██╗@
███████║@
██╔══██║@
██║ ██║@
╚═╝ ╚═╝@
@@
██████╗ @
██╔══██╗@
██████╔╝@
██╔══██╗@
██████╔╝@
╚═════╝ @
@@
██████╗@
██╔════╝@
██║ @
██║ @
╚██████╗@
╚═════╝@
@@
██████╗ @
██╔══██╗@
██║ ██║@
██║ ██║@
██████╔╝@
╚═════╝ @
@@
███████╗@
██╔════╝@
█████╗ @
██╔══╝ @
███████╗@
╚══════╝@
@@
███████╗@
██╔════╝@
█████╗ @
██╔══╝ @
██║ @
╚═╝ @
@@
██████╗ @
██╔════╝ @
██║ ███╗@
██║ ██║@
╚██████╔╝@
╚═════╝ @
@@
██╗ ██╗@
██║ ██║@
███████║@
██╔══██║@
██║ ██║@
╚═╝ ╚═╝@
@@
██╗@
██║@
██║@
██║@
██║@
╚═╝@
@@
██╗@
██║@
██║@
██ ██║@
╚█████╔╝@
╚════╝ @
@@
██╗ ██╗@
██║ ██╔╝@
█████╔╝ @
██╔═██╗ @
██║ ██╗@
╚═╝ ╚═╝@
@@
██╗ @
██║ @
██║ @
██║ @
███████╗@
╚══════╝@
@@
███╗ ███╗@
████╗ ████║@
██╔████╔██║@
██║╚██╔╝██║@
██║ ╚═╝ ██║@
╚═╝ ╚═╝@
@@
███╗ ██╗@
████╗ ██║@
██╔██╗ ██║@
██║╚██╗██║@
██║ ╚████║@
╚═╝ ╚═══╝@
@@
██████╗ @
██╔═══██╗@
██║ ██║@
██║ ██║@
╚██████╔╝@
╚═════╝ @
@@
██████╗ @
██╔══██╗@
██████╔╝@
██╔═══╝ @
██║ @
╚═╝ @
@@
██████╗ @
██╔═══██╗@
██║ ██║@
██║▄▄ ██║@
╚██████╔╝@
╚══▀▀═╝ @
@@
██████╗ @
██╔══██╗@
██████╔╝@
██╔══██╗@
██║ ██║@
╚═╝ ╚═╝@
@@
███████╗@
██╔════╝@
███████╗@
╚════██║@
███████║@
╚══════╝@
@@
████████╗@
╚══██╔══╝@
██║ @
██║ @
██║ @
╚═╝ @
@@
██╗ ██╗@
██║ ██║@
██║ ██║@
██║ ██║@
╚██████╔╝@
╚═════╝ @
@@
██╗ ██╗@
██║ ██║@
██║ ██║@
╚██╗ ██╔╝@
╚████╔╝ @
╚═══╝ @
@@
██╗ ██╗@
██║ ██║@
██║ █╗ ██║@
██║███╗██║@
╚███╔███╔╝@
╚══╝╚══╝ @
@@
██╗ ██╗@
╚██╗██╔╝@
╚███╔╝ @
██╔██╗ @
██╔╝ ██╗@
╚═╝ ╚═╝@
@@
██╗ ██╗@
╚██╗ ██╔╝@
╚████╔╝ @
╚██╔╝ @
██║ @
╚═╝ @
@@
███████╗@
╚══███╔╝@
███╔╝ @
███╔╝ @
███████╗@
╚══════╝@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,421 @@
flf2a$ 4 3 9 63 12 0 8127 0
Author : Marcin Glinsky and others
Date : 2003/09/02 20:09:19
Version: 1.0
-------------------------------------------------
Font ascii_new_roman, created by Marcin Glinski
and others from alt.ascii-art
-------------------------------------------------
This font has been created using JavE's FIGlet font export assistant.
Have a look at: http://www.jave.de
Permission is hereby given to modify this font, as long as the
modifier's name is placed on a comment line.
$ #
$ #
$ #
$ ##
__, #
(-V #
_o #
( ##
"#
#
#
##
##
#
#
##
_||_, #
(-(__ #
_||_) #
( ##
_, _,#
(-o ,' #
_,',o'#
( ##
&#
#
#
##
__, #
(-/ #
#
##
____, #
(-// #
_\\_ #
( ##
___, #
(-\\ #
_//_ #
( ##
*#
#
#
##
___, #
(-_|_. #
_| #
( ##
,#
#
#
##
#
____, #
( #
##
.#
#
#
##
___, #
(-// #
_//_ #
( ##
_____,#
(-/ /\ #
_\/_/ #
( ##
___, #
(-/| #
'_|, #
( ##
__, #
(- ) #
,'_, #
( ##
__, #
(-_) #
__) #
( ##
____, #
(-/_|_,#
_|, #
( ##
____, #
(-|_ #
__) #
( ##
___, #
(-/_ #
_(__) #
( ##
___, #
(- / #
_/, #
( ##
_____,#
(-(__) #
_(__) #
( ##
_____,#
(-(__) #
__/, #
( ##
__, #
(-o #
_o #
( ##
__, #
(-o #
_p #
( ##
<#
#
#
##
=#
#
#
##
>#
#
#
##
_____,#
(-( _)#
_(, #
( ##
___, #
(-/_\ #
_((_/_#
( ##
____,#
(-/_| #
_/ |,#
( ##
____ #
(-|__) #
_|__) #
( ##
____, #
(-/ #
_\__, #
( ##
____, #
(-| \ #
_|__/ #
( ##
____, #
(-|_, #
_|__, #
( ##
____, #
(-|_, #
_| #
( ##
____, #
(-/ _, #
_\__| #
( ##
__, _,#
(-|__| #
_| |,#
( ##
__, #
(-| #
_|_, #
( ##
_, #
(-| #
__|, #
( ##
__, , #
( |_/ #
_| \, #
( ##
__, #
(-| #
_|__, #
( ##
__, _,#
(-|\/| #
_| _|,#
( ##
_, _,#
(-|\ | #
_| \|,#
( ##
____, #
(-/ \ #
_\__/,#
( ##
____, #
(-|__) #
_| #
( ##
____, #
(-/ \ #
_\_\/,#
( ##
____, #
(-|__) #
_| \,#
( ##
____, #
(-(__ #
____) #
( ##
____, #
(-| #
_|, #
( ##
_, _, #
(-| \ #
_|__/ #
( ##
__ _,#
(-\ / #
_\/ #
( ##
_ _,#
(-| | #
_|/\|,#
( ##
_, _, #
(-\_/ #
_/ \, #
( ##
_ _, #
(-\_/ #
_|, #
( ##
___, #
(- / #
_/__, #
( ##
[#
#
#
##
_, #
(-\\ #
_\\, #
( ##
]#
#
#
##
___, #
(-/\ #
' ` #
##
_#
#
#
##
`#
#
#
##
____,#
(-/_| #
_/ |,#
( ##
____ #
(-|__) #
_|__) #
( ##
____, #
(-/ #
_\__, #
( ##
____, #
(-| \ #
_|__/ #
( ##
____, #
(-|_, #
_|__, #
( ##
____, #
(-|_, #
_| #
( ##
____, #
(-/ _, #
_\__| #
( ##
__, _,#
(-|__| #
_| |,#
( ##
__, #
(-| #
_|_, #
( ##
_, #
(-| #
__|, #
( ##
__, , #
( |_/ #
_| \, #
( ##
__, #
(-| #
_|__, #
( ##
__, _,#
(-|\/| #
_| _|,#
( ##
_, _,#
(-|\ | #
_| \|,#
( ##
____, #
(-/ \ #
_\__/,#
( ##
____, #
(-|__) #
_| #
( ##
____, #
(-/ \ #
_\_\/,#
( ##
____, #
(-|__) #
_| \,#
( ##
____, #
(-(__ #
____) #
( ##
____, #
(-| #
_|, #
( ##
_, _, #
(-| \ #
_|__/ #
( ##
__ _,#
(-\ / #
_\/ #
( ##
_ _,#
(-| | #
_|/\|,#
( ##
_, _, #
(-\_/ #
_/ \, #
( ##
_ _, #
(-\_/ #
_|, #
( ##
___, #
(- / #
_/__, #
( ##
{#
#
#
##
__, #
(-| #
| #
_|, ##
}#
#
#
##
~#
#
#
##
____,#
(-/_| #
_/ |,#
( ##
____, #
(-/ \ #
_\__/,#
( ##
_, _, #
(-| \ #
_|__/ #
( ##
____,#
(-/_| #
_/ |,#
( ##
____, #
(-/ \ #
_\__/,#
( ##
_, _, #
(-| \ #
_|__/ #
( ##
ß#
#
#
##

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,718 @@
flf2a$ 7 7 26 32 3
Alligator by Simon Bradley <syb3@aber.ac.uk>
17th June, 1994
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@@
:::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
$ $ @
###$ @@
::: :::$@
:+: :+:$ @
$ $ @
$ $ @
$ $ @
$ $ @
$ $ @@
::: :::$ @
:+: :+:$ @
+:+:+:+:+:+:+:+$@
+#+ +:+$ @
+#+#+#+#+#+#+#+$ @
#+# #+#$ @
### ###$ @@
:::$ @
:+:+:+:+:$@
+:+ +:+$ @
+#++:++#+$ @
+#+ +#+$ @
#+#+#+#+#$ @
###$ @@
::: :::$ @
:+: :+:$ @
+:+$ @
+#+$ @
+#+$ @
#+# #+#$@
### ###$ @@
:::::::$ @
:+: :+:$ @
+:+ +:+$ @
+#++: ++#$@
+#+ +#+#+#$ @
#+# #+#+$ @
##########$ @@
:::$@
:+$ @
$$ @
$$ @
$$ @
$$ @
$$ @@
:::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###$ @@
:::$@
:+:$@
+:+$@
+#+$ @
+#+$ @
#+#$ @
###$ @@
$ $ $ $@
:+: :+:$@
+:+ +:+$ @
+#++:++#++:++$ @
+#+ +#+$ @
#+# #+#$ @
$ $ $ $ @@
$ $ @
:+:$ @
+:+$ @
+#++:++#++:++$@
+#+$ @
#+#$ @
$ $ @@
$ $@
$ $ @
$ $ @
$ $ @
$ $ @
#+#$ @
##$ @@
$ $@
$ $ @
$ $ @
+#++:++#++:++$ @
$ $ @
$ $ @
$ $ @@
$ $@
$ $ @
$ $ @
$ $ @
$ $ @
#+#$ @
###$ @@
:::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###$ @@
:::::::$@
:+: :+:$@
+:+ +:+$ @
+#+ +:+$ @
+#+ +#+$ @
#+# #+#$ @
#######$ @@
:::$@
:+:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
#######$ @@
::::::::$@
:+: :+:$@
$ +:+$ @
$ +#+$ @
$ +#+$ @
#+#$ @
##########$ @@
::::::::$@
:+: :+:$@
$ +:+$ @
$ +#++:$ @
$ +#+$ @
#+# #+#$ @
########$ @@
:::$@
:+:$ @
+:+ +:+$@
+#+ +:+$ @
+#+#+#+#+#+$@
#+#$ @
###$ @@
::::::::::$@
:+: :+:$ @
+:+ $ @
+#++:++#+$ @
$ +#+$ @
#+# #+#$ @
########$ @@
::::::::$@
:+: :+:$@
+:+ $ @
+#++:++#+$ @
+#+ +#+$ @
#+# #+#$ @
########$ @@
:::::::::::$@
:+: :+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###$ @@
::::::::$@
:+: :+:$@
+:+ +:+$ @
+#++:++#$ @
+#+ +#+$ @
#+# #+#$ @
########$ @@
::::::::$@
:+: :+:$@
+:+ +:+$ @
+#++:++#+$ @
$ +#+$ @
#+# #+#$ @
########$ @@
$ $@
:+:$@
$ $ @
$ $ @
$ $ @
#+#$ @
$ $ @@
$ $@
:+:$@
$ $ @
$ $ @
$ $ @
#+#$ @
##$ @@
:::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###$ @@
$ $@
$ $ @
+:+:+:+:+:+:+$ @
$ $ @
+#+#+#+#+#+#+$ @
$ $ @
$ $ @@
:::$@
:+:$@
+:+$@
+#+$@
+#+$ @
#+#$ @
###$ @@
:::::::::$@
:+: :+:$@
+:+$ @
+#+$ @
+#+$ @
$ $ @
###$ @@
:::::::::::$ @
:+: :+:+:+:+:+:$@
+:+ +:+ +:+ +:+$@
+#+ +:+ +#+ +:+$ @
+#+ +#+ +#+ +#+$ @
#+# #+#+#+#+#+$ @
#####$ @@
:::$ @
:+: :+:$@
+:+ +:+$@
+#++:++#++:$@
+#+ +#+$ @
#+# #+#$ @
### ###$ @@
:::::::::$@
:+: :+:$@
+:+ +:+$ @
+#++:++#+$ @
+#+ +#+$ @
#+# #+#$ @
#########$ @@
::::::::$@
:+: :+:$@
+:+ $ @
+#+ $ @
+#+ $ @
#+# #+#$ @
########$ @@
:::::::::$@
:+: :+:$@
+:+ +:+$ @
+#+ +:+$ @
+#+ +#+$ @
#+# #+#$ @
#########$ @@
::::::::::$@
:+:$ @
+:+$ @
+#++:++#$ @
+#+$ @
#+#$ @
##########$ @@
::::::::::$@
:+:$ @
+:+$ @
:#::+::#$ @
+#+$ @
#+#$ @
###$ @@
::::::::$@
:+: :+:$@
+:+ $ @
:#: $ @
+#+ +#+#$ @
#+# #+#$ @
########$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#++:++#++$ @
+#+ +#+$ @
#+# #+#$ @
### ###$ @@
:::::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###########$ @@
:::::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+# #+#$ @
#####$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#++:++$ @
+#+ +#+$ @
#+# #+#$ @
### ###$ @@
:::$ @
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
##########$@@
::: :::$@
:+:+: :+:+:$@
+:+ +:+:+ +:+$@
+#+ +:+ +#+$ @
+#+ +#+$ @
#+# #+#$ @
### ###$ @@
:::: :::$@
:+:+: :+:$ @
:+:+:+ +:+$ @
+#+ +:+ +#+$ @
+#+ +#+#+#$ @
#+# #+#+#$ @
### ####$ @@
::::::::$@
:+: :+:$@
+:+ +:+$ @
+#+ +:+$ @
+#+ +#+$ @
#+# #+#$ @
########$ @@
:::::::::$@
:+: :+:$@
+:+ +:+$ @
+#++:++#+$ @
+#+$ @
#+#$ @
###$ @@
::::::::$@
:+: :+:$@
+:+ +:+$ @
+#+ +:+$ @
+#+ +#+$ @
#+# #+#$ @
###########$ @@
:::::::::$@
:+: :+:$@
+:+ +:+$ @
+#++:++#:$ @
+#+ +#+$ @
#+# #+#$ @
### ###$ @@
::::::::$@
:+: :+:$@
+:+ $ @
+#++:++#++$ @
$ +#+$ @
#+# #+#$ @
########$ @@
:::::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#+ +:+$ @
+#+ +#+$ @
#+# #+#$ @
########$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#+ +:+$ @
+#+ +#+$ @
#+#+#+#$ @
###$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#+ +:+ +#+$ @
+#+ +#+#+ +#+$ @
#+#+# #+#+#$ @
### ###$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#++:+$ @
+#+ +#+$ @
#+# #+#$ @
### ###$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#++:$ @
+#+$ @
#+#$ @
###$ @@
:::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
#########$ @@
::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
######$ @@
:::$@
:+:$@
+:+$@
+#+$@
+#+$@
#+#$@
###$@@
::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
######$ @@
:::$ @
:+: :+:$ @
+:+ +:+$@
$ $ @
$ $ @
$ $ @
$ $ @@
$ $@
$ $ @
$ $ @
$ $ @
$ $ @
$ $ @
##########$ @@
:::$@
:+$ @
$$ @
$$ @
$$ @
$$ @
$$ @@
:::$ @
:+: :+:$@
+:+ +:+$@
+#++:++#++:$@
+#+ +#+$ @
#+# #+#$ @
### ###$ @@
:::::::::$@
:+: :+:$@
+:+ +:+$ @
+#++:++#+$ @
+#+ +#+$ @
#+# #+#$ @
#########$ @@
::::::::$@
:+: :+:$@
+:+ $ @
+#+ $ @
+#+ $ @
#+# #+#$ @
########$ @@
:::::::::$@
:+: :+:$@
+:+ +:+$ @
+#+ +:+$ @
+#+ +#+$ @
#+# #+#$ @
#########$ @@
::::::::::$@
:+:$ @
+:+$ @
+#++:++#$ @
+#+$ @
#+#$ @
##########$ @@
::::::::::$@
:+:$ @
+:+$ @
:#::+::#$ @
+#+$ @
#+#$ @
###$ @@
::::::::$@
:+: :+:$@
+:+ $ @
:#: $ @
+#+ +#+#$ @
#+# #+#$ @
########$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#++:++#++$ @
+#+ +#+$ @
#+# #+#$ @
### ###$ @@
:::::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###########$ @@
:::::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+# #+#$ @
#####$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#++:++$ @
+#+ +#+$ @
#+# #+#$ @
### ###$ @@
:::$ @
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
##########$@@
::: :::$@
:+:+: :+:+:$@
+:+ +:+:+ +:+$@
+#+ +:+ +#+$ @
+#+ +#+$ @
#+# #+#$ @
### ###$ @@
:::: :::$@
:+:+: :+:$ @
:+:+:+ +:+$ @
+#+ +:+ +#+$ @
+#+ +#+#+#$ @
#+# #+#+#$ @
### ####$ @@
::::::::$@
:+: :+:$@
+:+ +:+$ @
+#+ +:+$ @
+#+ +#+$ @
#+# #+#$ @
########$ @@
:::::::::$@
:+: :+:$@
+:+ +:+$ @
+#++:++#+$ @
+#+$ @
#+#$ @
###$ @@
::::::::$@
:+: :+:$@
+:+ +:+$ @
+#+ +:+$ @
+#+ +#+$ @
#+# #+#$ @
###########$ @@
:::::::::$@
:+: :+:$@
+:+ +:+$ @
+#++:++#:$ @
+#+ +#+$ @
#+# #+#$ @
### ###$ @@
::::::::$@
:+: :+:$@
+:+ $ @
+#++:++#++$ @
$ +#+$ @
#+# #+#$ @
########$ @@
:::::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#+ +:+$ @
+#+ +#+$ @
#+# #+#$ @
########$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#+ +:+$ @
+#+ +#+$ @
#+#+#+#$ @
###$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#+ +:+ +#+$ @
+#+ +#+#+ +#+$ @
#+#+# #+#+#$ @
### ###$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#++:+$ @
+#+ +#+$ @
#+# #+#$ @
### ###$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#++:$ @
+#+$ @
#+#$ @
###$ @@
:::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
#########$ @@
::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
####$ @@
:::$@
:+:$ @
+:+$ @
$ $ @
+#+$ @
#+#$ @
###$ @@
::::$@
:+:$@
+:+$ @
+#+$@
+#+$ @
#+#$ @
####$ @@
::::: :::$@
:+: :+:+:$ @
$ $ @
$ $ @
$ $ @
$ $ @
$ $ @@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,719 @@
flf2a$ 7 7 26 32 4
Alligator2 by Daniel Wiz. AKA Merlin Greywolf <merlin@brahms.udel.edu>
27th July, 1994
This is the STRAIGHT version of the revised Alligator font I edited.
It's EXACTLY like my other posted font except the tilt was taken out.
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@@
:::$@
:+:$@
+:+$@
+#+$@
+#+$@
$ $ @
###$@@
::: :::$@
:+: :+:$@
$ $ @
$ $ @
$ $ @
$ $ @
$ $ @@
::: :::$ @
:+: :+:$ @
+:+:+:+:+:+:+:+$@
+#+ +:+$ @
+#+#+#+#+#+#+#+$@
#+# #+#$ @
### ###$ @@
:::$ @
:+:+:+:+:$ @
+:+ +:+$ @
+#++:++#+$ @
+#+ +#+$@
#+#+#+#+#$ @
###$ @@
::: :::$ @
:+: :+:$ @
+:+$ @
+#+$ @
+#+$ @
#+# #+#$@
### ###$@@
:::::::$ @
:+: :+:$ @
+:+ +:+$ @
+#++: ++#$@
+#+ +#+#+#$ @
#+# #+#+$ @
##########$ @@
:::$@
:+$ @
$$ @
$$ @
$$ @
$$ @
$$ @@
:::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###$@@
:::$ @
:+:$ @
+:+$@
+#+$@
+#+$@
#+#$ @
###$ @@
$ $ $ $ @
:+: :+:$ @
+:+ +:+$ @
+#++:++#++:++$@
+#+ +#+$ @
#+# #+#$ @
$ $ $ $ @@
$ $ @
:+:$ @
+:+$ @
+#++:++#++:++$@
+#+$ @
#+#$ @
$ $ @@
$ $ @
$ $ @
$ $ @
$ $ @
$ $ @
#+#$@
##$ @@
$ $ @
$ $ @
$ $ @
+#++:++#++:++$@
$ $ @
$ $ @
$ $ @@
$ $ @
$ $ @
$ $ @
$ $ @
$ $ @
#+#$@
###$@@
:::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###$ @@
:::::::$ @
:+: :+:$@
+:+ :+:+$@
+#+ + +:+$@
+#+# +#+$@
#+# #+#$@
#######$ @@
:::$ @
:+:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
#######$@@
::::::::$ @
:+: :+:$@
$ +:+$ @
$ +#+$ @
$ +#+$ @
#+#$ @
##########$@@
::::::::$ @
:+: :+:$@
$ +:+$@
$ +#++:$ @
$ +#+$@
#+# #+#$@
########$ @@
:::$ @
:+:$ @
+:+ +:+$ @
+#+ +:+$ @
+#+#+#+#+#+$@
#+#$ @
###$ @@
::::::::::$@
:+: :+:$@
+:+ $ @
+#++:++#+$ @
$ +#+$@
#+# #+#$@
########$ @@
::::::::$ @
:+: :+:$@
+:+ $ @
+#++:++#+$ @
+#+ +#+$@
#+# #+#$@
########$ @@
:::::::::::$@
:+: :+:$@
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###$ @@
::::::::$ @
:+: :+:$@
+:+ +:+$@
+#++:++#$ @
+#+ +#+$@
#+# #+#$@
########$ @@
::::::::$ @
:+: :+:$@
+:+ +:+$@
+#++:++#+$@
$ +#+$@
#+# #+#$@
########$ @@
$ $ @
:+:$@
$ $ @
$ $ @
$ $ @
#+#$@
$ $ @@
$ $ @
:+:$@
$ $ @
$ $ @
$ $ @
#+#$@
##$ @@
:::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###$@@
$ $ @
$ $ @
+:+:+:+:+:+:+$@
$ $ @
+#+#+#+#+#+#+$@
$ $ @
$ $ @@
:::$ @
:+:$ @
+:+$ @
+#+$@
+#+$ @
#+#$ @
###$ @@
:::::::::$ @
:+: :+:$@
+:+$ @
+#+$ @
+#+$ @
$ $ @
###$ @@
:::::::::::$ @
:+: :+:+:+:+:+:$ @
+:+ +:+ +:+ +:+$@
+#+ +:+ +#+ +:+$@
+#+ +#+ +#+ +#+$@
#+# #+#+#+#+#+$ @
#####$ @@
:::$ @
:+: :+:$ @
+:+ +:+$ @
+#++:++#++:$@
+#+ +#+$@
#+# #+#$@
### ###$@@
:::::::::$ @
:+: :+:$@
+:+ +:+$@
+#++:++#+$ @
+#+ +#+$@
#+# #+#$@
#########$ @@
::::::::$ @
:+: :+:$@
+:+ $ @
+#+ $ @
+#+ $ @
#+# #+#$@
########$ @@
:::::::::$ @
:+: :+:$@
+:+ +:+$@
+#+ +:+$@
+#+ +#+$@
#+# #+#$@
#########$ @@
::::::::::$@
:+:$ @
+:+$ @
+#++:++#$ @
+#+$ @
#+#$ @
##########$@@
::::::::::$@
:+:$ @
+:+$ @
:#::+::#$ @
+#+$ @
#+#$ @
###$ @@
::::::::$ @
:+: :+:$@
+:+ $ @
:#: $ @
+#+ +#+#$@
#+# #+#$@
########$ @@
::: :::$@
:+: :+:$@
+:+ +:+$@
+#++:++#++$@
+#+ +#+$@
#+# #+#$@
### ###$@@
:::::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###########$@@
:::::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+# #+#$ @
#####$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#++:++$ @
+#+ +#+$ @
#+# #+#$ @
### ###$@@
:::$ @
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
##########$@@
:::: ::::$ @
+:+:+: :+:+:+$@
+:+ +:+:+ +:+$@
+#+ +:+ +#+$@
+#+ +#+$@
#+# #+#$@
### ###$@@
:::: :::$@
:+:+: :+:$@
:+:+:+ +:+$@
+#+ +:+ +#+$@
+#+ +#+#+#$@
#+# #+#+#$@
### ####$@@
::::::::$ @
:+: :+:$@
+:+ +:+$@
+#+ +:+$@
+#+ +#+$@
#+# #+#$@
########$ @@
:::::::::$ @
:+: :+:$@
+:+ +:+$@
+#++:++#+$ @
+#+$ @
#+#$ @
###$ @@
::::::::$ @
:+: :+:$ @
+:+ +:+$ @
+#+ +:+$ @
+#+ # +#+$ @
#+# +#+ $ @
###### ###$@@
:::::::::$ @
:+: :+:$@
+:+ +:+$@
+#++:++#:$ @
+#+ +#+$@
#+# #+#$@
### ###$@@
::::::::$ @
:+: :+:$@
+:+ $ @
+#++:++#++$@
$ +#+$@
#+# #+#$@
########$ @@
:::::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###$ @@
::: :::$@
:+: :+:$@
+:+ +:+$@
+#+ +:+$@
+#+ +#+$@
#+# #+#$@
########$ @@
::: :::$@
:+: :+:$@
+:+ +:+$@
+#+ +:+$@
+#+ +#+$ @
#+#+#+#$ @
###$ @@
::: :::$@
:+: :+:$@
+:+ +:+$@
+#+ +:+ +#+$@
+#+ +#+#+ +#+$@
#+#+# #+#+#$ @
### ###$ @@
::: :::$@
:+: :+:$@
+:+ +:+$ @
+#++:+$ @
+#+ +#+$ @
#+# #+#$@
### ###$@@
::: :::$@
:+: :+:$@
+:+ +:+$ @
+#++:$ @
+#+$ @
#+#$ @
###$ @@
:::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
#########$@@
::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
######$@@
:::$ @
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###$@@
::::::$@
:+:$@
+:+$@
+#+$@
+#+$@
#+#$@
######$@@
:::$ @
:+: :+:$ @
+:+ +:+$@
$ $ @
$ $ @
$ $ @
$ $ @@
$ $ @
$ $ @
$ $ @
$ $ @
$ $ @
$ $ @
##########$@@
:::$@
:+$@
$$ @
$$ @
$$ @
$$ @
$$ @@
:::$ @
:+: :+:$ @
+:+ +:+$ @
+#++:++#++:$@
+#+ +#+$@
#+# #+#$@
### ###$@@
:::::::::$ @
:+: :+:$@
+:+ +:+$@
+#++:++#+$ @
+#+ +#+$@
#+# #+#$@
#########$ @@
::::::::$ @
:+: :+:$@
+:+ $ @
+#+ $ @
+#+ $ @
#+# #+#$@
########$ @@
:::::::::$ @
:+: :+:$@
+:+ +:+$@
+#+ +:+$@
+#+ +#+$@
#+# #+#$@
#########$ @@
::::::::::$@
:+:$ @
+:+$ @
+#++:++#$ @
+#+$ @
#+#$ @
##########$@@
::::::::::$@
:+:$ @
+:+$ @
:#::+::#$ @
+#+$ @
#+#$ @
###$ @@
::::::::$ @
:+: :+:$@
+:+ $ @
:#: $ @
+#+ +#+#$@
#+# #+#$@
########$ @@
::: :::$@
:+: :+:$@
+:+ +:+$@
+#++:++#++$@
+#+ +#+$@
#+# #+#$@
### ###$@@
:::::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###########$@@
:::::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+# #+#$ @
#####$ @@
::: :::$@
:+: :+:$ @
+:+ +:+$ @
+#++:++$ @
+#+ +#+$ @
#+# #+#$ @
### ###$@@
:::$ @
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
##########$@@
:::: ::::$ @
+:+:+: :+:+:+$@
+:+ +:+:+ +:+$@
+#+ +:+ +#+$@
+#+ +#+$@
#+# #+#$@
### ###$@@
:::: :::$@
:+:+: :+:$@
:+:+:+ +:+$@
+#+ +:+ +#+$@
+#+ +#+#+#$@
#+# #+#+#$@
### ####$@@
::::::::$ @
:+: :+:$@
+:+ +:+$@
+#+ +:+$@
+#+ +#+$@
#+# #+#$@
########$ @@
:::::::::$ @
:+: :+:$@
+:+ +:+$@
+#++:++#+$ @
+#+$ @
#+#$ @
###$ @@
::::::::$ @
:+: :+:$ @
+:+ +:+$ @
+#+ +:+$ @
+#+ # +#+$ @
#+# +#+ $ @
###### ###$@@
:::::::::$ @
:+: :+:$@
+:+ +:+$@
+#++:++#:$ @
+#+ +#+$@
#+# #+#$@
### ###$@@
::::::::$ @
:+: :+:$@
+:+ $ @
+#++:++#++$@
$ +#+$@
#+# #+#$@
########$ @@
:::::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
###$ @@
::: :::$@
:+: :+:$@
+:+ +:+$@
+#+ +:+$@
+#+ +#+$@
#+# #+#$@
########$ @@
::: :::$@
:+: :+:$@
+:+ +:+$@
+#+ +:+$@
+#+ +#+$ @
#+#+#+#$ @
###$ @@
::: :::$@
:+: :+:$@
+:+ +:+$@
+#+ +:+ +#+$@
+#+ +#+#+ +#+$@
#+#+# #+#+#$ @
### ###$ @@
::: :::$@
:+: :+:$@
+:+ +:+$ @
+#++:+$ @
+#+ +#+$ @
#+# #+#$@
### ###$@@
::: :::$@
:+: :+:$@
+:+ +:+$ @
+#++:$ @
+#+$ @
#+#$ @
###$ @@
:::::::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
#########$@@
::::$@
:+:$ @
+:+$ @
+#+$ @
+#+$ @
#+#$ @
####$@@
:::$@
:+:$@
+:+$@
$ $ @
+#+$@
#+#$@
###$@@
::::$ @
:+:$ @
+:+$ @
+#+$@
+#+$ @
#+#$ @
####$ @@
::::: :::$@
:+: :+:+:$ @
$ $ @
$ $ @
$ $ @
$ $ @
$ $ @@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,732 @@
flf2a 7 5 10 -1 17
Alphabet by Wendell Hicken 11/93 (whicken@parasoft.com)
Explanation of first line:
flf2 - "magic number" for file identification
a - should always be `a', for now
$ - the "hardblank" -- prints as a blank, but can't be smushed
6 - height of a character
5 - height of a character, not including descenders
20 - max line length (excluding comment lines) + a fudge factor
15 - default smushmode for this font (like "-m 15" on command line)
12 - number of comment lines
---
Font modified June 17, 2007 by patorjk
This was to widen the space character.
 @
 @
 @
 @
 @
 @
 @@
!!! @
!!! @
!!! @
@
!!! @
@
@@
'' '' @
'' '' @
@
@
@
@
@@
# # @
##### @
# # @
##### @
# # @
@
@@
$ $ @
$$$$$ @
$ $ $ @
$$$$$ @
$ $ $ @
$$$$$ @
$ $ @@
% %% @
%% @
%% @
%% @
%% % @
@
@@
&& @
& & @
&&& &@
& & & @
&&&& @
@
@@
'' @
'' @
@
@
@
@
@@
(( @
(( @
(( @
(( @
(( @
@
@@
)) @
)) @
)) @
)) @
)) @
@
@@
@
* * * @
*** @
***** @
*** @
* * * @
@@
@
+ @
+++ @
+ @
@
@
@@
@
@
@
@
,, @
, @
@@
@
@
--- @
@
@
@
@@
@
@
@
.. @
.. @
@
@@
//@
// @
// @
// @
// @
@
@@
000 @
0 00 @
0 0 0 @
00 0 @
000 @
@
@@
11 @
111 @
11 @
11 @
11l1 @
@
@@
22 @
2 2 @
2 @
2 @
2222 @
@
@@
333 @
3 @
33 @
3 @
333 @
@
@@
4 4 @
4 4 @
4444 @
4 @
4 @
@
@@
5555 @
5 @
555 @
5 @
555 @
@
@@
6 @
6 @
6666 @
6 6 @
666 @
@
@@
77777 @
7 @
7 @
7 @
7 @
@
@@
888 @
8 8 @
888 @
8 8 @
888 @
@
@@
9999 @
9 9 @
9999 @
9 @
9 @
@
@@
@
:: @
@
:: @
@
@
@@
@
;; @
@
;; @
; @
@
@@
<< @
<< @
<< @
<< @
<< @
@
@@
@
=== @
@
=== @
@
@
@@
>> @
>> @
>> @
>> @
>> @
@
@@
??? @
? ? @
? @
? @
? @
@
@@
@@@ @
@ @ @
@ @@ @
@ @
@@@ @
@
@@
AA @
A A @
AAAA @
A A @
A A @
@
@@
BBBB @
B B @
BBBB @
B B @
BBBB @
@
@@
CCC @
C @
C @
C @
CCC @
@
@@
DDD @
D D @
D D @
D D @
DDD @
@
@@
EEEE @
E @
EEE @
E @
EEEE @
@
@@
FFFF @
F @
FFF @
F @
F @
@
@@
GGG @
G @
G GG @
G G @
GGG @
@
@@
H H @
H H @
HHHH @
H H @
H H @
@
@@
III @
I @
I @
I @
III @
@
@@
J @
J @
J @
J J @
JJJ @
@
@@
K K @
K K @
KK @
K K @
K K @
@
@@
L @
L @
L @
L @
LLLL @
@
@@
M M @
MM MM @
M M M @
M M @
M M @
@
@@
N N @
NN N @
N N N @
N NN @
N N @
@
@@
OOO @
O O @
O O @
O O @
OOO @
@
@@
PPPP @
P P @
PPPP @
P @
P @
@
@@
QQQ @
Q Q @
Q Q @
Q QQ @
QQQQ @
Q @
@@
RRRR @
R R @
RRRR @
R R @
R RR @
@
@@
SSS @
S @
SSS @
S @
SSSS @
@
@@
TTTTTT @
TT @
TT @
TT @
TT @
@
@@
U U @
U U @
U U @
U U @
UUU @
@
@@
V V @
V V @
V V @
V V @
V @
@
@@
W W @
W W @
W W W @
W W W @
W W @
@
@@
X X @
X X @
X @
X X @
X X @
@
@@
Y Y @
Y Y @
Y @
Y @
Y @
@
@@
ZZZZZ @
Z @
Z @
Z @
ZZZZZ @
@
@@
[[[[ @
[[ @
[[ @
[[ @
[[[[ @
@
@@
\\ @
\\ @
\\ @
\\ @
\\@
@
@@
]]]] @
]] @
]] @
]] @
]]]] @
@
@@
^^ @
^ ^ @
@
@
@
@
@@
@
@
@
@
____@
____@
@@
`` @
@
@
@
@
@
@@
@
@
aa @
a a @
aaa @
@
@@
b @
b @
bbb @
b b @
bbb @
@
@@
@
@
ccc @
c @
ccc @
@
@@
d @
d @
ddd @
d d @
ddd @
@
@@
@
@
eee @
e e @
ee @
@
@@
ff @
f @
fff @
f @
f @
@
@@
@
@
ggg @
g g @
ggg @
g @
ggg @@
h @
h @
hhh @
h h @
h h @
@
@@
@
ii @
@
ii @
ii @
@
@@
@
j @
@
j @
j @
j j @
jj @@
k @
k k @
kk @
k k @
k k @
@
@@
l @
l @
l @
l @
l @
@
@@
@
@
mmmm @
m m m @
m m m @
@
@@
@
@
nnn @
n n @
n n @
@
@@
@
@
ooo @
o o @
ooo @
@
@@
@
@
ppp @
p p @
ppp @
p @
p @@
@
@
qqq @
q q @
qqq @
q @
qq @@
@
@
rrr @
r @
r @
@
@@
@
@
ss @
s @
ss @
@
@@
t @
t @
ttt @
t @
tt @
@
@@
@
@
u u @
u u @
uuu @
@
@@
@
@
v v @
v v @
v @
@
@@
@
@
w w @
w w w @
w w @
@
@@
@
@
x x @
x @
x x @
@
@@
@
@
y y @
y y @
yyy @
y @
yyy @@
@
@
zz @
z @
zz @
@
@@
{{ @
{{ @
{{ @
{{ @
{{ @
@
@@
||@
||@
||@
||@
||@
||@
@@
}} @
}} @
}} @
}} @
}} @
@
@@
@
~ ~ @
~ ~ @
@
@
@
@@
o o @
AA @
A A @
AAAA @
A A @
@
@@
o o @
OOO @
O O @
O O @
OOO @
@
@@
o o @
U U @
U U @
U U @
UUU @
@
@@
o o @
@
aa @
a a @
aaa @
@
@@
o o @
@
ooo @
o o @
ooo @
@
@@
o o @
@
u u @
u u @
uuu @
@
@@
BBBB @
B B @
BBBB @
B B @
BBBB @
B @
@@

View file

@ -0,0 +1,825 @@
flf2a$ 8 7 20 -1 8
ARROWS by Ron Fritz 8/94
Figlet Release 2.0
---
Font modified June 17, 2007 by patorjk
This was to widen the space character.
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@@
>=>@
>=>@
>=>@
>>$@
>>$@
@
>=>@
@@
>> >>@
>> >>@
@
@
@
@
@
@@
@
>=> >=>$$$@
>=====>>===>$@
>=> >=>$$$@
>=> >=>$$$@
>=====>>===>$@
>=> >=>$$$@
@@
>=> $@
>=>>=>$@
>=> $@
>=> $@
>=> $@
>=>>==>$@
>=> $@
@@
@
>=> >=>$@
>=> $@
>=> $@
>=> $@
>=> $@
>=> >=>$@
@@
>> $@
>=>>=>$@
>=> $@
>==> $@
>=> $@
>=>>=>$@
>> $@
@@
>=>$@
>>$@
@
@
@
@
@
@@
>=>$@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
>=>$@
@@
>=> $@
>=> $@
>=>$@
>=>$@
>=>$@
>=> $@
>=> $@
@@
>=> $@
>> >=> >> $@
> >=> > $@
>===>>=>>===>$@
> >=> > $@
>> >=> >> $@
>=> $@
@@
@
>=> $@
>=> $@
>==> >====>$@
>=> $@
>=> $@
@
@@
@
@
@
@
@
@
>=>$@
>>$@@
@
@
@
>====>$@
@
@
@
@@
@
@
@
@
@
@
>=>$@
@@
>=>$@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
@@
@
>=> $@
>=> >=> $@
>=> >=> $@
>=> >=>$@
>=> >=> $@
>==> $@
@@
@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
>===>$@
@@
@
>=>>=> $@
>> >=>$@
>=> $@
>=> $@
>=> $@
>======>$@
@@
@
>=>>=> $@
>=> $@
>=> $@
>=> $@
>=>$@
>====> $@
@@
@
>=> $@
>>=> $@
> >=> $@
>=> >=> $@
>===>>=>>=>$@
>=> $@
$@@
@
>=>>==> $@
>=> $@
>==> $@
>=> $@
>=>$@
>==>>=> $@
@@
@
>=> $@
>=> $@
>=> $@
>=> >=> $@
>=> >=>$@
>=>>=> $@
@@
@
>====>>=>$@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
@@
@
>=> $@
>> >=>$@
>> >>$@
>=>>=> $@
>> >>$@
>====> $@
@@
@
>> >=> $@
>=> >=>$@
>> >=>$@
>=> >=> $@
>=> $@
>=> $@
@@
@
@
@
@
>=>$@
$@
>=>$@
@@
@
@
@
@
>=>$@
$@
>=>$@
>>$@@
>=>$@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
>=>$@
@@
$@
$@
>=====>$@
$@
>=====>$@
$@
$@
@@
>=> $@
>=> $@
>=> $@
>=>$@
>=> $@
>=> $@
>=> $@
@@
>==> $@
>=> $@
>=>$@
>=> $@
>=> $@
$@
>=> $@
@@
$@
>==> $@
>> >=> $@
>> >=> >=>$@
>=> >==> >=>$@
>=> ``` $@
>=> $@
@@
>> $@
>>=> $@
>> >=> $@
>=> >=> $@
>=====>>=> $@
>=> >=> $@
>=> >=>$@
@@
>=>>=> $@
>> >=> $@
>> >=>$@
>==>>=> $@
>> >=>$@
>> >>$@
>===>>=> $@
@@
>=> $@
>=> >=>$@
>=> $@
>=> $@
>=> $@
>=> >=>$@
>===> $@
@@
>====> $@
>=> >=> $@
>=> >=>$@
>=> >=>$@
>=> >=>$@
>=> >=> $@
>====> $@
@@
>=======>$@
>=> $@
>=> $@
>=====> $@
>=> $@
>=> $@
>=======>$@
@@
>=======>$@
>=> $@
>=> $@
>=====> $@
>=> $@
>=> $@
>=> $@
@@
>===> $@
>> >=> $@
>=> $@
>=> $@
>=> >===>$@
>=> >> $@
>====> $@
@@
>=> >=>$@
>=> >=>$@
>=> >=>$@
>=====>>=>$@
>=> >=>$@
>=> >=>$@
>=> >=>$@
@@
>=>$@
>=>$@
>=>$@
>=>$@
>=>$@
>=>$@
>=>$@
@@
>=>$@
>=>$@
>=>$@
>=>$@
>=>$@
>> >=>$@
>===> $@
@@
>=> >=> $@
>=> >=> $@
>=> >=> $@
>>=>> $@
>=> >=> $@
>=> >=> $@
>=> >=>$@
@@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
>=======>$@
@@
>=> >=>$@
>> >=> >>=>$@
>=> >=> > >=>$@
>=> >=> >=>$@
>=> >> >=>$@
>=> >=>$@
>=> >=>$@
@@
>==> >=>$@
>> >=> >=>$@
>=> >=> >=>$@
>=> >=>>=>$@
>=> > >=>$@
>=> >>=>$@
>=> >=>$@
@@
>===> $@
>=> >=> $@
>=> >=>$@
>=> >=>$@
>=> >=>$@
>=> >=> $@
>===> $@
@@
>======> $@
>=> >=>$@
>=> >=>$@
>======> $@
>=> $@
>=> $@
>=> $@
@@
>===> $@
>=> >=> $@
>=> >=>$@
>=> >=>$@
>=> >=>$@
>=> >> >=> $@
>= >>=> $@
>> @@
>======> $@
>=> >=> $@
>=> >=> $@
>> >==> $@
>=> >=> $@
>=> >=> $@
>=> >=>$@
@@
>=>>=> $@
>=> >=>$@
>=> $@
>=> $@
>=> $@
>=> >=>$@
>=>>=> $@
@@
>===>>=====>$@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
@@
>=> >=>$@
>=> >=>$@
>=> >=>$@
>=> >=>$@
>=> >=>$@
>=> >=>$@
>====> $@
@@
>=> >=>$@
>=> >=> $@
>=> >=> $@
>=> >=> $@
>=> >=> $@
>===> $@
>=> $@
@@
>=> >=>$@
>=> >=>$@
>=> >> >=>$@
>=> >=> >=>$@
>=> >> >=> >=>$@
>> >> >===>$@
>=> >=>$@
@@
>=> >=>$@
>=> >=> $@
>=> >=> $@
>=> $@
>=> >=> $@
>=> >=> $@
>=> >=>$@
@@
>=> >=>$@
>=> >=> $@
>=> >=> $@
>=> $@
>=> $@
>=> $@
>=> $@
@@
>=======>>=>$@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
>==========>$@
@@
>===>$@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
>===>$@
@@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
>=> $@
>=>$@
@@
>===>$@
>=>$@
>=>$@
>=>$@
>=>$@
>=>$@
>===>$@
@@
>=> $@
>=> >=> $@
>=> >=>$@
$@
$@
$@
$@
@@
$@
$@
$@
$@
$@
$@
$@
>====>$@@
>=>$@
>> $@
$@
$@
$@
$@
$@
@@
$@
$@
>=> >=> $@
>=> >=> $@
>=> >=> $@
>=> >=> $@
>==>>>==>$@
@@
>=> $@
>=> $@
>=> $@
>=>>==> $@
>=> >=>$@
>=> >=>$@
>=>>==> $@
@@
$@
$@
>==>$@
>=> $@
>=> $@
>=> $@
>==>$@
@@
>=>$@
>=>$@
>=>$@
>=>>=>$@
>> >=>$@
>> >=>$@
>=>>=>$@
@@
$@
$@
>==> $@
>> >=> $@
>>===>>=>$@
>> $@
>====> $@
@@
>=>$@
>> $@
>=>> >>$@
>=> $@
>=> $@
>=> $@
>=> $@
@@
$@
$@
>=> $@
>=> >=>$@
>=> >=>$@
>=> >=>$@
>=> $@
>=> $@@
$@
>=> $@
>=> $@
>=>>=> $@
>=> >=>$@
>> >=>$@
>=> >=>$@
@@
$@
>>$@
$@
>=>$@
>=>$@
>=>$@
>=>$@
@@
$@
>=>$@
$@
>=>$@
>=>$@
>=>$@
>=>$@
>==> $@@
>=> $@
>=> $@
>=> >=>$@
>=> >=> $@
>=>=> $@
>=> >=> $@
>=> >=>$@
@@
>=>$@
>=>$@
>=>$@
>=>$@
>=>$@
>=>$@
>==>$@
@@
$@
$@
>===>>=>>==> $@
>=> >> >=>$@
>=> >> >=>$@
>=> >> >=>$@
>==> >> >=>$@
@@
$@
$@
>==>>==> $@
>=> >=>$@
>=> >=>$@
>=> >=>$@
>==> >=>$@
@@
$@
$@
>=> $@
>=> >=> $@
>=> >=>$@
>=> >=> $@
>=> $@
@@
$@
$@
>=> >=> $@
>> >=>$@
>> >=>$@
>=> >=> $@
>=> $@
>=> $@@
$@
$@
>=> $@
>> >=> $@
>> >=> $@
>==>=> $@
>=> $@
>==>$@@
$@
$@
>> >==>$@
>=> $@
>=> $@
>=> $@
>==> $@
@@
$@
$@
>===> $@
>=> $@
>==> $@
>=>$@
>=> >=>$@
@@
>=> $@
>=> $@
>=>>==>$@
>=> $@
>=> $@
>=> $@
>=> $@
@@
$@
$@
>=> >=>$@
>=> >=>$@
>=> >=>$@
>=> >=>$@
>==>=>$@
@@
$@
$@
>=> >=>$@
>=> >=> $@
>=> >=> $@
>=>=> $@
>=> $@
@@
$@
$@
>=> >=>$@
>=> > >=>$@
>=> >> >=>$@
>=>> >=>=>$@
>==> >==>$@
@@
$@
$@
>=> >=>$@
>> >=> $@
>> $@
>> >=> $@
>=> >=>$@
@@
$@
$@
>=> >=>$@
>=> >=> $@
>==> $@
>=> $@
>=> $@
>=> $@@
$@
$@
>====>>=>$@
>=> $@
>=> $@
>=> $@
>=======>$@
@@
<=<$@
<=< $@
<=< $@
<=< $@
<=< $@
<=< $@
<=<$@
@@
>>$@
>>$@
>>$@
$@
>>$@
>>$@
>>$@
@@
>=> $@
>=> $@
>=> $@
>=>$@
>=> $@
>=> $@
>=> $@
@@
>=> >> $@
>> >=>$@
$@
$@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,629 @@
flf2a$ 6 5 10 16 16
Avatar by Claude Martins 02/95
Figlet release 2.1 -- 12 Aug 1994
Permission is hereby given to modify this font, as long as the
modifier's name is placed on a comment line.
Explanation of first line:
flf2 - "magic number" for file identification
a - should always be `a', for now
$ - the "hardblank" -- prints as a blank, but can't be smushed
6 - height of a character
5 - height of a character, not including descenders
10 - max line length (excluding comment lines) + a fudge factor
16 - default smushmode for this font
16 - number of comment lines
$$@
$$@
$$@
$$@
$$@
$$@@
_ @
/ \@
| |@
\_/@
(_)@
@@
_ _@
\||/@
@
@
@
@@
@
_/|_|\_@
\ _ /@
/ _ \@
\| |/ @
@@
/| @
/ _\@
\ \ @
_\ \@
\ /@
|/ @@
_ @
\|/\ @
/ / @
/ /_ @
\/ \|@
@@
_ @
/.\ @
\ _\_@
/|/ /@
\__/\@
@@
_@
|/@
@
@
@
@@
___@
/ _/@
|/ @
|\_ @
\__\@
@@
___ @
\_ \@
\|@
_/|@
/__/@
@@
@
_/||\_@
\ /@
/ \@
\||/ @
@@
_ @
_| |_ @
|_ _|@
|_| @
@
@@
@
@
@
@
_@
|/@@
@
@
_____ @
\____\@
@
@@
@
@
@
__@
\/@
@@
@
/\@
/ /@
/ / @
\/ @
@@
____ @
/ _ \@
| / \|@
| \_/|@
\____/@
@@
_ @
/ \@
| |@
| |@
\_/@
@@
____ @
/_ \@
/ /@
/ /_@
\____/@
@@
_____ @
\__ \@
/ |@
_\ |@
/____/@
@@
_ @
/\ / |@
\_\| |@
| |@
\_|@
@@
____ @
/ ___\@
| \@
\___ |@
\____/@
@@
_ @
__/ \@
/__ |@
|\/ |@
\____/@
@@
____ @
/ _ \@
\/ | |@
| |@
\_/@
@@
____ @
/ ___\@
\ \ //@
/ /_\\@
\____/@
@@
____ @
/__ \@
|\/ |@
\__ |@
\_/@
@@
@
__@
\/@
__@
\/@
@@
@
@
__@
\/@
_@
|/@@
___@
/ _/@
/ / @
\ \_ @
\__\@
@@
@
_____ @
\____\@
_____ @
\____\@
@@
___ @
\_ \ @
\ \@
_/ /@
/__/ @
@@
____ @
/ _ \@
\/ \ |@
/ /@
\/ @
\/ @@
____ @
/ __\@
| /_//@
| \\/_@
\____/@
@@
____ @
/ _ \@
| / \|@
| |-||@
\_/ \|@
@@
____ @
/ __\@
| | //@
| |_\\@
\____/@
@@
____ @
/ _\@
| / @
| \__@
\____/@
@@
____ @
/ _ \@
| | \|@
| |_/|@
\____/@
@@
_____@
/ __/@
| \ @
| /_ @
\____\@
@@
_____@
/ /@
| __\@
| | @
\_/ @
@@
_____@
/ __/@
| | _@
| |_//@
\____\@
@@
_ @
/ \ /|@
| |_||@
| | ||@
\_/ \|@
@@
_ @
/ \@
| |@
| |@
\_/@
@@
_ @
/ |@
| |@
/\_| |@
\____/@
@@
_ __@
/ |/ /@
| / @
| \ @
\_|\_\@
@@
_ @
/ \ @
| | @
| |_/\@
\____/@
@@
_ @
/ \__/|@
| |\/||@
| | ||@
\_/ \|@
@@
_ @
/ \ /|@
| |\ ||@
| | \||@
\_/ \|@
@@
____ @
/ _ \@
| / \|@
| \_/|@
\____/@
@@
____ @
/ __\@
| \/|@
| __/@
\_/ @
@@
____ @
/ _ \@
| / \|@
| \_\|@
\____\@
@@
____ @
/ __\@
| \/|@
| /@
\_/\_\@
@@
____ @
/ ___\@
| \@
\___ |@
\____/@
@@
_____ @
/__ __\@
/ \ @
| | @
\_/ @
@@
_ @
/ \ /\@
| | ||@
| \_/|@
\____/@
@@
_ @
/ \ |\@
| | //@
| \// @
\__/ @
@@
_ @
/ \ /|@
| | ||@
| |/\||@
\_/ \|@
@@
___ _@
\ \//@
\ / @
/ \ @
/__/\\@
@@
___ _@
\ \//@
\ / @
/ / @
/_/ @
@@
____ @
/_ \@
/ /@
/ /_@
\____/@
@@
___@
/ _/@
|| @
||_ @
\__\@
@@
@
/\ @
\ \ @
\ \@
\/@
@@
___ @
\_ \@
||@
_||@
/__/@
@@
/\@
$$@
$$@
$$@
$$@
$$@@
@
@
@
@
_____ @
\____\@@
_ @
\|@
@
@
@
@@
____ @
/ _ \@
| / \|@
| |-||@
\_/ \|@
@@
____ @
/ _ \@
| | //@
| |_\\@
\____/@
@@
____ @
/ _\@
| / @
| \_ @
\____/@
@@
____ @
/ _ \@
| | \|@
| |_/|@
\____/@
@@
_____@
/ __/@
| \ @
| /_ @
\____\@
@@
_____@
/ /@
| __\@
| | @
\_/ @
@@
_____@
/ __/@
| | _@
| |_//@
\____\@
@@
_ @
/ \ /|@
| |_||@
| | ||@
\_/ \|@
@@
_ @
/ \@
| |@
| |@
\_/@
@@
_ @
/ |@
| |@
/\_| |@
\____/@
@@
_ __@
/ |/ /@
| / @
| \ @
\_|\_\@
@@
_ @
/ \ @
| | @
| |_/\@
\____/@
@@
_ @
/ \__/|@
| |\/||@
| | ||@
\_/ \|@
@@
_ @
/ \ /|@
| |\ ||@
| | \||@
\_/ \|@
@@
____ @
/ _ \@
| / \|@
| \_/|@
\____/@
@@
____ @
/ __\@
| \/|@
| __/@
\_/ @
@@
____ @
/ _ \@
| / \|@
| \_\|@
\____\@
@@
____ @
/ __\@
| \/|@
| /@
\_/\_\@
@@
____ @
/ ___\@
| \@
\___ |@
\____/@
@@
_____ @
/__ __\@
/ \ @
| | @
\_/ @
@@
_ @
/ \ /\@
| | ||@
| \_/|@
\____/@
@@
_ @
/ \ |\@
| | //@
| \// @
\__/ @
@@
_ @
/ \ /|@
| | ||@
| |/\||@
\_/ \|@
@@
___ _@
\ \//@
\ / @
/ \ @
/__/\\@
@@
___ _@
\ \//@
\ / @
/ / @
/_/ @
@@
____ @
/_ \@
/ /@
/ /_@
\____/@
@@
____@
\ _/@
// @
\\_ @
/__\@
@@
_ @
| |@
\_/@
_ @
/ \@
|_|@@
____@
\_ /@
\\@
_//@
/__\@
@@
/\//@
$\/$@
@
@
@
@@
\/\/ @
/ _ \@
| / \|@
| |-||@
\_/ \|@
@@
\/\/ @
/ _ \@
| / \|@
| \_/|@
\____/@
@@
\/\/ @
/ \ /\@
| | ||@
| \_/|@
\____/@
@@
\/\/ @
/ _ \@
| / \|@
| |-||@
\_/ \|@
@@
\/\/ @
/ _ \@
| / \|@
| \_/|@
\____/@
@@
\/\/ @
/ \ /\@
| | ||@
| \_/|@
\____/@
@@
____ @
/ _ \@
| | //@
| |_\\@
\_/\_/@
@@

View file

@ -0,0 +1,375 @@
flf2a 1 1 10 -1 16
B1FF by Joe Rumsey 12/94 based on Terminal by Glenn Chappell
Includes characters 128-255
figlet release 2.1 -- 12 Aug 1994
Permission is hereby given to modify this font, as long as the
modifier's name is placed on a comment line.
Explanation of first line:
flf2 - "magic number" for file identification
a - should always be `a', for now
 - the "hardblank" -- prints as a blank, but can't be smushed
1 - height of a character
1 - height of a character, not including descenders
10 - max line length (excluding comment lines) + a fudge factor
-1 - default smushmode for this font
16 - number of comment lines
@
!@
"@
#@
$@
%@
&@
'@
(@
)@
*@
+@
,@
-@
.@
/@
0@
1@
2@
3@
4@
5@
6@
7@
8@
9@
:@
;@
<@
=@
>@
?@
@#
/-\@
|3@
(@
|)@
3@
F@
6@
H@
1@
_/@
/<@
|_@
/\/\@
/\/@
0@
P@
Q@
R@
5@
T@
|_|@
\/@
\/\/@
X@
Y@
Z@
[@
\@
]@
^@
_@
`@
/-\@
|3@
(@
|)@
3@
F@
6@
H@
1@
_/@
/<@
|_@
/\/\@
/\/@
0@
P@
Q@
R@
5@
T@
|_|@
\/@
\/\/@
X@
Y@
Z@
{@
|@
}@
~@
128
<EFBFBD>@
129
<EFBFBD>
130
<EFBFBD>
131
<EFBFBD>
132
<EFBFBD>
133
<EFBFBD>
134
<EFBFBD>
135
136
137
𪎩
138
𧶄
139
𣏴
140
141
𠮟
142
𣻗
143
144
145
𥜆
146
𡏆
147
148
149
𦅜
150
151
152
𦴦
153
154
155
𡨭
156
157
𨆉
158
𠺢
159
160
𨩚
161
 
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
駿
195
196
197
198
199
200
Л
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
徿
243
244
245
246
247
248
249
250
𠕇
251
𨦼
252
253
𣑯
254
255
<EFBFBD>@

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,820 @@
flf2a$ 8 8 20 -1 3
banner3-D by Merlin Greywolf merlin@brahms.udel.edu
August 9, 1994
:::@
:::@
:::@
:::@
:::@
:::@
:::@
:::@@
'####:@
####:@
####:@
: ##::@
:..:::@
'####:@
####:@
....::@@
'####'####:@
#### ####:@
. ##:. ##::@
:..:::..:::@
:::::::::::@
:::::::::::@
:::::::::::@
:::::::::::@@
::'##'##:::@
:: ## ##:::@
'#########:@
.. ## ##.::@
'#########:@
.. ## ##.::@
:: ## ##:::@
::..:..::::@@
:'########::@
'##. ##. ##:@
##: ##:..::@
. ########::@
:... ##. ##:@
'##: ##: ##:@
. ########::@
:........:::@@
'#####::'##:::@
## ##:'##::::@
#####'##:::::@
.....'##::::::@
::::'##'#####:@
:::'##: ## ##:@
::'##:: #####:@
::..:::.....::@@
::'####::::@
:'##. ##:::@
:. ####::::@
:'####:::::@
'##. ##'##:@
##:. ##:::@
. ####. ##:@
:....::..::@@
'####:@
####:@
. ##::@
'##:::@
..::::@
::::::@
::::::@
::::::@@
::'###:@
:'##:::@
'##::::@
##::::@
##::::@
. ##:::@
:. ###:@
::...::@@
'###:::@
.. ##::@
::: ##:@
::: ##:@
::: ##:@
:: ##::@
###:::@
...::::@@
:::::::::::@
:'##::'##::@
:. ##'##:::@
'#########:@
.. ## ##.::@
: ##:. ##::@
:..:::..:::@
:::::::::::@@
::::::::@
::'##:::@
:: ##:::@
'######:@
.. ##.::@
:: ##:::@
::..::::@
::::::::@@
::::::@
::::::@
::::::@
'####:@
####:@
. ##::@
'##:::@
..::::@@
:::::::::@
:::::::::@
:::::::::@
'#######:@
........:@
:::::::::@
:::::::::@
:::::::::@@
:::::@
:::::@
:::::@
:::::@
:::::@
'###:@
###:@
...::@@
::::::'##:@
:::::'##::@
::::'##:::@
:::'##::::@
::'##:::::@
:'##::::::@
'##:::::::@
..::::::::@@
::'#####:::@
:'##.. ##::@
'##:::: ##:@
##:::: ##:@
##:::: ##:@
. ##:: ##::@
:. #####:::@
::.....::::@@
:::'##:::@
:'####:::@
:.. ##:::@
::: ##:::@
::: ##:::@
::: ##:::@
:'######:@
:......::@@
:'#######::@
'##.... ##:@
..::::: ##:@
:'#######::@
'##::::::::@
##::::::::@
#########:@
.........::@@
:'#######::@
'##.... ##:@
..::::: ##:@
:'#######::@
:...... ##:@
'##:::: ##:@
. #######::@
:.......:::@@
'##::::::::@
##:::'##::@
##::: ##::@
##::: ##::@
#########:@
...... ##::@
:::::: ##::@
::::::..:::@@
'########:@
##.....::@
##:::::::@
#######::@
...... ##:@
'##::: ##:@
. ######::@
:......:::@@
:'#######::@
'##.... ##:@
##::::..::@
########::@
##.... ##:@
##:::: ##:@
. #######::@
:.......:::@@
'########:@
##.. ##:@
..:: ##:::@
::: ##::::@
:: ##:::::@
:: ##:::::@
:: ##:::::@
::..::::::@@
:'#######::@
'##.... ##:@
##:::: ##:@
: #######::@
'##.... ##:@
##:::: ##:@
. #######::@
:.......:::@@
:'#######::@
'##.... ##:@
##:::: ##:@
: ########:@
:...... ##:@
'##:::: ##:@
. #######::@
:.......:::@@
:'##::@
'####:@
. ##::@
:..:::@
:'##::@
'####:@
. ##::@
:..:::@@
'####:@
####:@
....::@
'####:@
####:@
. ##::@
##:::@
.:::::@@
:::'##:@
::'##::@
:'##:::@
'##::::@
. ##:::@
:. ##::@
::. ##:@
:::..::@@
:::::::@
:::::::@
'#####:@
.....::@
'#####:@
.....::@
:::::::@
:::::::@@
'##::::@
. ##:::@
:. ##::@
::. ##:@
:: ##::@
: ##:::@
##::::@
..:::::@@
:'#######::@
'##.... ##:@
..:::: ##::@
:::: ###:::@
::: ##.::::@
:::..::::::@
:::'##:::::@
:::..::::::@@
:'#######::@
'##.... ##:@
##'### ##:@
## ### ##:@
## #####::@
##.....:::@
. #######::@
:.......:::@@
:::'###::::@
::'## ##:::@
:'##:. ##::@
'##:::. ##:@
#########:@
##.... ##:@
##:::: ##:@
..:::::..::@@
'########::@
##.... ##:@
##:::: ##:@
########::@
##.... ##:@
##:::: ##:@
########::@
........:::@@
:'######::@
'##... ##:@
##:::..::@
##:::::::@
##:::::::@
##::: ##:@
. ######::@
:......:::@@
'########::@
##.... ##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
########::@
........:::@@
'########:@
##.....::@
##:::::::@
######:::@
##...::::@
##:::::::@
########:@
........::@@
'########:@
##.....::@
##:::::::@
######:::@
##...::::@
##:::::::@
##:::::::@
..::::::::@@
:'######:::@
'##... ##::@
##:::..:::@
##::'####:@
##::: ##::@
##::: ##::@
. ######:::@
:......::::@@
'##::::'##:@
##:::: ##:@
##:::: ##:@
#########:@
##.... ##:@
##:::: ##:@
##:::: ##:@
..:::::..::@@
'####:@
. ##::@
: ##::@
: ##::@
: ##::@
: ##::@
'####:@
....::@@
::::::'##:@
:::::: ##:@
:::::: ##:@
:::::: ##:@
'##::: ##:@
##::: ##:@
. ######::@
:......:::@@
'##:::'##:@
##::'##::@
##:'##:::@
#####::::@
##. ##:::@
##:. ##::@
##::. ##:@
..::::..::@@
'##:::::::@
##:::::::@
##:::::::@
##:::::::@
##:::::::@
##:::::::@
########:@
........::@@
'##::::'##:@
###::'###:@
####'####:@
## ### ##:@
##. #: ##:@
##:.:: ##:@
##:::: ##:@
..:::::..::@@
'##::: ##:@
###:: ##:@
####: ##:@
## ## ##:@
##. ####:@
##:. ###:@
##::. ##:@
..::::..::@@
:'#######::@
'##.... ##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
. #######::@
:.......:::@@
'########::@
##.... ##:@
##:::: ##:@
########::@
##.....:::@
##::::::::@
##::::::::@
..:::::::::@@
:'#######::@
'##.... ##:@
##:::: ##:@
##:::: ##:@
##:'## ##:@
##:.. ##::@
: ##### ##:@
:.....:..::@@
'########::@
##.... ##:@
##:::: ##:@
########::@
##.. ##:::@
##::. ##::@
##:::. ##:@
..:::::..::@@
:'######::@
'##... ##:@
##:::..::@
. ######::@
:..... ##:@
'##::: ##:@
. ######::@
:......:::@@
'########:@
... ##..::@
::: ##::::@
::: ##::::@
::: ##::::@
::: ##::::@
::: ##::::@
:::..:::::@@
'##::::'##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
. #######::@
:.......:::@@
'##::::'##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
. ##:: ##::@
:. ## ##:::@
::. ###::::@
:::...:::::@@
'##:::::'##:@
##:'##: ##:@
##: ##: ##:@
##: ##: ##:@
##: ##: ##:@
##: ##: ##:@
. ###. ###::@
:...::...:::@@
'##::::'##:@
. ##::'##::@
:. ##'##:::@
::. ###::::@
:: ## ##:::@
: ##:. ##::@
##:::. ##:@
..:::::..::@@
'##:::'##:@
. ##:'##::@
:. ####:::@
::. ##::::@
::: ##::::@
::: ##::::@
::: ##::::@
:::..:::::@@
'########:@
..... ##::@
:::: ##:::@
::: ##::::@
:: ##:::::@
: ##::::::@
########:@
........::@@
'######:@
##...::@
##:::::@
##:::::@
##:::::@
##:::::@
######:@
......::@@
'##:::::::@
. ##::::::@
:. ##:::::@
::. ##::::@
:::. ##:::@
::::. ##::@
:::::. ##:@
::::::..::@@
'######:@
.... ##:@
:::: ##:@
:::: ##:@
:::: ##:@
:::: ##:@
'######:@
......::@@
::'###:::@
:'## ##::@
'##:. ##:@
..:::..::@
:::::::::@
:::::::::@
:::::::::@
:::::::::@@
:::::::::@
:::::::::@
:::::::::@
:::::::::@
:::::::::@
:::::::::@
'#######:@
.......::@@
'####:@
####:@
. ##::@
:. ##:@
::..::@
::::::@
::::::@
::::::@@
:::'###::::@
::'## ##:::@
:'##:. ##::@
'##:::. ##:@
#########:@
##.... ##:@
##:::: ##:@
..:::::..::@@
'########::@
##.... ##:@
##:::: ##:@
########::@
##.... ##:@
##:::: ##:@
########::@
........:::@@
:'######::@
'##... ##:@
##:::..::@
##:::::::@
##:::::::@
##::: ##:@
. ######::@
:......:::@@
'########::@
##.... ##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
########::@
........:::@@
'########:@
##.....::@
##:::::::@
######:::@
##...::::@
##:::::::@
########:@
........::@@
'########:@
##.....::@
##:::::::@
######:::@
##...::::@
##:::::::@
##:::::::@
..::::::::@@
:'######:::@
'##... ##::@
##:::..:::@
##::'####:@
##::: ##::@
##::: ##::@
. ######:::@
:......::::@@
'##::::'##:@
##:::: ##:@
##:::: ##:@
#########:@
##.... ##:@
##:::: ##:@
##:::: ##:@
..:::::..::@@
'####:@
. ##::@
: ##::@
: ##::@
: ##::@
: ##::@
'####:@
....::@@
::::::'##:@
:::::: ##:@
:::::: ##:@
:::::: ##:@
'##::: ##:@
##::: ##:@
. ######::@
:......:::@@
'##:::'##:@
##::'##::@
##:'##:::@
#####::::@
##. ##:::@
##:. ##::@
##::. ##:@
..::::..::@@
'##:::::::@
##:::::::@
##:::::::@
##:::::::@
##:::::::@
##:::::::@
########:@
........::@@
'##::::'##:@
###::'###:@
####'####:@
## ### ##:@
##. #: ##:@
##:.:: ##:@
##:::: ##:@
..:::::..::@@
'##::: ##:@
###:: ##:@
####: ##:@
## ## ##:@
##. ####:@
##:. ###:@
##::. ##:@
..::::..::@@
:'#######::@
'##.... ##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
. #######::@
:.......:::@@
'########::@
##.... ##:@
##:::: ##:@
########::@
##.....:::@
##::::::::@
##::::::::@
..:::::::::@@
:'#######::@
'##.... ##:@
##:::: ##:@
##:::: ##:@
##:'## ##:@
##:.. ##::@
. ##### ##:@
:.....:..::@@
'########::@
##.... ##:@
##:::: ##:@
########::@
##.. ##:::@
##::. ##::@
##:::. ##:@
..:::::..::@@
:'######::@
'##... ##:@
##:::..::@
. ######::@
:..... ##:@
'##::: ##:@
. ######::@
:......:::@@
'########:@
... ##..::@
::: ##::::@
::: ##::::@
::: ##::::@
::: ##::::@
::: ##::::@
:::..:::::@@
'##::::'##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
. #######::@
:.......:::@@
'##::::'##:@
##:::: ##:@
##:::: ##:@
##:::: ##:@
. ##:: ##::@
:. ## ##:::@
::. ###::::@
:::...:::::@@
'##:::::'##:@
##:'##: ##:@
##: ##: ##:@
##: ##: ##:@
##: ##: ##:@
##: ##: ##:@
. ###. ###::@
:...::...:::@@
'##::::'##:@
. ##::'##::@
:. ##'##:::@
::. ###::::@
:: ## ##:::@
: ##:. ##::@
##:::. ##:@
..:::::..::@@
'##:::'##:@
. ##:'##::@
:. ####:::@
::. ##::::@
::: ##::::@
::: ##::::@
::: ##::::@
:::..:::::@@
'########:@
..... ##::@
:::: ##:::@
::: ##::::@
:: ##:::::@
: ##::::::@
########:@
........::@@
::'####:@
:'##..::@
: ##::::@
'###::::@
. ##::::@
: ##::::@
:. ####:@
:::...::@@
'##:@
##:@
##:@
..::@
'##:@
##:@
##:@
..::@@
'####:::@
... ##::@
::: ##::@
::: ###:@
::: ##::@
::: ##::@
'####:::@
....::::@@
:'####::::::@
'## ##:'##:@
..::. ####::@
:::::....:::@
::::::::::::@
::::::::::::@
::::::::::::@
::::::::::::@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,718 @@
flf2a$ 7 7 20 -1 3
banner3 by Merlin Greywolf merlin@brahms.udel.edu
August 9, 1994
$$$@
$$$@
$$$@
$$$@
$$$@
$$$@
$$$@@
####$@
####$@
####$@
## $@
$@
####$@
####$@@
#### ####$@
#### ####$@
## ## $@
$ $@
$ $@
$@
$@@
## ## $@
## ## $@
#########$@
## ## $@
#########$@
## ## $@
## ## $@@
######## $@
## ## ##$@
## ## $@
######## $@
## ##$@
## ## ##$@
######## $@@
##### ## $@
## ## ## $@
##### ## $@
## $@
## #####$@
## ## ##$@
## #####$@@
#### $@
## ## $@
#### $@
#### $@
## ## ##$@
## ## $@
#### ##$@@
####$@
####$@
## $@
## $@
$@
$@
$@@
###$@
## $@
## $@
## $@
## $@
## $@
###$@@
### $@
## $@
##$@
##$@
##$@
## $@
### $@@
$@
## ## $@
## ## $@
#########$@
## ## $@
## ## $@
$@@
$@
## $@
## $@
######$@
## $@
## $@
$@@
$@
$@
$@
####$@
####$@
## $@
## $@@
$@
$@
$@
#######$@
$@
$@
$@@
$@
$@
$@
$@
$@
###$@
###$@@
##$@
## $@
## $@
## $@
## $@
## $@
## $@@
##### $@
## ## $@
## ##$@
## ##$@
## ##$@
## ## $@
##### $@@
## $@
#### $@
## $@
## $@
## $@
## $@
######$@@
####### $@
## ##$@
##$@
####### $@
## $@
## $@
#########$@@
####### $@
## ##$@
##$@
####### $@
##$@
## ##$@
####### $@@
## $@
## ## $@
## ## $@
## ## $@
#########$@
## $@
## $@@
########$@
## $@
## $@
####### $@
##$@
## ##$@
###### $@@
####### $@
## ##$@
## $@
######## $@
## ##$@
## ##$@
####### $@@
########$@
## ##$@
## $@
## $@
## $@
## $@
## $@@
####### $@
## ##$@
## ##$@
####### $@
## ##$@
## ##$@
####### $@@
####### $@
## ##$@
## ##$@
########$@
##$@
## ##$@
####### $@@
## $@
####$@
## $@
$@
## $@
####$@
## $@@
####$@
####$@
$@
####$@
####$@
## $@
## $@@
##$@
## $@
## $@
## $@
## $@
## $@
##$@@
$@
$@
#####$@
$@
#####$@
$@
$@@
## $@
## $@
## $@
##$@
## $@
## $@
## $@@
####### $@
## ##$@
## $@
### $@
## $@
$@
## $@@
####### $@
## ##$@
## ### ##$@
## ### ##$@
## ##### $@
## $@
####### $@@
### $@
## ## $@
## ## $@
## ##$@
#########$@
## ##$@
## ##$@@
######## $@
## ##$@
## ##$@
######## $@
## ##$@
## ##$@
######## $@@
###### $@
## ##$@
## $@
## $@
## $@
## ##$@
###### $@@
######## $@
## ##$@
## ##$@
## ##$@
## ##$@
## ##$@
######## $@@
########$@
## $@
## $@
###### $@
## $@
## $@
########$@@
########$@
## $@
## $@
###### $@
## $@
## $@
## $@@
###### $@
## ## $@
## $@
## ####$@
## ## $@
## ## $@
###### $@@
## ##$@
## ##$@
## ##$@
#########$@
## ##$@
## ##$@
## ##$@@
####$@
## $@
## $@
## $@
## $@
## $@
####$@@
##$@
##$@
##$@
##$@
## ##$@
## ##$@
###### $@@
## ##$@
## ## $@
## ## $@
##### $@
## ## $@
## ## $@
## ##$@@
## $@
## $@
## $@
## $@
## $@
## $@
########$@@
## ##$@
### ###$@
#### ####$@
## ### ##$@
## ##$@
## ##$@
## ##$@@
## ##$@
### ##$@
#### ##$@
## ## ##$@
## ####$@
## ###$@
## ##$@@
####### $@
## ##$@
## ##$@
## ##$@
## ##$@
## ##$@
####### $@@
######## $@
## ##$@
## ##$@
######## $@
## $@
## $@
## $@@
####### $@
## ##$@
## ##$@
## ##$@
## ## ##$@
## ## $@
##### ##$@@
######## $@
## ##$@
## ##$@
######## $@
## ## $@
## ## $@
## ##$@@
###### $@
## ##$@
## $@
###### $@
##$@
## ##$@
###### $@@
########$@
## $@
## $@
## $@
## $@
## $@
## $@@
## ##$@
## ##$@
## ##$@
## ##$@
## ##$@
## ##$@
####### $@@
## ##$@
## ##$@
## ##$@
## ##$@
## ## $@
## ## $@
### $@@
## ##$@
## ## ##$@
## ## ##$@
## ## ##$@
## ## ##$@
## ## ##$@
### ### $@@
## ##$@
## ## $@
## ## $@
### $@
## ## $@
## ## $@
## ##$@@
## ##$@
## ## $@
#### $@
## $@
## $@
## $@
## $@@
########$@
## $@
## $@
## $@
## $@
## $@
########$@@
######$@
## $@
## $@
## $@
## $@
## $@
######$@@
## $@
## $@
## $@
## $@
## $@
## $@
##$@@
######$@
##$@
##$@
##$@
##$@
##$@
######$@@
### $@
## ## $@
## ##$@
$@
$@
$@
$@@
$@
$@
$@
$@
$@
$@
#######$@@
####$@
####$@
## $@
##$@
$@
$@
$@@
### $@
## ## $@
## ## $@
## ##$@
#########$@
## ##$@
## ##$@@
######## $@
## ##$@
## ##$@
######## $@
## ##$@
## ##$@
######## $@@
###### $@
## ##$@
## $@
## $@
## $@
## ##$@
###### $@@
######## $@
## ##$@
## ##$@
## ##$@
## ##$@
## ##$@
######## $@@
########$@
## $@
## $@
###### $@
## $@
## $@
########$@@
########$@
## $@
## $@
###### $@
## $@
## $@
## $@@
###### $@
## ## $@
## $@
## ####$@
## ## $@
## ## $@
###### $@@
## ##$@
## ##$@
## ##$@
#########$@
## ##$@
## ##$@
## ##$@@
####$@
## $@
## $@
## $@
## $@
## $@
####$@@
##$@
##$@
##$@
##$@
## ##$@
## ##$@
###### $@@
## ##$@
## ## $@
## ## $@
##### $@
## ## $@
## ## $@
## ##$@@
## $@
## $@
## $@
## $@
## $@
## $@
########$@@
## ##$@
### ###$@
#### ####$@
## ### ##$@
## ##$@
## ##$@
## ##$@@
## ##$@
### ##$@
#### ##$@
## ## ##$@
## ####$@
## ###$@
## ##$@@
####### $@
## ##$@
## ##$@
## ##$@
## ##$@
## ##$@
####### $@@
######## $@
## ##$@
## ##$@
######## $@
## $@
## $@
## $@@
####### $@
## ##$@
## ##$@
## ##$@
## ## ##$@
## ## $@
##### ##$@@
######## $@
## ##$@
## ##$@
######## $@
## ## $@
## ## $@
## ##$@@
###### $@
## ##$@
## $@
###### $@
##$@
## ##$@
###### $@@
########$@
## $@
## $@
## $@
## $@
## $@
## $@@
## ##$@
## ##$@
## ##$@
## ##$@
## ##$@
## ##$@
####### $@@
## ##$@
## ##$@
## ##$@
## ##$@
## ## $@
## ## $@
### $@@
## ##$@
## ## ##$@
## ## ##$@
## ## ##$@
## ## ##$@
## ## ##$@
### ### $@@
## ##$@
## ## $@
## ## $@
### $@
## ## $@
## ## $@
## ##$@@
## ##$@
## ## $@
#### $@
## $@
## $@
## $@
## $@@
########$@
## $@
## $@
## $@
## $@
## $@
########$@@
####$@
## $@
## $@
### $@
## $@
## $@
####$@@
##$@
##$@
##$@
$@
##$@
##$@
##$@@
#### $@
## $@
## $@
###$@
## $@
## $@
#### $@@
#### $@
## ## ##$@
#### $@
$@
$@
$@
$@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,718 @@
flf2a$ 7 7 20 -1 3
banner4 by Merlin Greywolf merlin@brahms.udel.edu
August 9, 1994
...@
...@
...@
...@
...@
...@
...@@
.####@
.####@
.####@
..##.@
.....@
.####@
.####@@
.####.####@
.####.####@
..##...##.@
..........@
..........@
..........@
..........@@
...##.##..@
...##.##..@
.#########@
...##.##..@
.#########@
...##.##..@
...##.##..@@
..########.@
.##..##..##@
.##..##....@
..########.@
.....##..##@
.##..##..##@
..########.@@
.#####...##..@
.##.##..##...@
.#####.##....@
......##.....@
.....##.#####@
....##..##.##@
...##...#####@@
...####...@
..##..##..@
...####...@
..####....@
.##..##.##@
.##...##..@
..####..##@@
.####@
.####@
..##.@
.##..@
.....@
.....@
.....@@
...###@
..##..@
.##...@
.##...@
.##...@
..##..@
...###@@
.###..@
...##.@
....##@
....##@
....##@
...##.@
.###..@@
..........@
..##...##.@
...##.##..@
.#########@
...##.##..@
..##...##.@
..........@@
.......@
...##..@
...##..@
.######@
...##..@
...##..@
.......@@
.....@
.....@
.....@
.####@
.####@
..##.@
.##..@@
........@
........@
........@
.#######@
........@
........@
........@@
....@
....@
....@
....@
....@
.###@
.###@@
.......##@
......##.@
.....##..@
....##...@
...##....@
..##.....@
.##......@@
...#####..@
..##...##.@
.##.....##@
.##.....##@
.##.....##@
..##...##.@
...#####..@@
....##..@
..####..@
....##..@
....##..@
....##..@
....##..@
..######@@
..#######.@
.##.....##@
........##@
..#######.@
.##.......@
.##.......@
.#########@@
..#######.@
.##.....##@
........##@
..#######.@
........##@
.##.....##@
..#######.@@
.##.......@
.##....##.@
.##....##.@
.##....##.@
.#########@
.......##.@
.......##.@@
.########@
.##......@
.##......@
.#######.@
.......##@
.##....##@
..######.@@
..#######.@
.##.....##@
.##.......@
.########.@
.##.....##@
.##.....##@
..#######.@@
.########@
.##....##@
.....##..@
....##...@
...##....@
...##....@
...##....@@
..#######.@
.##.....##@
.##.....##@
..#######.@
.##.....##@
.##.....##@
..#######.@@
..#######.@
.##.....##@
.##.....##@
..########@
........##@
.##.....##@
..#######.@@
..##.@
.####@
..##.@
.....@
..##.@
.####@
..##.@@
.####@
.####@
.....@
.####@
.####@
..##.@
.##..@@
....##@
...##.@
..##..@
.##...@
..##..@
...##.@
....##@@
......@
......@
.#####@
......@
.#####@
......@
......@@
.##...@
..##..@
...##.@
....##@
...##.@
..##..@
.##...@@
..#######.@
.##.....##@
.......##.@
.....###..@
....##....@
..........@
....##....@@
..#######.@
.##.....##@
.##.###.##@
.##.###.##@
.##.#####.@
.##.......@
..#######.@@
....###...@
...##.##..@
..##...##.@
.##.....##@
.#########@
.##.....##@
.##.....##@@
.########.@
.##.....##@
.##.....##@
.########.@
.##.....##@
.##.....##@
.########.@@
..######.@
.##....##@
.##......@
.##......@
.##......@
.##....##@
..######.@@
.########.@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
.########.@@
.########@
.##......@
.##......@
.######..@
.##......@
.##......@
.########@@
.########@
.##......@
.##......@
.######..@
.##......@
.##......@
.##......@@
..######..@
.##....##.@
.##.......@
.##...####@
.##....##.@
.##....##.@
..######..@@
.##.....##@
.##.....##@
.##.....##@
.#########@
.##.....##@
.##.....##@
.##.....##@@
.####@
..##.@
..##.@
..##.@
..##.@
..##.@
.####@@
.......##@
.......##@
.......##@
.......##@
.##....##@
.##....##@
..######.@@
.##....##@
.##...##.@
.##..##..@
.#####...@
.##..##..@
.##...##.@
.##....##@@
.##......@
.##......@
.##......@
.##......@
.##......@
.##......@
.########@@
.##.....##@
.###...###@
.####.####@
.##.###.##@
.##.....##@
.##.....##@
.##.....##@@
.##....##@
.###...##@
.####..##@
.##.##.##@
.##..####@
.##...###@
.##....##@@
..#######.@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
..#######.@@
.########.@
.##.....##@
.##.....##@
.########.@
.##.......@
.##.......@
.##.......@@
..#######.@
.##.....##@
.##.....##@
.##.....##@
.##..##.##@
.##....##.@
..#####.##@@
.########.@
.##.....##@
.##.....##@
.########.@
.##...##..@
.##....##.@
.##.....##@@
..######.@
.##....##@
.##......@
..######.@
.......##@
.##....##@
..######.@@
.########@
....##...@
....##...@
....##...@
....##...@
....##...@
....##...@@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
..#######.@@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
..##...##.@
...##.##..@
....###...@@
.##......##@
.##..##..##@
.##..##..##@
.##..##..##@
.##..##..##@
.##..##..##@
..###..###.@@
.##.....##@
..##...##.@
...##.##..@
....###...@
...##.##..@
..##...##.@
.##.....##@@
.##....##@
..##..##.@
...####..@
....##...@
....##...@
....##...@
....##...@@
.########@
......##.@
.....##..@
....##...@
...##....@
..##.....@
.########@@
.######@
.##....@
.##....@
.##....@
.##....@
.##....@
.######@@
.##......@
..##.....@
...##....@
....##...@
.....##..@
......##.@
.......##@@
.######@
.....##@
.....##@
.....##@
.....##@
.....##@
.######@@
...###..@
..##.##.@
.##...##@
........@
........@
........@
........@@
........@
........@
........@
........@
........@
........@
.#######@@
.####@
.####@
..##.@
...##@
.....@
.....@
.....@@
....###...@
...##.##..@
..##...##.@
.##.....##@
.#########@
.##.....##@
.##.....##@@
.########.@
.##.....##@
.##.....##@
.########.@
.##.....##@
.##.....##@
.########.@@
..######.@
.##....##@
.##......@
.##......@
.##......@
.##....##@
..######.@@
.########.@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
.########.@@
.########@
.##......@
.##......@
.######..@
.##......@
.##......@
.########@@
.########@
.##......@
.##......@
.######..@
.##......@
.##......@
.##......@@
..######..@
.##....##.@
.##.......@
.##...####@
.##....##.@
.##....##.@
..######..@@
.##.....##@
.##.....##@
.##.....##@
.#########@
.##.....##@
.##.....##@
.##.....##@@
.####@
..##.@
..##.@
..##.@
..##.@
..##.@
.####@@
.......##@
.......##@
.......##@
.......##@
.##....##@
.##....##@
..######.@@
.##....##@
.##...##.@
.##..##..@
.#####...@
.##..##..@
.##...##.@
.##....##@@
.##......@
.##......@
.##......@
.##......@
.##......@
.##......@
.########@@
.##.....##@
.###...###@
.####.####@
.##.###.##@
.##.....##@
.##.....##@
.##.....##@@
.##....##@
.###...##@
.####..##@
.##.##.##@
.##..####@
.##...###@
.##....##@@
..#######.@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
..#######.@@
.########.@
.##.....##@
.##.....##@
.########.@
.##.......@
.##.......@
.##.......@@
..#######.@
.##.....##@
.##.....##@
.##.....##@
.##..##.##@
.##....##.@
..#####.##@@
.########.@
.##.....##@
.##.....##@
.########.@
.##...##..@
.##....##.@
.##.....##@@
..######.@
.##....##@
.##......@
..######.@
.......##@
.##....##@
..######.@@
.########@
....##...@
....##...@
....##...@
....##...@
....##...@
....##...@@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
..#######.@@
.##.....##@
.##.....##@
.##.....##@
.##.....##@
..##...##.@
...##.##..@
....###...@@
.##......##@
.##..##..##@
.##..##..##@
.##..##..##@
.##..##..##@
.##..##..##@
..###..###.@@
.##.....##@
..##...##.@
...##.##..@
....###...@
...##.##..@
..##...##.@
.##.....##@@
.##....##@
..##..##.@
...####..@
....##...@
....##...@
....##...@
....##...@@
.########@
......##.@
.....##..@
....##...@
...##....@
..##.....@
.########@@
...####@
..##...@
..##...@
.###...@
..##...@
..##...@
...####@@
.##@
.##@
.##@
...@
.##@
.##@
.##@@
.####..@
....##.@
....##.@
....###@
....##.@
....##.@
.####..@@
..####.....@
.##..##..##@
......####.@
...........@
...........@
...........@
...........@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,825 @@
flf2a$ 8 7 20 -1 8
BARBWIRE by Ron Fritz 8/94
Figlet Release 2.0
---
Font modified June 17, 2007 by patorjk
This was to widen the space character.
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@@
><<@
><<@
><<@
>< @
>< @
@
><<@
@@
>< ><@
>< ><@
@
@
@
@
@
@@
@
><< ><< @
><<<<<< ><<<<@
><< ><< @
><< ><< @
><<<<<< ><<<<@
><< ><< @
@@
><< @
>< ><< @
><< @
><< @
><<@
><< ><< @
><< @
@@
@
><< ><< @
><< @
><< @
><< @
><< @
><< ><< @
@@
>< @
><< ><<@
><< @
><<< @
><< @
><< ><<@
>< @
@@
><<@
><@
@
@
@
@
@
@@
><<@
><< @
><< @
><< @
><< @
><< @
><<@
@@
><< @
><< @
><<@
><<@
><<@
><< @
><< @
@@
><< @
><< ><< ><<@
>< >< ><< @
><<<< ><<<<<<<@
>< >< ><< @
><< ><< ><<@
><< @
@@
@
><< @
><< @
><<< ><<<<<@
><< @
><< @
@
@@
@
@
@
@
@
@
><<@
><@@
@
@
@
><<<<<@
@
@
@
@@
@
@
@
@
@
@
><<@
@@
><<@
><< @
><< @
><< @
><< @
><< @
><< @
@@
@
><< @
><< ><< @
><< ><< @
><< ><<@
><< ><< @
><<< @
@@
@
><< @
><< @
><< @
><< @
><< @
><<<<@
@@
@
><< >< @
>< ><<@
><< @
><< @
><< @
><<<<<<<< @
@@
@
><< ><< @
><< @
><< @
><< @
><<@
><<<<< @
@@
@
><< @
> ><< @
>< ><< @
><< ><< @
><<<< >< ><<@
><< @
@@
@
><< ><<< @
><< @
><<< @
><< @
><<@
><<< ><< @
@@
@
><< @
><< @
><< @
>< ><< @
><< ><<@
><< ><< @
@@
@
><<<<< ><<@
><< @
><< @
><< @
><< @
><< @
@@
@
>< @
><< ><< @
><< >< @
><< >< @
><< ><<@
><<<< @
@@
@
>< ><< @
><< ><<@
>< ><< @
>< ><< @
><< @
><< @
@@
@
@
@
@
><<@
@
><<@
@@
@
@
@
@
><<@
@
><<@
><@@
><<@
><< @
><< @
><< @
><< @
><< @
><<@
@@
@
@
><<<<<<@
@
><<<<<<@
@
@
@@
><< @
><< @
><< @
><<@
><< @
><< @
><< @
@@
><<< @
><< @
><<@
><< @
><< @
@
><< @
@@
@
><<< @
>< ><< @
>< ><< ><<@
><< ><<> ><<@
><< ``` @
><< @
@@
>< @
>< << @
>< ><< @
><< ><< @
><<<<<< ><< @
><< ><< @
><< ><<@
@@
><< ><< @
>< ><< @
>< ><<@
><<< >< @
>< ><<@
>< ><@
><<<< ><< @
@@
><< @
><< ><<@
><< @
><< @
><< @
><< ><<@
><<<< @
@@
><<<<< @
><< ><< @
><< ><<@
><< ><<@
><< ><<@
><< ><< @
><<<<< @
@@
><<<<<<<<@
><< @
><< @
><<<<<< @
><< @
><< @
><<<<<<<<@
@@
><<<<<<<<@
><< @
><< @
><<<<<< @
><< @
><< @
><< @
@@
><<<< @
>< ><< @
><< @
><< @
><< ><<<<@
><< >< @
><<<<< @
@@
><< ><<@
><< ><<@
><< ><<@
><<<<<< ><<@
><< ><<@
><< ><<@
><< ><<@
@@
><<@
><<@
><<@
><<@
><<@
><<@
><<@
@@
><<@
><<@
><<@
><<@
><<@
>< ><<@
><<<< @
@@
><< ><< @
><< ><< @
><< ><< @
>< >< @
><< ><< @
><< ><< @
><< ><<@
@@
><< @
><< @
><< @
><< @
><< @
><< @
><<<<<<<<@
@@
><< ><<@
>< ><< ><<<@
><< ><< > ><<@
><< ><< ><<@
><< >< ><<@
><< ><<@
><< ><<@
@@
><<< ><<@
>< ><< ><<@
><< ><< ><<@
><< ><< ><<@
><< >< ><<@
><< >< <<@
><< ><<@
@@
><<<< @
><< ><< @
><< ><<@
><< ><<@
><< ><<@
><< ><< @
><<<< @
@@
><<<<<<< @
><< ><<@
><< ><<@
><<<<<<< @
><< @
><< @
><< @
@@
><<<< @
><< ><< @
><< ><<@
><< ><<@
><< ><<@
><< >< ><< @
><< << @
>< @@
><<<<<<< @
><< ><< @
><< ><< @
>< ><< @
><< ><< @
><< ><< @
><< ><<@
@@
><< << @
><< ><<@
><< @
><< @
><< @
><< ><<@
><< << @
@@
><<< ><<<<<<@
><< @
><< @
><< @
><< @
><< @
><< @
@@
><< ><<@
><< ><<@
><< ><<@
><< ><<@
><< ><<@
><< ><<@
><<<<< @
@@
><< ><<@
><< ><< @
><< ><< @
><< ><< @
><< ><< @
><<<< @
><< @
@@
><< ><<@
><< ><<@
><< >< ><<@
><< ><< ><<@
><< >< ><< ><<@
>< >< ><<<<@
><< ><<@
@@
><< ><<@
><< ><< @
><< ><< @
><< @
><< ><< @
><< ><< @
><< ><<@
@@
><< ><<@
><< ><< @
><< ><< @
><< @
><< @
><< @
><< @
@@
><<<<<<< ><<@
><< @
><< @
><< @
><< @
><< @
><<<<<<<<<<<@
@@
><<<<@
><< @
><< @
><< @
><< @
><< @
><<<<@
@@
><< @
><< @
><< @
><< @
><< @
><< @
><<@
@@
><<<<@
><<@
><<@
><<@
><<@
><<@
><<<<@
@@
><< @
><< ><< @
><< ><<@
@
@
@
@
@@
@
@
@
@
@
@
@
><<<<<@@
><<@
>< @
@
@
@
@
@
@@
@
@
><< @
><< ><< @
><< ><< @
><< ><< @
><< ><<<@
@@
><< @
><< @
><< @
><< ><< @
><< ><<@
><< ><<@
><< ><< @
@@
@
@
><<<@
><< @
><< @
><< @
><<<@
@@
><<@
><<@
><<@
><< ><<@
>< ><<@
>< ><<@
><< ><<@
@@
@
@
><< @
>< ><< @
><<<<< ><<@
>< @
><<<< @
@@
><<@
>< @
><>< ><@
><< @
><< @
><< @
><< @
@@
@
@
><< @
><< ><<@
><< ><<@
><< ><<@
><< @
><< @@
@
><< @
><< @
>< >< @
><< ><<@
>< ><<@
><< ><<@
@@
@
><@
@
><<@
><<@
><<@
><<@
@@
@
><<@
@
><<@
><<@
><<@
><<@
><<< @@
><< @
><< @
><< ><<@
><< ><< @
><><< @
><< ><< @
><< ><<@
@@
><<@
><<@
><<@
><<@
><<@
><<@
><<<@
@@
@
@
><<< ><< ><< @
><< >< ><<@
><< >< ><<@
><< >< ><<@
><<< >< ><<@
@@
@
@
><< ><< @
><< ><<@
><< ><<@
><< ><<@
><<< ><<@
@@
@
@
><< @
><< ><< @
><< ><<@
><< ><< @
><< @
@@
@
@
>< ><< @
>< ><< @
>< ><<@
><< ><< @
><< @
><< @@
@
@
><< @
>< ><< @
>< ><< @
><<><< @
><< @
><<<@@
@
@
>< ><<<@
><< @
><< @
><< @
><<< @
@@
@
@
><<<< @
><< @
><<< @
><<@
><< ><<@
@@
><< @
><< @
><>< ><@
><< @
><< @
><< @
><< @
@@
@
@
><< ><<@
><< ><<@
><< ><<@
><< ><<@
><<><<@
@@
@
@
><< ><<@
><< ><< @
><< ><< @
><><< @
><< @
@@
@
@
><< ><<<@
><< < ><<@
><< >< ><<@
>< >< ><><<@
><<< ><<<@
@@
@
@
><< ><<@
>< ><< @
>< @
>< ><< @
><< ><<@
@@
@
@
><< ><<@
><< ><< @
><<< @
><< @
><< @
><< @@
@
@
><<<< ><<@
><< @
><< @
><< @
><<<<<<<<@
@@
><<@
><< @
><< @
<<< @
><< @
><< @
><<@
@@
><@
><@
><@
@
><@
><@
><@
@@
><< @
><< @
><< @
>>>@
><< @
><< @
><< @
@@
><< >< @
>< ><<@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,825 @@
flf2a$ 8 8 17 -1 8
basic.flf by Craig O'Flaherty <cofl@it.ntu.edu.au>
August 17, 1994
---
Font modified June 17, 2007 by patorjk
This was to widen the space character.
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@@
db$@
88$@
YP$@
$@
db$@
YP$@
$@
$@@
.o. .o.$@
`8' `8'$@
$@
$@
$@
$@
$@
$@@
$@
db db $@
C88888D$@
88 88 $@
C88888D$@
YP YP $@
$@
$@@
A $@
.d8888.$@
88'8 YP$@
`8b8. $@
`V8b.$@
db 8 8D$@
`8888Y'$@
V $@@
db dD$@
YP d8'$@
d8' $@
d8' $@
d8' db$@
d8' YP$@
$@
$@@
.d888b. $@
8P 8D $@
`Vb d8' $@
d88C dD$@
C8' d8D $@
`888P Yb$@
$@
$@@
Cb$@
`D$@
'$@
$@
$@
$@
$@
$@@
dD$@
d8' $@
d8 $@
C88 $@
V8 $@
V8. $@
VD$@
$@@
Cb $@
`8b $@
8b $@
88D$@
8P $@
.8P $@
CP $@
$@@
$@
8. A .8$@
`8.8.8'$@
888 $@
.d'8`b.$@
8' V `8$@
$@
$@@
$@
db $@
88 $@
C8888D$@
88 $@
VP $@
$@
$@@
$@
$@
$@
$@
db$@
V8$@
P$@
$@@
$@
$@
$@
C8888D$@
$@
$@
$@
$@@
$@
$@
$@
$@
db$@
VP$@
$@
$@@
dD$@
d8'$@
d8' $@
d8' $@
d8' $@
C8' $@
$@
$@@
.d88b. $@
.8P 88.$@
88 d'88$@
88 d' 88$@
`88 d8'$@
`Y88P' $@
$@
$@@
db$@
o88$@
88$@
88$@
88$@
VP$@
$@
$@@
.d888b.$@
VP `8D$@
odD'$@
.88' $@
j88. $@
888888D$@
$@
$@@
d8888b.$@
VP `8D$@
oooY'$@
~~~b.$@
db 8D$@
Y8888P'$@
$@
$@@
j88D $@
j8~88 $@
j8' 88 $@
V88888D$@
88 $@
VP $@
$@
$@@
ooooo$@
8P~~~~$@
dP $@
V8888b.$@
`8D$@
88oobY'$@
$@
$@@
dD $@
d8' $@
d8' $@
d8888b.$@
88' `8D$@
`8888P $@
$@
$@@
d88888D$@
VP d8'$@
d8' $@
d8' $@
d8' $@
d8' $@
$@
$@@
.d888b.$@
88 8D$@
`VoooY'$@
.d~~~b.$@
88 8D$@
`Y888P'$@
$@
$@@
.d888b.$@
88' `8D$@
`V8o88'$@
d8' $@
d8' $@
d8' $@
$@
$@@
$@
db$@
VP$@
$@
db$@
VP$@
$@
$@@
$@
db$@
VP$@
$@
db$@
V8$@
P$@
$@@
$@
.dP$@
.d8 $@
,P $@
`b $@
`Vb $@
`Vb$@
$@@
$@
C8888D$@
$@
C8888D$@
$@
$@
$@
$@@
$@
Vb $@
`Vb $@
`V.$@
.d'$@
.dP $@
dP $@
$@@
.d888b.$@
VP `8D$@
odD'$@
8P' $@
oo $@
VP $@
$@
$@@
.o888b.$@
d8' Y8$@
8P db dP$@
8b V8o8P$@
Y8. d$@
`Y888P'$@
$@
$@@
.d8b. $@
d8' `8b$@
88ooo88$@
88~~~88$@
88 88$@
YP YP$@
$@
$@@
d8888b.$@
88 `8D$@
88oooY'$@
88~~~b.$@
88 8D$@
Y8888P'$@
$@
$@@
.o88b.$@
d8P Y8$@
8P $@
8b $@
Y8b d8$@
`Y88P'$@
$@
$@@
d8888b.$@
88 `8D$@
88 88$@
88 88$@
88 .8D$@
Y8888D'$@
$@
$@@
d88888b$@
88' $@
88ooooo$@
88~~~~~$@
88. $@
Y88888P$@
$@
$@@
d88888b$@
88' $@
88ooo $@
88~~~ $@
88 $@
YP $@
$@
$@@
d888b $@
88' Y8b$@
88 $@
88 ooo$@
88. ~8~$@
Y888P $@
$@
$@@
db db$@
88 88$@
88ooo88$@
88~~~88$@
88 88$@
YP YP$@
$@
$@@
d888888b$@
`88' $@
88 $@
88 $@
.88. $@
Y888888P$@
$@
$@@
d88b$@
`8P'$@
88 $@
88 $@
db. 88 $@
Y8888P $@
$@
$@@
db dD$@
88 ,8P'$@
88,8P $@
88`8b $@
88 `88.$@
YP YD$@
$@
$@@
db $@
88 $@
88 $@
88 $@
88booo.$@
Y88888P$@
$@
$@@
.88b d88.$@
88'YbdP`88$@
88 88 88$@
88 88 88$@
88 88 88$@
YP YP YP$@
$@
$@@
d8b db$@
888o 88$@
88V8o 88$@
88 V8o88$@
88 V888$@
VP V8P$@
$@
$@@
.d88b. $@
.8P Y8.$@
88 88$@
88 88$@
`8b d8'$@
`Y88P' $@
$@
$@@
d8888b.$@
88 `8D$@
88oodD'$@
88~~~ $@
88 $@
88 $@
$@
$@@
.d88b. $@
.8P Y8.$@
88 88$@
88 88$@
`8P d8'$@
`Y88'Y8$@
$@
$@@
d8888b.$@
88 `8D$@
88oobY'$@
88`8b $@
88 `88.$@
88 YD$@
$@
$@@
.d8888.$@
88' YP$@
`8bo. $@
`Y8b.$@
db 8D$@
`8888Y'$@
$@
$@@
d888888b$@
`~~88~~'$@
88 $@
88 $@
88 $@
YP $@
$@
$@@
db db$@
88 88$@
88 88$@
88 88$@
88b d88$@
~Y8888P'$@
$@
$@@
db db$@
88 88$@
Y8 8P$@
`8b d8'$@
`8bd8' $@
YP $@
$@
$@@
db d8b db$@
88 I8I 88$@
88 I8I 88$@
Y8 I8I 88$@
`8b d8'8b d8'$@
`8b8' `8d8' $@
$@
$@@
db db$@
`8b d8'$@
`8bd8' $@
.dPYb. $@
.8P Y8.$@
YP YP$@
$@
$@@
db db$@
`8b d8'$@
`8bd8' $@
88 $@
88 $@
YP $@
$@
$@@
d88888D$@
YP d8'$@
d8' $@
d8' $@
d8' db$@
d88888P$@
$@
$@@
d88D$@
88 $@
88 $@
88 $@
88 $@
L88D$@
$@
$@@
Cb $@
`8b $@
`8b $@
`8b $@
`8b $@
`8D$@
$@
$@@
C88D$@
88$@
88$@
88$@
88$@
C888$@
$@
$@@
db $@
.dPVb. $@
dP' `Vb$@
$@
$@
$@
$@
$@@
$@
$@
$@
$@
$@
C88888D$@
$@
$@@
dD$@
C'$@
`$@
$@
$@
$@
$@
$@@
.d8b. $@
d8' `8b$@
88ooo88$@
88~~~88$@
88 88$@
YP YP$@
$@
$@@
d8888b.$@
88 `8D$@
88oooY'$@
88~~~b.$@
88 8D$@
Y8888P'$@
$@
$@@
.o88b.$@
d8P Y8$@
8P $@
8b $@
Y8b d8$@
`Y88P'$@
$@
$@@
d8888b.$@
88 `8D$@
88 88$@
88 88$@
88 .8D$@
Y8888D'$@
$@
$@@
d88888b$@
88' $@
88ooooo$@
88~~~~~$@
88. $@
Y88888P$@
$@
$@@
d88888b$@
88' $@
88ooo $@
88~~~ $@
88 $@
YP $@
$@
$@@
d888b $@
88' Y8b$@
88 $@
88 ooo$@
88. ~8~$@
Y888P $@
$@
$@@
db db$@
88 88$@
88ooo88$@
88~~~88$@
88 88$@
YP YP$@
$@
$@@
d888888b$@
`88' $@
88 $@
88 $@
.88. $@
Y888888P$@
$@
$@@
d88b$@
`8P'$@
88 $@
88 $@
db. 88 $@
Y8888P $@
$@
$@@
db dD$@
88 ,8P'$@
88,8P $@
88`8b $@
88 `88.$@
YP YD$@
$@
$@@
db $@
88 $@
88 $@
88 $@
88booo.$@
Y88888P$@
$@
$@@
.88b d88.$@
88'YbdP`88$@
88 88 88$@
88 88 88$@
88 88 88$@
YP YP YP$@
$@
$@@
d8b db$@
888o 88$@
88V8o 88$@
88 V8o88$@
88 V888$@
VP V8P$@
$@
$@@
.d88b. $@
.8P Y8.$@
88 88$@
88 88$@
`8b d8'$@
`Y88P' $@
$@
$@@
d8888b.$@
88 `8D$@
88oodD'$@
88~~~ $@
88 $@
88 $@
$@
$@@
.d88b. $@
.8P Y8.$@
88 88$@
88 88$@
`8P d8'$@
`Y88'Y8$@
$@
$@@
d8888b.$@
88 `8D$@
88oobY'$@
88`8b $@
88 `88.$@
88 YD$@
$@
$@@
.d8888.$@
88' YP$@
`8bo. $@
`Y8b.$@
db 8D$@
`8888Y'$@
$@
$@@
d888888b$@
`~~88~~'$@
88 $@
88 $@
88 $@
YP $@
$@
$@@
db db$@
88 88$@
88 88$@
88 88$@
88b d88$@
~Y8888P'$@
$@
$@@
db db$@
88 88$@
Y8 8P$@
`8b d8'$@
`8bd8' $@
YP $@
$@
$@@
db d8b db$@
88 I8I 88$@
88 I8I 88$@
Y8 I8I 88$@
`8b d8'8b d8'$@
`8b8' `8d8' $@
$@
$@@
db db$@
`8b d8'$@
`8bd8' $@
.dPYb. $@
.8P Y8.$@
YP YP$@
$@
$@@
db db$@
`8b d8'$@
`8bd8' $@
88 $@
88 $@
YP $@
$@
$@@
d88888D$@
YP d8'$@
d8' $@
d8' $@
d8' db$@
d88888P$@
$@
$@@
.8P$@
8' $@
.dP $@
C88 $@
`Yb $@
8. $@
`8b$@
$@@
8$@
8$@
8$@
$@
8$@
8$@
8$@
$@@
V8. $@
`8 $@
Vb. $@
88D$@
dP' $@
.8 $@
C8' $@
$@@
.oo. .$@
P' `VP'$@
$@
$@
$@
$@
$@
$@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,930 @@
flf2a$ 9 9 15 0 11 0 16448 0
Author : myflix
Date : 2007/6/1 16:06:57
Version: 1.0
-------------------------------------------------
-------------------------------------------------
This font has been created using JavE's FIGlet font export assistant.
Have a look at: http://www.jave.de
Permission is hereby given to modify this font, as long as the
modifier's name is placed on a comment line.
$ #
$ #
$ #
$ #
$ #
$ #
$ #
$ #
$ ##
!#
#
#
#
#
#
#
#
##
"#
#
#
#
#
#
#
#
##
##
#
#
#
#
#
#
#
##
$#
#
#
#
#
#
#
#
##
%#
#
#
#
#
#
#
#
##
&#
#
#
#
#
#
#
#
##
'#
#
#
#
#
#
#
#
##
(#
#
#
#
#
#
#
#
##
)#
#
#
#
#
#
#
#
##
*#
#
#
#
#
#
#
#
##
+#
#
#
#
#
#
#
#
##
,#
#
#
#
#
#
#
#
##
-#
#
#
#
#
#
#
#
##
.#
#
#
#
#
#
#
#
##
/#
#
#
#
#
#
#
#
##
0#
#
#
#
#
#
#
#
##
1#
#
#
#
#
#
#
#
##
2#
#
#
#
#
#
#
#
##
3#
#
#
#
#
#
#
#
##
4#
#
#
#
#
#
#
#
##
5#
#
#
#
#
#
#
#
##
6#
#
#
#
#
#
#
#
##
7#
#
#
#
#
#
#
#
##
8#
#
#
#
#
#
#
#
##
9#
#
#
#
#
#
#
#
##
:#
#
#
#
#
#
#
#
##
;#
#
#
#
#
#
#
#
##
<#
#
#
#
#
#
#
#
##
=#
#
#
#
#
#
#
#
##
> >#
#
#
#
#
#
#
#
##
?#
#
#
#
#
#
#
#
##
@#
#
#
#
#
#
#
#
##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| A || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| B || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| C || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| D || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| E || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| F || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| G || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| H || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| I || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| J || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| K || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| L || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| M || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| N || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| O || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| P || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| Q || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| R || #
_.' `-' '._ #
(.-./`-`\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| S || #
_.' `-' '._ #
(.-./`-`\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| T || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| U || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| V || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| W || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| X || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| Y || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| Z || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
[#
#
#
#
#
#
#
#
##
\#
#
#
#
#
#
#
#
##
]#
#
#
#
#
#
#
#
##
^#
#
#
#
#
#
#
#
##
_#
#
#
#
#
#
#
#
##
`#
#
#
#
#
#
#
#
##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| A || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| B || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| C || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| D || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| E || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| F || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| G || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| H || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| I || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| J || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| K || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| L || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| M || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| N || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| O || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| P || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| Q || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| R || #
_.' `-' '._ #
(.-./`-`\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| S || #
_.' `-' '._ #
(.-./`-`\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| T || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| U || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| V || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| W || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| X || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| Y || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| Z || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
{#
#
#
#
#
#
#
#
##
|#
#
#
#
#
#
#
#
##
}#
#
#
#
#
#
#
#
##
~#
#
#
#
#
#
#
#
##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| A || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| O || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| U || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| A || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| O || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
_ _ #
(c).-.(c) #
/ ._. \ #
__\( Y )/__ #
(_.-/'-'\-._)#
|| U || #
_.' `-' '._ #
(.-./`-'\.-.)#
`-' `-' ##
ß#
#
#
#
#
#
#
#
##

View file

@ -0,0 +1,636 @@
flf2a$ 6 5 15 -1 23
bell.flf
Lower case letters, punctuation, and miscellaneous changes by Kent Nassen,
kentn@cyberspace.org
Last change: 10/11/94
Upper case letters originally by Joshua Bell:
Newsgroups: alt.ascii-art
From: jsbell@acs.ucalgary.ca (Joshua Bell)
Subject: Yet Another Non-Figlet Font
Message-ID: <Mar13.073432.23373@acs.ucalgary.ca>
Date: Sun, 13 Mar 1994 07:34:32 GMT
Organization: The University of Calgary
Lines: 30
Status: RO
I've had this kicking around for a while. If anyone wants to add
in other characters and Figlet-ize it, go right ahead.
Joshua
--
| "Has it been a bad year, or what?" - Meriadoc Brandybuck, |
| upon returning to the Shire after the War of the Ring. |
| jsbell@acs.ucalgary.ca Academic Computing Services, University of Calgary |
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@@
$/@
$|@
$|@
$|@
$`@
$'@@
$,,@
$//@
$ $@
$ $@
$ $@
$ $@@
$ . . $@
$ -|--|--@
$ | | $@
$--|--|-$@
$ ' ' $@
$ $@@
@
@
@
@
@
@@
$ _ ,$@
$/ \ / $@
$\_// _$@
$ / / \@
$ / \_/@
$' $@@
@
@
@
@
@
@@
,@
/@
$@
$@
$@
$@@
$ ,@
$/ @
$| @
$| @
$. @
$ `@@
$. @
$ \@
$ |@
$ |@
$ ,@
$' @@
$ . @
$`. | /@
$ \-' @
$ ,|\ @
$/ | \ @
$ $@@
$ , $@
$ | $@
$.----'@
$ | $@
$ ` $@
$ $@@
$$@
$$@
$$@
$$@
$,@
$/@@
$ $@
$ $@
$.---'@
$ $@
$ $@
$ $@@
$$@
$$@
$$@
$$@
$/@
$$@@
$ $@
$ /@
$ /$@
$ ,'$@
$, $@
$ $@@
$ ___/@
$.' /\@
$| / |@
$|,' |@
$/`---'@
$ $@@
$ .$@
$/|$@
$ |$@
$ |$@
$_|_@
$ $@@
$ ___$@
$/ \@
$ _-'@
$ / @
$/___,@
$ @@
$ ___$@
$/ \@
$ _-'@
$ \ @
$\___)@
$ @@
$ $@
$| |$@
$`.__|$@
$ |$@
$ |$@
$ $@@
$ ____@
$| @
$`---.@
$ |@
$\__.'@
$ $@@
$ __$@
$.' @
$|---.@
$| |@
$`._.'@
$ $@@
$ ___$@
$' \@
$ __/@
$ /`@
$ / $@
$ $@@
$ ___ @
$/ \@
$>---<@
$' `@
$`---'@
$ $@@
$ ___ @
$/ \@
$`---|@
$ |@
$`---'@
$ $@@
$$@
$$@
$/@
$$@
$/@
$$@@
$$@
$$@
$/@
$$@
$,@
$/@@
@
@
@
@
@
@@
$ $@
$ $@
$,-----'@
$ $@
$,-----'@
$ $@@
@
@
@
@
@
@@
$ __ $@
$/ `.@
$` '@
$ /$@
$ , $@
$ ' $@@
_____ @
/ __. \@
| / | |@
| \__| |@
| `-'@
`----- @@
. @
/| @
/ \ @
/---'\ @
,' \@
@@
$____ $@
$/ \ @
$|,_-< @
$| `@
$`----'@
$ $@@
$ ___ @
$.' \@
$| @
$| @
$ `.__,@
$ @@
$.___ $@
$/ ` @
$| |@
$| |@
$/---/ @
$ $@@
$.____$@
$/ $@
$|__. $@
$| $@
$/----/@
$ @@
$.____@
$/ @
$|__. @
$| @
$/ @
$ @@
$ ___ $@
$.' \$@
$| $@
$| _$@
$ `.___|@
$ @@
$__ __@
$| | @
$|___| @
$| | @
$/ / @
$ $@@
$_@
$|@
$|@
$|@
$/@
$$@@
$ _______@
$' / @
$ | @
$ | @
$ `--/ @
$ $@@
$. @
$/ /@
$|_-' @
$| \ @
$/ \@
$ @@
$. @
$/ @
$| @
$| @
$/---/@
$ @@
$__ __@
$| | @
$|\ /| @
$| \/ | @
$/ / @
$ @@
$__ _@
$|\ | @
$| \ | @
$| \ | @
$| \| @
$ @@
$ ___ @
$.' `.@
$| |@
$| |@
$ `.__.'@
$ @@
$.___ @
$/ \@
$|,_-'@
$| @
$/ @
$ @@
$ ___ @
$.' `. @
$| | @
$| ,_ | @
$ `._.`-.@
$ @@
$.___ @
$/ \@
$|__-'@
$| \ @
$/ \@
$ @@
$ _____@
$ ( @
$ `--. @
$ | @
$\___.' @
$ @@
$ _______@
$' / @
$ | @
$ | @
$ / @
$ @@
$. .@
$/ /@
$| |@
$| |@
$ `._.' @
$ @@
$__ __@
$| | @
$ \ / @
$ \ / @
$ \/ @
$ @@
$. __@
$/ | @
$| | @
$| /\ / @
$|,' \,' @
$ @@
$_ _@
$`. / @
$ \,' @
$ ,'\ @
$/ \ @
$ @@
$_ _@
$ `. / @
$ `./ @
$ ,' @
$_-' @
$ @@
$ _______ @
$' / @
$ .--' @
$ / @
$,'______/@
$ @@
$__@
$| @
$| @
$| @
$| @
$--@@
$ @
$\ @
$ \ @
$ `. @
$ `.@
$ @@
$__@
$ |@
$ |@
$ |@
$ |@
$--@@
@
@
@
@
@
@@
$ $@
$ $@
$ $@
$ $@
$______,@
$' $@@
$,@
$\@
$$@
$$@
$$@
$$@@
$ $@
$ ___$@
$ / `@
$| |@
$`.__/|@
$ $@@
$_ $@
$\ ___ @
$|/ \@
$| `@
$`___,'@
$ $@@
$ $@
$ ___ @
$.' `@
$| @
$ `._.'@
$ $@@
$ _@
$ ___/@
$ / |@
$,' |@
$`___,'@
$ `@@
$ $@
$ ___$@
$.' `@
$|----'@
$`.___,@
$ $@@
$,__$@
$/ `@
$|__$@
$| $@
$| $@
$/ $@@
$ @
$ ___.@
$.' `@
$| |@
$ `---|@
$ \___/@@
$_ $@
$/ @
$|,---.@
$|' `@
$/ |@
$ $@@
$ @
$`@
$|@
$|@
$/@
$$@@
$ $@
$ .$@
$ \$@
$ |$@
$/` |$@
$\___/`@@
$\ $@
$| ,@
$| / @
$|-< @
$/ \_@
$ $@@
$ . @
$ | @
$ | @
$ | @
$/\__@
$ @@
$ $@
$, _ , _ $@
$|' `|' `.@
$| | |@
$/ ' /@
$ $@@
$ $@
$, __ $@
$|' `.@
$| |@
$/ |@
$ $@@
$ $@
$ __. @
$.' \@
$| |@
$ `._.'@
$ $@@
$ $@
$\,___,@
$| \@
$| |@
$|`---'@
$\ $@@
$ $@
$ ___.$@
$.' `$@
$| |$@
$ `---|.@
$ |/@@
$ $@
$.___$@
$/ \@
$| '@
$/ $@
$ $@@
$ $@
$ ____@
$ ( @
$ `--.$@
$\___.'@
$ $@@
$ . $@
$_/_ @
$ | @
$ | @
$ \__/@
$ $@@
$ $@
$, .@
$| |@
$| |@
$`._/|@
$ $@@
$ $@
$_ __@
$| / @
$` / $@
$ \/ $@
$ $@@
$ @
$, _ /@
$| | |@
$` ^ '@
$ \/ \/$@
$ $@@
$ $@
$_ .-@
$ \,'$@
$ /\ $@
$/ \$@
$ $@@
$ $@
$, .$@
$| `$@
$| |$@
$ `---|.@
$ \___/$@@
$ $@
$____$@
$ /$@
$ ,/ $@
$/__.'@
$` $@@
$ _@
$/ @
_| @
$| @
$\_@
$ $@@
$.@
$|@
$|@
$|@
$|@
$`@@
_ $@
\$@
|_@
|$@
_/$@
$ $@@
@
@
@
@
@
~@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@
@
@
@
@
@
@@

View file

@ -0,0 +1,143 @@
flf2a$ 1 1 9 0 40 0 8256 0
#
# benjamin.flf // Version 02 // 2001-06-04
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#
# This font is based on article <5m7lhtg5vj1esom25btrdugng0mseqisqv@4ax.com>
# from the newsgroup de.alt.rec.ascii-art and its follow-ups.
#
# The most current version of this font should be available here:
# http://www.cgarbs.de/stuff/benjamin.flf.gz
#
#-[WhoIsWho]------------------------------------------------------------------
#
# Font creators:
# >> Benjamin Weiland <benjamin.weiland@uloc.de>
# >> Markus Gebhard <ukgh@rz.uni-karlsruhe.de>
# >> Christian Garbs <mitch@cgarbs.de>
#
# .flf file maintainer:
# Christian Garbs <mitch@cgarbs.de>
#
#-[History]-------------------------------------------------------------------
#
# 2001-06-04::Version 02
# * added the comments you're reading now
# * changed download location to www.cgarbs.de
# * added 0-9, &, German umlauts + ess-zed
# * changed X
#
# 2001-06-03::Version 01
# * available characters: A-Z, a-z, @, *
#
#-[Commercial]----------------------------------------------------------------
#
# _ __,"\\ _. _ de.alt.rec.ascii-art
# /\\ /\\ _.--/ `. ,' ( "_//" __| |__ _ _ _ __ _ ___ __ _
# ,''\," ,""\,"=='( \.'\\_,( _`-'=-' / _` / _` | '_/ _` |___/ _` |
# ' u-u `=' u-u |l''|l `" |m' |m -bf- \__,_\__,_|_| \__,_| \__,_|
#
#-[TheEnd]--------------------------------------------------------------------
#
$@@
!@@
"@@
#@@
S@@
%@@
&@@
'@@
(@@
)@@
x@@
+@@
,@@
-@@
.@@
/@@
(\)@@
'|@@
^/_@@
-}@@
+|@@
;"@@
(o@@
"/@@
{}@@
")@@
:@@
;@@
<@@
=@@
>@@
?@@
(a)@@
/-\@@
|3@@
(@@
|)@@
[-@@
|=@@
[,@@
|-|@@
|@@
.]@@
|<@@
|_@@
|\/|@@
|\|@@
()@@
|'@@
()_@@
|2@@
_\"@@
"|"@@
|_|@@
\/@@
\/\/@@
><@@
`/@@
"/_@@
[@@
\@@
]@@
^@@
_@@
`@@
/-\@@
|3@@
(@@
|)@@
[-@@
|=@@
[,@@
|-|@@
|@@
.]@@
|<@@
|_@@
|\/|@@
|\|@@
()@@
|'@@
()_@@
|2@@
_\"@@
"|"@@
|_|@@
\/@@
\/\/@@
`/.@@
`/@@
"/_@@
{@@
|@@
}@@
~@@
'/-\'@@
'()'@@
'|_|'@@
'/-\'@@
'()'@@
i_i@@
/3@@

View file

@ -0,0 +1,819 @@
flf2a$ 8 6 20 15 2
bigchf.flf 10/94 pk6811s@acad.drake.edu, update 1/95 syb3@ABER.AC.UK
Mrs. Penderson is SO proud of me!
____@
@
$$$$@
----@
$$$$@
____@
@
@@
_______@
/ @
/ @
---/---@
/ @
_o_____@
@
@@
____@
@
// @
----@
@
____@
@
@@
_________@
-/--/- @
-/--/- @
---------@
@
_________@
@
@@
___________@
__/_ @
( / ) @
-----\-----@
(__/_) @
___/_______@
@
@@
_____@
@
()/ @
--/--@
/() @
_____@
@
@@
________@
__ @
( ) @
---\/---@
/ \ @
_(__ \__@
) @
@@
___@
@
/ @
---@
@
___@
@
@@
_________@
.- @
/ @
----/----@
/ @
__/______@
/ @
- @@
________@
-. @
/ @
-----/--@
/ @
___/____@
/ @
- @@
______@
@
@
-_\/_-@
/\ @
______@
@
@@
_____@
@
@
-_|_-@
| @
_____@
@
@@
____@
@
@
----@
@
__/_@
/ @
@@
_____@
@
@
-----@
$=== @
_____@
@
@@
___@
$ @
$ @
---@
$$ @
_o_@
$ @
$ @@
_______$@
$@
/ @
---/----@
/ @
_/______@
@
@@
__________@
__ @
/ )@
---/----/-@
/ / @
_(____/___@
@
@@
__________@
_ @
// @
-----/----@
/ @
___/______@
@
@@
__________@
__ @
/ ) @
----___/--@
/ @
_/____/___@
@
@@
__________@
__ @
/ ) @
---- _ /--@
) @
_(____/___@
@
@@
__________@
@
/ / @
--/____/--@
/ @
_____/____@
@
@@
__________@
____ @
/ @
---/___---@
) @
_(____/___@
@
@@
__________@
___ @
/ @
---/___---@
/ ) @
_(____/___@
@
@@
__________@
____ @
/ / @
-------/--@
/ @
_____/____@
@
@@
__________@
__ @
/ )@
----___ --@
/ / @
_(____/___@
@
@@
__________@
__ @
/ )@
---(___ /-@
/ @
_(____/___@
@
@@
___@
@
@
---@
$o$@
_o_@
@
@@
___@
@
@
---@
@
___@
/ @
@@
____@
@
/ @
-<--@
\ @
____@
@
@@
____@
@
__ @
-__-@
@
____@
@
@@
____@
@
\ @
-->-@
/ @
____@
@
@@
________@
___ @
( ) @
----/---@
/ @
__o_____@
@
@@
________@
_ @
/ ) @
-/--O---@
\__ / @
________@
@
@@
________@
__ @
/ | @
---/__|-@
/ | @
_/____|_@
@
@@
__________@
____ @
/ ) @
---/__ /--@
/ ) @
_/____/___@
@
@@
__________@
__ @
/ )@
---/------@
/ @
_(____/___@
@
@@
__________@
_____ @
/ )@
---/----/-@
/ / @
_/____/___@
@
@@
__________@
_____ @
/ '@
---/__----@
/ @
_/____$___@
@
@@
__________@
_____ @
/ '@
---/__----@
/ @
_/________@
@
@@
__________@
__ @
/ )@
---/------@
/ --, @
_(____/___@
@
@@
___________@
_ _@
/ / @
---/___ /--@
/ / @
_/____/____@
@
@@
_______@
__@
/ @
----/--@
/ @
$_/_$__@
@
@@
__________@
__@
/ @
-------/--@
/ @
_(___/____@
@
@@
__________@
_ _@
/ ,' @
---/_.'---@
/ \ @
_/____\___@
@
@@
________@
_ @
/ @
---/----@
/ @
_/____/_@
@
@@
__________@
_ _ @
/ /| @
---/| /-|-@
/ |/ | @
_/__/___|_@
@
@@
___________@
_ _@
/| / @
---/-| -/--@
/ | / @
_/___|/____@
@
@@
__________@
__ @
/ )@
---/----/-@
/ / @
_(____/___@
@
@@
__________@
____ @
/ )@
---/____/-@
/ @
_/________@
@
@@
__________@
__ @
/ )@
---/----/-@
/ \ / @
_(____X___@
\ @
@@
__________@
____ @
/ )@
---/___ /-@
/ | @
_/_____|__@
@
@@
__________@
__ @
/ )@
----\-----@
\ @
_(____/___@
@
@@
________@
______@
/ @
---/----@
/ @
_/______@
@
@@
___________@
_ _@
/ / @
---/----/--@
/ / @
_(____/____@
@
@@
________@
_ _@
| / @
--|--/--@
| / @
__|/____@
@
@@
__________@
_ _@
| | / @
--|-/|-/--@
|/ |/ @
__/__|____@
@
@@
_______@
_ _@
| / @
---|---@
/| @
_/_|___@
@
@@
___________@
_ _@
| / @
----|---/--@
| / @
____|_/____@
/ @
(_ / @@
__________@
___ @
/ @
-------/--@
/ @
____(_____@
/ @
(_ / @@
________@
__@
/ @
----/---@
/ @
__/_____@
/__ @
@@
______@
@
\ @
--\---@
\ @
____\_@
@
@@
________@
__@
/@
------/-@
/ @
____/___@
__/ @
@@
____@
@
| @
-/|-@
@
____@
@
@@
______@
@
@
------@
@
______@
------@
@@
___@
@
\ @
---@
@
___@
@
@@
_______@
@
@
----__-@
/ )@
_(___(_@
@
@@
_______@
@
/ @
---/__-@
/ )@
_(___/_@
@
@@
_______@
@
@
----__-@
/ '@
_(___$_@
@
@@
_________@
@
/@
----__-/-@
/ / @
_(___/___@
@
@@
_______@
@
@
----__-@
/___)@
_(___$_@
@
@@
________@
_ @
/ `@
--_/__--@
/ @
_/______@
@
@@
_______@
@
@
----__-@
/ )@
_(___/_@
/ @
(_ / @@
_______@
@
/ @
---/__-@
/ )@
_/___/_@
@
@@
_____@
@
,@
-----@
/ @
_/___@
@
@@
_________@
@
,@
---------@
/ @
_____/___@
/ @
(_ / @@
________@
@
/ @
---/-__-@
/( @
_/___\__@
@
@@
_____@
@
/@
---/-@
/ @
_/___@
@
@@
________@
@
@
---_--_-@
/ / )@
_/_/__/_@
@
@@
_______@
@
@
----__-@
/ )@
_/___/_@
@
@@
_______@
@
@
----__-@
/ )@
_(___/_@
@
@@
_________@
@
@
------__-@
/ )@
___/___/_@
/ @
/ @@
_______@
@
@
----__-@
/ )@
_(___/_@
/ @
(_ @@
_______@
@
@
---)__-@
/ )@
_/_____@
@
@@
______@
@
@
---__-@
(_ `@
_(__)_@
@
@@
______@
@
@
--_/_-@
/ @
_(_$__@
@
@@
________@
@
@
--------@
/ / @
_(___(__@
@
@@
______@
@
@
------@
| / @
__|/__@
@
@@
________@
@
@
--------@
| /| / @
_|/_|/__@
@
@@
_____@
@
@
---|/@
| @
__/|_@
/ @
@@
_______@
@
@
-------@
/ /@
_(___/_@
/ @
(_ / @@
_______@
@
@
----__-@
/@
____(__@
/ @
(_ / @@
________@
_@
/ @
----/---@
< @
__/_____@
(__ @
@@
_@
|@
|@
|@
|@
|@
$@
$@@
________@
_ @
)@
------/-@
> @
____/___@
_ / @
@@
_______@
_ _@
/ \_/ @
-------@
@
_______@
@
@@
________@
, , @
__ @
---/__|-@
/ | @
_/____|_@
@
@@
_________@
, ,@
__ @
---/----)@
/ / @
_(____/__@
@
@@
________@
, ,@
@
---/---/@
/ / @
_(___(__@
@
@@
_______@
@
, ,@
----_--@
/ )@
_(___(_@
@
@@
_______@
@
, ,@
----_--@
/ )@
_(___/_@
@
@@
_______@
@
, ,@
-------@
/ /@
_(___(_@
@
@@
___________@
_____ @
// )@
---//__ ,/-@
// ) @
_//____/___@
/ @
@@

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,334 @@
flf2a$ 3 3 5 -1 23
Expansion font for bigfig program by Glenn Chappell 4/93 -- based on Mini
26 Apr 1995
Permission is hereby given to modify this font, as long as the
modifier's name is placed on a comment line.
This font is intended to be used with the "bigfig" program. It can
be used as an ordinary figlet font, but it won't look very nice.
"bigfig" is available by anonymous ftp from "ftp.nicoh.com". Look in
the directory "pub/figlet/util".
Or, if you'd rather not use the bigfig program, just type
figlet -w27 -f myfavoritefont | figlet -f bigfig
Explanation of first line:
flf2 - "magic number" for file identification
a - should always be `a', for now
$ - the "hardblank" -- prints as a blank, but can't be smushed
3 - height of a character
3 - height of a character, not including descenders
5 - max line length (excluding comment lines) + a fudge factor
-1 - default smushmode for this font
23 - number of comment lines
$ @
$ @
$ @@
| @
| @
o @@
| |@
$ @
$ @@
| |@
===@
| |@@
_@
(| @
_|)@@
O /@
/ @
/ O@@
() @
/\/@
\/\@@
/ @
$ @
$ @@
/@
( @
\@@
\ @
) @
/ @@
\|/@
-*-@
/|\@@
| @
-+-@
| @@
@
@
/ @@
@
---@
$ @@
@
@
o @@
/@
/ @
/ @@
_ @
/ \@
\_/@@
@
/| @
| @@
__ @
_)@
/__@@
__ @
__)@
__)@@
@
|_|@
|@@
__@
|_ @
__)@@
_ @
|_ @
|_)@@
__@
/@
/ @@
_ @
(_)@
(_)@@
_ @
(_|@
_|@@
o @
$ @
o @@
o @
$ @
/ @@
/@
< @
\@@
___@
___@
$ @@
\ @
> @
/ @@
_ @
)@
o @@
_ @
/a)@
\__@@
_ @
|_|@
| |@@
_ @
|_)@
|_)@@
__@
/ @
\__@@
_ @
| \@
|_/@@
__@
|_ @
|__@@
__@
|_ @
| @@
__@
/__@
\_|@@
@
|_|@
| |@@
___@
| @
_|_@@
@
|@
\_|@@
@
|/ @
|\ @@
@
| @
|__@@
@
|V|@
| |@@
@
|\|@
| |@@
_ @
/ \@
\_/@@
_ @
|_)@
| @@
_ @
/ \@
\_X@@
_ @
|_)@
| \@@
__@
(_ @
__)@@
___@
| @
| @@
@
| |@
|_|@@
\ /@
V @
@@
@
| |@
|^|@@
\ /@
X @
/ \@@
\ /@
Y @
| @@
___@
_/@
/__@@
+--@
| @
|__@@
\ @
\ @
\@@
--+@
|@
__|@@
_ @
/ \@
$ @@
$ @
$ @
___@@
\ @
$ @
$ @@
@
_ @
(_|@@
@
|_ @
|_)@@
@
_ @
(_ @@
@
_|@
(_|@@
@
_ @
(/_@@
_@
_|_@
| @@
_ @
(_|@
__|@@
@
|_ @
| |@@
@
o @
| @@
o @
| @
_| @@
@
| @
|<@@
@
| @
| @@
@
__ @
|||@@
@
__ @
| |@@
@
_ @
(_)@@
_ @
|_)@
| @@
_ @
(_|@
|@@
@
__@
| @@
@
_ @
_> @@
@
_|_@
|_@@
@
@
|_|@@
@
@
\_/@@
@
@
\^/@@
@
@
>< @@
@
\/@
/ @@
@
_ @
/_@@
/@
-( @
\@@
| @
| @
| @@
\ @
)-@
/ @@
/\/@
$ @
$ @@
o_o@
|_|@
| |@@
o_o@
/ \@
\_/@@
o o@
| |@
|_|@@
@
o_o@
(_|@@
@
o_o@
(_)@@
@
o o@
|_|@@
_ @
| )@
| )@@
0
XXX@
XXX@
XXX@@

View file

@ -0,0 +1,372 @@
flf2a$ 1 1 11 -1 11 0
binary.flf (C) 1994 by Victor Parada (vparada@inf.utfsm.cl) 94/12/05
figlet 2.1 font, includes ISO Latin-1, excludes "-D" option chars.
Spaces are not shown as binary. If this is required, change "$@" below
to "00100000 @". Change to "@" to remove the hardspace between words.
Note that figlet always removes spaces when it moves words to a new line.
Try option "-m 0" to remove the space between letters (octets).
$@
00100001 @
00100010 @
00100011 @
00100100 @
00100101 @
00100110 @
00100111 @
00101000 @
00101001 @
00101010 @
00101011 @
00101100 @
00101101 @
00101110 @
00101111 @
00110000 @
00110001 @
00110010 @
00110011 @
00110100 @
00110101 @
00110110 @
00110111 @
00111000 @
00111001 @
00111010 @
00111011 @
00111100 @
00111101 @
00111110 @
00111111 @
01000000 @
01000001 @
01000010 @
01000011 @
01000100 @
01000101 @
01000110 @
01000111 @
01001000 @
01001001 @
01001010 @
01001011 @
01001100 @
01001101 @
01001110 @
01001111 @
01010000 @
01010001 @
01010010 @
01010011 @
01010100 @
01010101 @
01010110 @
01010111 @
01011000 @
01011001 @
01011010 @
01011011 @
01011100 @
01011101 @
01011110 @
01011111 @
01100000 @
01100001 @
01100010 @
01100011 @
01100100 @
01100101 @
01100110 @
01100111 @
01101000 @
01101001 @
01101010 @
01101011 @
01101100 @
01101101 @
01101110 @
01101111 @
01110000 @
01110001 @
01110010 @
01110011 @
01110100 @
01110101 @
01110110 @
01110111 @
01111000 @
01111001 @
01111010 @
01111011 @
01111100 @
01111101 @
01111110 @
@
@
@
@
@
@
@
127
01111111 @
128
10000000 @
129
10000001 @
130
10000010 @
131
10000011 @
132
10000100 @
133
10000101 @
134
10000110 @
135
10000111 @
136
10001000 @
137
10001001 @
138
10001010 @
139
10001011 @
140
10001100 @
141
10001101 @
142
10001110 @
143
10001111 @
144
10010000 @
145
10010001 @
146
10010010 @
147
10010011 @
148
10010100 @
149
10010101 @
150
10010110 @
151
10010111 @
152
10011000 @
153
10011001 @
154
10011010 @
155
10011011 @
156
10011100 @
157
10011101 @
158
10011110 @
159
10011111 @
160
10100000 @
161
10100001 @
162
10100010 @
163
10100011 @
164
10100100 @
165
10100101 @
166
10100110 @
167
10100111 @
168
10101000 @
169
10101001 @
170
10101010 @
171
10101011 @
172
10101100 @
173
10101101 @
174
10101110 @
175
10101111 @
176
10110000 @
177
10110001 @
178
10110010 @
179
10110011 @
180
10110100 @
181
10110101 @
182
10110110 @
183
10110111 @
184
10111000 @
185
10111001 @
186
10111010 @
187
10111011 @
188
10111100 @
189
10111101 @
190
10111110 @
191
10111111 @
192
11000000 @
193
11000001 @
194
11000010 @
195
11000011 @
196
11000100 @
197
11000101 @
198
11000110 @
199
11000111 @
200
11001000 @
201
11001001 @
202
11001010 @
203
11001011 @
204
11001100 @
205
11001101 @
206
11001110 @
207
11001111 @
208
11010000 @
209
11010001 @
210
11010010 @
211
11010011 @
212
11010100 @
213
11010101 @
214
11010110 @
215
11010111 @
216
11011000 @
217
11011001 @
218
11011010 @
219
11011011 @
220
11011100 @
221
11011101 @
222
11011110 @
223
11011111 @
224
11100000 @
225
11100001 @
226
11100010 @
227
11100011 @
228
11100100 @
229
11100101 @
230
11100110 @
231
11100111 @
232
11101000 @
233
11101001 @
234
11101010 @
235
11101011 @
236
11101100 @
237
11101101 @
238
11101110 @
239
11101111 @
240
11110000 @
241
11110001 @
242
11110010 @
243
11110011 @
244
11110100 @
245
11110101 @
246
11110110 @
247
11110111 @
248
11111000 @
249
11111001 @
250
11111010 @
251
11111011 @
252
11111100 @
253
11111101 @
254
11111110 @
255
11111111 @

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,722 @@
flf2a$ 7 6 20 -1 7
fatty.flf by Mike Rosulek. 1/12/95
Based on Bravo TrueType Font.
---
Font modified June 17, 2007 by patorjk
This was to widen the space character.
$ $#
$ $#
$ $#
$ $#
$ $#
$ $#
$ $##
d8b $#
!Y88!$#
Y8Y $#
8 $#
e $#
"8" $#
$##
8 8$#
Y P$#
$#
$#
$#
$#
$##
dP dP$#
____dP__dP_$#
dP dP $#
__dP__dP___$#
dP dP $#
dP dP $#
$##
,d88~/\$#
8888/ $#
`Y88b $#
`Y88b,$#
/8888$#
\/_88P'$#
$##
,8~\ /$#
"8_// $#
/ $#
/ $#
/,8~\$#
/ "8_/$#
$##
,d8P\ $#
888b | $#
`Y88X $#
/Y88b/ $#
| `Y88b $#
\_/Y88b$#
$##
d88b$#
Y88P$#
__/ $#
$#
$#
$#
$##
,8P~$#
88 $#
88 $#
88 $#
88 $#
88 $#
"8b_$##
~Y8,$#
88$#
88$#
88$#
88$#
88$#
_d8"$##
, 8 ,$#
"8" $#
e" "e$#
$#
$#
$#
$##
$#
888 $#
__888__$#
888 $#
888 $#
$#
$##
$#
$#
$#
$#
d88b$#
Y88P$#
__/ $##
$#
$#
____$#
$#
$#
$#
$##
$#
$#
$#
$#
d88b$#
Y88P$#
$##
/$#
/ $#
/ $#
/ $#
/ $#
/ $#
/ $##
,88~~\ $#
d888 \ $#
88888 |$#
88888 |$#
Y888 / $#
`88__/ $#
$##
,d$#
,d888$#
888$#
888$#
888$#
888$#
$##
/~~88b$#
| 888$#
` d88P$#
d88P $#
d88P $#
d88P___$#
$##
_-~88e $#
888b$#
__888"$#
888e$#
888P$#
~-_88" $#
$##
d8 $#
d88 $#
d888 $#
/ 888 $#
/__888__$#
888 $#
$##
/~~~~~~$#
/ $#
`-~~88e $#
/ 888b$#
| 888P$#
\__88" $#
$##
e88~-_ $#
d888 $#
8888~~\ $#
8888 |$#
Y888 |$#
"88__/ $#
$##
[~~~~d88P$#
d88P $#
d88P $#
d88P $#
d88P $#
d88P $#
$##
d8~~\ $#
C88b |$#
Y88b/ $#
/Y88b $#
| Y88D$#
\__8P $#
$##
/~~88e $#
| 888b$#
| 8888$#
\__8888$#
888P$#
~-_88" $#
$##
$#
d88b$#
Y88P$#
$#
d88b$#
Y88P$#
$##
$#
d88b$#
Y88P$#
$#
d88b$#
Y88P$#
__/ $##
_-$#
_-~ $#
< $#
~-_ $#
~-$#
$#
$##
$#
______$#
$#
______$#
$#
$#
$##
-_ $#
~-_ $#
>$#
_-~ $#
-~ $#
$#
$##
_-~88e$#
/ 88"$#
` 8P $#
` $#
d88b $#
Y88P $#
$##
__---__ $#
/ \ $#
| dP~dP |$#
| dP_d8b_/ $#
\______ $#
$#
$##
e $#
d8b $#
/Y88b $#
/ Y88b $#
/____Y88b $#
/ Y88b$#
$##
888~~\ $#
888 |$#
888 _/ $#
888 \ $#
888 |$#
888__/ $#
$##
e88~-_ $#
d888 \$#
8888 $#
8888 $#
Y888 /$#
"88_-~ $#
$##
888~-_ $#
888 \ $#
888 |$#
888 |$#
888 / $#
888_-~ $#
$##
888~~ $#
888___$#
888 $#
888 $#
888 $#
888___$#
$##
888~~ $#
888___$#
888 $#
888 $#
888 $#
888 $#
$##
e88~~\ $#
d888 $#
8888 __ $#
8888 |$#
Y888 |$#
"88__/ $#
$##
888 |$#
888___|$#
888 |$#
888 |$#
888 |$#
888 |$#
$##
888$#
888$#
888$#
888$#
888$#
888$#
$##
888$#
888$#
888$#
888$#
| 88P$#
\__8" $#
$##
888 / $#
888 / $#
888/\ $#
888 \ $#
888 \ $#
888 \$#
$##
888 $#
888 $#
888 $#
888 $#
888 $#
888____$#
$##
e e $#
d8b d8b $#
d888bdY88b $#
/ Y88Y Y888b $#
/ YY Y888b $#
/ Y888b$#
$##
888b |$#
|Y88b |$#
| Y88b |$#
| Y88b |$#
| Y88b|$#
| Y888$#
$##
,88~-_ $#
d888 \ $#
88888 |$#
88888 |$#
Y888 / $#
`88_-~ $#
$##
888~-_ $#
888 \ $#
888 |$#
888 / $#
888_-~ $#
888 $#
$##
,88~-_ $#
d888 \ $#
88888 |$#
88888 |$#
Y888 \ / $#
`88__X $#
\ $##
888~-_ $#
888 \ $#
888 |$#
888 / $#
888_-~ $#
888 ~-_ $#
$##
,d88~~\$#
8888 $#
`Y88b $#
`Y88b,$#
8888$#
\__88P'$#
$##
~~~888~~~$#
888 $#
888 $#
888 $#
888 $#
888 $#
$##
888 |$#
888 |$#
888 |$#
888 |$#
Y88 |$#
"8__/ $#
$##
Y88b /$#
Y88b / $#
Y88b / $#
Y888/ $#
Y8/ $#
Y $#
$##
Y88b /$#
Y88b / $#
Y88b e / $#
Y88bd8b/ $#
Y88Y8Y $#
Y Y $#
$##
Y88b /$#
Y88b / $#
Y88b/ $#
/Y88b $#
/ Y88b $#
/ Y88b$#
$##
Y88b /$#
Y88b / $#
Y88b/ $#
Y8Y $#
Y $#
/ $#
$##
~~~~d88P$#
d88P $#
d88P $#
d88P $#
d88P $#
d88P____ $#
$##
88~~$#
88 $#
88 $#
88 $#
88 $#
88 $#
88__$##
\ $#
\ $#
\ $#
\ $#
\ $#
\$#
$##
~~88$#
88$#
88$#
88$#
88$#
88$#
__88$##
/\ $#
/ \$#
$#
$#
$#
$#
$##
$#
$#
$#
$#
$#
$#
----$##
Y8b $#
Y8b$#
$#
$#
$#
$#
$##
$#
/~~~8e $#
88b$#
e88~-888$#
C888 888$#
"88_-888$#
$##
888 $#
888-~88e $#
888 888b$#
888 8888$#
888 888P$#
888-_88" $#
$##
$#
e88~~\$#
d888 $#
8888 $#
Y888 $#
"88__/$#
$##
888$#
e88~\888$#
d888 888$#
8888 888$#
Y888 888$#
"88_/888$#
$##
$#
e88~~8e $#
d888 88b$#
8888__888$#
Y888 ,$#
"88___/ $#
$##
88~\$#
_888__$#
888 $#
888 $#
888 $#
888 $#
$##
/$#
e88~88e$#
888 888$#
"88_88"$#
/ $#
Cb $#
Y8""8D$##
888 $#
888-~88e$#
888 888$#
888 888$#
888 888$#
888 888$#
$##
,e,$#
" $#
888$#
888$#
888$#
888$#
$##
,e,$#
" $#
888$#
888$#
888$#
88P$#
\_8" $##
888 _ $#
888 e~ ~ $#
888d8b $#
888Y88b $#
888 Y88b $#
888 Y88b$#
$##
888$#
888$#
888$#
888$#
888$#
888$#
$##
$#
888-~88e-~88e$#
888 888 888$#
888 888 888$#
888 888 888$#
888 888 888$#
$##
$#
888-~88e$#
888 888$#
888 888$#
888 888$#
888 888$#
$##
$#
e88~-_ $#
d888 i$#
8888 |$#
Y888 '$#
"88_-~ $#
$##
$#
888-~88e $#
888 888b$#
888 8888$#
888 888P$#
888-_88" $#
888 $##
$#
e88~-888$#
d888 888$#
8888 888$#
Y888 888$#
"88_-888$#
888$##
$#
888-~\$#
888 $#
888 $#
888 $#
888 $#
$##
$#
d88~\$#
C888 $#
Y88b $#
888D$#
\_88P $#
$##
d8 $#
_d88__$#
888 $#
888 $#
888 $#
"88_/$#
$##
$#
888 888$#
888 888$#
888 888$#
888 888$#
"88_-888$#
$##
$#
Y88b /$#
Y88b / $#
Y88b/ $#
Y8/ $#
Y $#
$##
$#
Y88b e /$#
Y88b d8b / $#
Y888/Y88b/ $#
Y8/ Y8/ $#
Y Y $#
$##
$#
Y88b / $#
Y88b/ $#
Y88b $#
/Y88b $#
/ Y88b$#
$##
$#
Y88b /$#
Y888/ $#
Y8/ $#
Y $#
/ $#
_/ $##
$#
~~~d88P$#
d88P $#
d88P $#
d88P $#
d88P___ $#
$##
e8~~$#
88 $#
8P $#
<K $#
8b $#
88 $#
"8__$##
|$#
|$#
|$#
|$#
|$#
|$#
|$##
~~8e $#
88 $#
Y8 $#
D>$#
d8 $#
88 $#
__8" $##
$#
$#
$#
/~\_/$#
$#
$#
$##
e e e $#
"8" d8b "8"$#
/Y88b $#
/ Y88b $#
/____Y88b $#
/ Y88b$#
$##
e ,88~-_ e $#
"8"d888 \"8"$#
88888 | $#
88888 | $#
Y888 / $#
`88_-~ $#
$##
e 888 | e $#
"8"888 |"8"$#
888 | $#
888 | $#
Y88 | $#
"8__/ $#
$##
e e $#
"8"/~~~8e"8"$#
88b $#
e88~-888 $#
C888 888 $#
"88_-888 $#
$##
e e $#
"8"e88~-_"8"$#
d888 i $#
8888 | $#
Y888 ' $#
"88_-~ $#
$##
e e $#
"8"888 888"8"$#
888 888 $#
888 888 $#
888 888 $#
"88_-888 $#
$##
#
#
#
#
#
#
##

View file

@ -0,0 +1,527 @@
flf2a$ 5 4 11 0 16 0 8256 0
Author : LG Beard
Date : 2004/4/9 13:04:21
Version: 1.0
-------------------------------------------------
-------------------------------------------------
This font has been created using JavE's FIGlet font export assistant.
Have a look at: http://www.jave.de
Permission is hereby given to modify this font, as long as the
modifier's name is placed on a comment line.
---
Font modified June 17, 2007 by patorjk
This was to widen the space character.
$ $#
$ $#
$ $#
$ $#
$ $##
.-. #
| | #
{ } #
`-' #
##
.-..-. #
{ }{ } #
`-'`-' #
#
##
_ .-..-.#
{_/ // /}#
{/ // /_}#
`-'`-' #
##
.--//. #
{ {//-` #
.-//} } #
`//--' #
##
_ .-. #
{_}/ / _ #
\ }{_}#
`-' #
##
&#
#
#
#
##
.-. #
{ } #
`-' #
#
##
.'} #
/.' #
{ `. #
`-.} #
##
{`. #
`.\ #
.' } #
{.-' #
##
*#
#
#
#
##
_ #
_{ }_ #
{_ _} #
{_} #
##
#
#
_ #
/_} #
##
#
___ #
{___} #
#
##
#
#
_ #
{_} #
##
.-. #
/ / #
/ / #
`-' #
##
.---. #
. .-. . #
' `-' ' #
`---' #
##
.-. #
{ | #
| } #
`-' #
##
.---. #
`-`} } #
{ {.-. #
`---' #
##
.---. #
`-`} } #
.-.} } #
`----` #
##
.-. .-. #
\ \| | #
`-\ } #
`-' #
##
.---. #
{ {`-' #
.-.} } #
`---' #
##
.-. #
/ /. #
{ {} } #
`--' #
##
.---. #
`-`} } #
/ / #
`-' #
##
.--. #
{ {} } #
{ {} } #
`--' #
##
.--. #
{ {} } #
`/ / #
`-' #
##
_ #
{_} #
_ #
{_} #
##
_ #
{_} #
_ #
/_} #
##
.-. #
/ { #
\ { #
`-` #
##
___ #
{___} #
___ #
{___} #
##
.-. #
} \ #
} / #
'-' #
##
.---. #
`-`} } #
{ } #
`-' #
##
.----. #
/ .--. \#
|/ {} \|#
\`-'`-'/#
`----' ##
.--. #
/ {} \ #
/ /\ \ #
`-' `-' #
##
.----. #
| {_} } #
| {_} } #
`----' #
##
.----. #
| }`-' #
| },-. #
`----' #
##
.----. #
} {-. \ #
} '-} / #
`----' #
##
.----. #
} |__} #
} '__} #
`----' #
##
.----. #
} |__} #
} '_} #
`--' #
##
.----. #
| |--' #
| }-`} #
`----' #
##
.-. .-. #
{ {_} | #
| { } } #
`-' `-' #
##
.-. #
{ | #
| } #
`-' #
##
.-. #
| | #
{`-' } #
`---' #
##
.-..-. #
| ' / #
| . \ #
`-'`-` #
##
.-. #
} | #
} '--. #
`----' #
##
.-. .-. #
} \/ { #
| { } | #
`-' `-' #
##
.-. .-. #
| \{ | #
| }\ { #
`-' `-' #
##
.---. #
/ {-. \ #
\ '-} / #
`---' #
##
.-.-. #
| } }} #
| |-' #
`-' #
##
.---. #
/ {-. \ #
\ '-} { #
`--`-' #
##
.---. #
} }}_} #
| } \ #
`-'-' #
##
.----. #
{ {__-` #
.-._} } #
`----' #
##
.-----. #
`-' '-' #
} { #
`-' #
##
.-. .-. #
| } { | #
\ `-' / #
`---' #
##
.-. .-.#
\ \_/ / #
\ / #
`-' #
##
.-. .-. #
| { } | #
{ /\ } #
`-' `-' #
##
.-..-. #
\ {} / #
/ {} \ #
`-'`-' #
##
.-. .-. #
\ \/ / #
`-\ } #
`-' #
##
.---. #
`-`} } #
{ /.-. #
`---' #
##
.---, #
{ .-' #
{ `-. #
`---` #
##
.-. #
\ \ #
\ \ #
`-' #
##
.---. #
`-. } #
.-' } #
`---` #
##
.--. #
/ {} \ #
`-' `-' #
#
##
#
$ $ #
$ $ #
_______ #
{_______}##
.-. #
\ \ #
`-' #
$$ #
##
.--. #
/ {} \ #
/ /\ \ #
`-' `-' #
##
.----. #
| {_} } #
| {_} } #
`----' #
##
.----. #
| }`-' #
| },-. #
`----' #
##
.----. #
} {-. \ #
} '-} / #
`----' #
##
.----. #
} |__} #
} '__} #
`----' #
##
.----. #
} |__} #
} '_} #
`--' #
##
.----. #
| |--' #
| }-`} #
`----' #
##
.-. .-. #
{ {_} | #
| { } } #
`-' `-' #
##
.-. #
{ | #
| } #
`-' #
##
.-. #
| | #
{`-' } #
`---' #
##
.-..-. #
| ' / #
| . \ #
`-'`-` #
##
.-. #
} | #
} '--. #
`----' #
##
.-. .-. #
} \/ { #
| { } | #
`-' `-' #
##
.-. .-. #
| \{ | #
| }\ { #
`-' `-' #
##
.---. #
/ {-. \ #
\ '-} / #
`---' #
##
.-.-. #
| } }} #
| |-' #
`-' #
##
.---. #
/ {-. \ #
\ '-} { #
`--`-' #
##
.---. #
} }}_} #
| } \ #
`-'-' #
##
.----. #
{ {__-` #
.-._} } #
`----' #
##
.-----. #
`-' '-' #
} { #
`-' #
##
.-. .-. #
| } { | #
\ `-' / #
`---' #
##
.-. .-.#
\ \_/ / #
\ / #
`-' #
##
.-. .-. #
| { } | #
{ /\ } #
`-' `-' #
##
.-..-. #
\ {} / #
/ {} \ #
`-'`-' #
##
.-. .-. #
\ \/ / #
`-\ } #
`-' #
##
.---. #
`-`} } #
{ /.-. #
`---' #
##
.'} #
.'.' #
{ `. #
`-._} #
##
.-. #
{ } #
{ } #
`-' #
##
{`. #
`.`. #
.' } #
{_.-' #
##
#
{`-._ #
`-._} #
#
##
{}--{} #
/ {} \ #
/ /\ \ #
`-' `-' #
##
{_}-{_} #
/ {-. \ #
\ '-} / #
`---' #
##
{_} {_} #
| } { | #
\ `-' / #
`---' #
##
{}--{} #
/ {} \ #
/ /\ \ #
`-' `-' #
##
{_}-{_} #
/ {-. \ #
\ '-} / #
`---' #
##
{_} {_} #
| } { | #
\ `-' / #
`---' #
##
.----. #
| {_} } #
| {_} } #
| |--' #
`-' ##

View file

@ -0,0 +1,616 @@
flf2a$ 6 5 20 -1 3
Bright Font by Dennis Monk 7/94
Identical to contrast.flf, but with different characters, making it
brighter.
........@
........@
........@
........@
........@
........@@
...##...@
...##...@
...##...@
........@
...##...@
........@@
.##..##.@
.##..##.@
..#..#..@
........@
........@
........@@
..#..#..@
.######.@
..#..#..@
.######.@
..#..#..@
........@@
..#####.@
.##.#...@
..####..@
...#.##.@
.#####..@
........@@
.##..##.@
.#..##..@
...##...@
..##..#.@
.##..##.@
........@@
..#####..@
.##...##.@
..##.##..@
.##.##.#.@
..#####..@
.........@@
...##...@
...##...@
....#...@
........@
........@
........@@
....###.@
..##....@
.#......@
..##....@
....###.@
........@@
.###....@
....##..@
......#.@
....##..@
.###....@
........@@
.#..#..#.@
..#.#.#..@
.#######.@
..#.#.#..@
.#..#..#.@
.........@@
...##...@
...##...@
.######.@
...##...@
...##...@
........@@
........@
........@
...##...@
...##...@
....#...@
........@@
........@
........@
.######.@
........@
........@
........@@
........@
........@
........@
...##...@
...##...@
........@@
.....##.@
....##..@
...##...@
..##....@
.##.....@
........@@
..####..@
.##..##.@
.######.@
.##..##.@
..####..@
........@@
...##...@
..###...@
...##...@
...##...@
.######.@
........@@
..####..@
.....##.@
..####..@
.##.....@
.######.@
........@@
.######.@
....##..@
...###..@
.....##.@
.#####..@
........@@
.....##.@
.##..##.@
.######.@
.....##.@
.....##.@
........@@
.######.@
.##.....@
..####..@
.....##.@
.#####..@
........@@
...##...@
..##....@
.#####..@
.##..##.@
..####..@
........@@
.######.@
....##..@
...##...@
..##....@
.##.....@
........@@
..####..@
.##..##.@
..####..@
.##..##.@
..####..@
........@@
..####..@
.##..##.@
..####..@
...##...@
..##....@
........@@
........@
...##...@
........@
...##...@
........@
........@@
........@
...##...@
........@
...##...@
....#...@
........@@
.....##.@
...##...@
.##.....@
...##...@
.....##.@
........@@
........@
.######.@
........@
.######.@
........@
........@@
.##.....@
...##...@
.....##.@
...##...@
.##.....@
........@@
..####..@
.##..##.@
....##..@
...##...@
...##...@
........@@
..####..@
.#.##.#.@
.#.##.#.@
.#..#.#.@
..####..@
........@@
..####..@
.##..##.@
.######.@
.##..##.@
.##..##.@
........@@
.#####..@
.##..##.@
.#####..@
.##..##.@
.#####..@
........@@
..####..@
.##..##.@
.##.....@
.##..##.@
..####..@
........@@
.#####..@
.##..##.@
.##..##.@
.##..##.@
.#####..@
........@@
.######.@
.##.....@
.####...@
.##.....@
.######.@
........@@
.######.@
.##.....@
.####...@
.##.....@
.##.....@
........@@
..####..@
.##.....@
.##.###.@
.##..##.@
..####..@
........@@
.##..##.@
.##..##.@
.######.@
.##..##.@
.##..##.@
........@@
.######.@
...##...@
...##...@
...##...@
.######.@
........@@
.######.@
.....##.@
.....##.@
.##..##.@
..####..@
........@@
.##..##.@
.##.##..@
.####...@
.##.##..@
.##..##.@
........@@
.##.....@
.##.....@
.##.....@
.##.....@
.######.@
........@@
.##...##.@
.###.###.@
.##.#.##.@
.##...##.@
.##...##.@
.........@@
.##..##.@
.###.##.@
.##.###.@
.##..##.@
.##..##.@
........@@
..####..@
.##..##.@
.##..##.@
.##..##.@
..####..@
........@@
.#####..@
.##..##.@
.#####..@
.##.....@
.##.....@
........@@
..####..@
.##..##.@
.##.###.@
.##..##.@
..#####.@
........@@
.#####..@
.##..##.@
.#####..@
.##..##.@
.##..##.@
........@@
..####..@
.##.....@
..####..@
.....##.@
..####..@
........@@
.######.@
...##...@
...##...@
...##...@
...##...@
........@@
.##..##.@
.##..##.@
.##..##.@
.##..##.@
..####..@
........@@
.##..##.@
.##..##.@
.##..##.@
..####..@
...##...@
........@@
.##...##.@
.##...##.@
.##.#.##.@
.#######.@
..##.##..@
.........@@
.##..##.@
..####..@
...##...@
..####..@
.##..##.@
........@@
.##..##.@
..####..@
...##...@
...##...@
...##...@
........@@
.######.@
....##..@
...##...@
..##....@
.######.@
........@@
.######.@
.##.....@
.##.....@
.##.....@
.######.@
........@@
.##.....@
..##....@
...##...@
....##..@
.....##.@
........@@
.######.@
.....##.@
.....##.@
.....##.@
.######.@
........@@
...##...@
..####..@
.##..##.@
........@
........@
........@@
........@
........@
........@
........@
.######.@
........@@
...##...@
...##...@
...#....@
........@
........@
........@@
..####..@
.##..##.@
.######.@
.##..##.@
.##..##.@
........@@
.#####..@
.##..##.@
.#####..@
.##..##.@
.#####..@
........@@
..####..@
.##..##.@
.##.....@
.##..##.@
..####..@
........@@
.#####..@
.##..##.@
.##..##.@
.##..##.@
.#####..@
........@@
.######.@
.##.....@
.####...@
.##.....@
.######.@
........@@
.######.@
.##.....@
.####...@
.##.....@
.##.....@
........@@
..####..@
.##.....@
.##.###.@
.##..##.@
..####..@
........@@
.##..##.@
.##..##.@
.######.@
.##..##.@
.##..##.@
........@@
.######.@
...##...@
...##...@
...##...@
.######.@
........@@
.######.@
.....##.@
.....##.@
.##..##.@
..####..@
........@@
.##..##.@
.##.##..@
.####...@
.##.##..@
.##..##.@
........@@
.##.....@
.##.....@
.##.....@
.##.....@
.######.@
........@@
.##...##.@
.###.###.@
.##.#.##.@
.##...##.@
.##...##.@
.........@@
.##..##.@
.###.##.@
.##.###.@
.##..##.@
.##..##.@
........@@
..####..@
.##..##.@
.##..##.@
.##..##.@
..####..@
........@@
.#####..@
.##..##.@
.#####..@
.##.....@
.##.....@
........@@
..####..@
.##..##.@
.##.###.@
.##..##.@
..#####.@
........@@
.#####..@
.##..##.@
.#####..@
.##..##.@
.##..##.@
........@@
..####..@
.##.....@
..####..@
.....##.@
..####..@
........@@
.######.@
...##...@
...##...@
...##...@
...##...@
........@@
.##..##.@
.##..##.@
.##..##.@
.##..##.@
..####..@
........@@
.##..##.@
.##..##.@
.##..##.@
..####..@
...##...@
........@@
.##...##.@
.##...##.@
.##.#.##.@
.#######.@
..##.##..@
.........@@
.##..##.@
..####..@
...##...@
..####..@
.##..##.@
........@@
.##..##.@
..####..@
...##...@
...##...@
...##...@
........@@
.######.@
....##..@
...##...@
..##....@
.######.@
........@@
...####.@
...##...@
.###....@
...##...@
...####.@
........@@
...##...@
...##...@
...##...@
...##...@
...##...@
...##...@@
.####...@
...##...@
....###.@
...##...@
.####...@
........@@
..###.#.@
.#.###..@
........@
........@
........@
........@@
.##..##.@
........@
..#####.@
.##..##.@
..#####.@
........@@
.##..##.@
........@
..####..@
.##..##.@
..####..@
........@@
.##..##.@
........@
.##..##.@
.##..##.@
..####..@
........@@
.##..##.@
........@
..#####.@
.##..##.@
..#####.@
........@@
.##..##.@
........@
..####..@
.##..##.@
..####..@
........@@
.##..##.@
........@
.##..##.@
.##..##.@
..####..@
........@@
..#####..@
.##...##.@
.##.###..@
.##...##.@
.##.###..@
.##......@@

View file

@ -0,0 +1,324 @@
flf2a$ 3 3 10 -1 16 0 0 0
Author :myflix
Date : 2006/4/6 7:38:43
Version: 1.0
-------------------------------------------------
-------------------------------------------------
This font has been created using JavE's FIGlet font export assistant.
Have a look at: http://www.jave.de
Permission is hereby given to modify this font, as long as the
modifier's name is placed on a comment line.
---
Font modified June 17, 2007 by patorjk
This was to widen the space character.
$ $#
$ $#
$ $##
__ #
|_/ #
(_) ##
____ #
|_|__| #
##
____ #
|_|__| #
|_|__| ##
___ #
(|_|` #
_|_|) ##
_ _ #
()_/ /_ #
/_/_()##
_ #
_|_) #
(|__7 ##
__ #
|_|| #
##
__ #
| | #
\_\ ##
__ #
| | #
/_/ ##
*#
#
##
+#
#
##
#
__ #
/_/) ##
___ #
|___| #
##
#
__ #
(_() ##
__ #
/ / #
/_/ ##
___ #
/ / \ #
\_\_/ ##
_ #
/ | #
|_| ##
___ #
) ) #
/_/_ ##
___ #
) ) #
_)_) ##
_ #
/_| | #
|_| ##
___ #
| | #
_)_) ##
__ #
/ / #
(_)_) ##
____ #
/ / #
/_/ ##
___ #
( (_) #
(_(_) ##
___ #
( ( ) #
/_/ ##
__ #
(_() #
(_() ##
__ #
(_() #
/_/) ##
__ #
/ / #
\_\ ##
___ #
|___| #
|___| ##
__ #
\ \ #
/_/ ##
___ #
'_)_) #
(_) ##
@#
#
##
__ #
/ /\ #
/_/--\ ##
___ #
| |_) #
|_|_) ##
__ #
/ /` #
\_\_, ##
___ #
| | \ #
|_|_/ ##
____ #
| |_ #
|_|__ ##
____ #
| |_ #
|_| ##
__ #
/ /`_ #
\_\_/ ##
_ #
| |_| #
|_| | ##
_ #
| | #
|_| ##
_ #
| | #
\_|_| ##
_ #
| |_/ #
|_| \ ##
_ #
| | #
|_|__ ##
_ #
| |\/| #
|_| | ##
_ #
| |\ | #
|_| \| ##
___ #
/ / \ #
\_\_/ ##
___ #
| |_) #
|_| ##
___ #
/ / \ #
\_\_\\ ##
___ #
| |_) #
|_| \ ##
__ #
( (` #
_)_) ##
_____ #
| | #
|_| ##
_ #
| | | #
\_\_/ ##
_ #
\ \ / #
\_\/ ##
_ #
\ \ /#
\_\/\/ ##
_ #
\ \_/ #
/_/ \ ##
_ #
\ \_/ #
|_| ##
____ #
/ / #
/_/_ ##
___ #
| | #
|_|_ ##
__ #
\ \ #
\_\ ##
___ #
| | #
_|_| ##
___ #
/_/ \ #
##
#
___ #
|___| ##
___ #
\_\\ #
##
__ #
/ /\ #
/_/--\ ##
___ #
| |_) #
|_|_) ##
__ #
/ /` #
\_\_, ##
___ #
| | \ #
|_|_/ ##
____ #
| |_ #
|_|__ ##
____ #
| |_ #
|_| ##
__ #
/ /`_ #
\_\_/ ##
_ #
| |_| #
|_| | ##
_ #
| | #
|_| ##
_ #
| | #
\_|_| ##
_ #
| |_/ #
|_| \ ##
_ #
| | #
|_|__ ##
_ #
| |\/| #
|_| | ##
_ #
| |\ | #
|_| \| ##
___ #
/ / \ #
\_\_/ ##
___ #
| |_) #
|_| ##
___ #
/ / \ #
\_\_\\ ##
___ #
| |_) #
|_| \ ##
__ #
( (` #
_)_) ##
_____ #
| | #
|_| ##
_ #
| | | #
\_\_/ ##
_ #
\ \ / #
\_\/ ##
_ #
\ \ /#
\_\/\/ ##
_ #
\ \_/ #
/_/ \ ##
_ #
\ \_/ #
|_| ##
____ #
/ / #
/_/_ ##
__ #
< < #
\_\ ##
__ #
| | #
|_| ##
__ #
> > #
/_/ ##
~#
#
##
__ #
/ /\ #
/_/--\ ##
___ #
/ / \ #
\_\_/ ##
_ #
| | | #
\_\_/ ##
__ #
/ /\ #
/_/--\ ##
___ #
/ / \ #
\_\_/ ##
_ #
| | | #
\_\_/ ##
ß#
#
##

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,434 @@
flf2a$ 4 4 99 0 20
Bulbhead by Jef Poskanzer, 23jun94
Figlet release 2.0 -- August 5, 1993
____ __ __ __ ____ _ _ ____ __ ____
( _ \( )( )( ) ( _ \( )_( )( ___) /__\ ( _ \
) _ < )(__)( )(__ ) _ < ) _ ( )___) /(__)\ )(_) )
(____/(______)(____)(____/(_) (_)(____)(__)(__)(____/
Update February 12, 2002 by Markus Gebhard markus@jave.de
Added german umlauts
Explanation of first line:
flf2 - "magic number" for file identification
a - should always be `a', for now
$ - the "hardblank" -- prints as a blank, but can't be smushed
4 - height of a character
4 - height of a character, not including descenders
99 - max line length (excluding comment lines) + a fudge factor
0 - default smushmode for this font (like "-m 0" on command line)
13 - number of comment lines
$$@
$$@
$$@
$$@@
/\@
)(@
\/@
()@@
||@
@
@
@@
| | @
-|-|-@
-|-|-@
| | @@
_|_ @
/ |_)@
\_| \@
(_|_/@@
_ _ @
(_)/ ) @
/ /_ @
(_/(_)@@
_ @
( ) @
/_\/@
(__/\@@
/@
@
@
@@
_ @
/ )@
( ( @
\_)@@
_ @
( \ @
) )@
(_/ @@
@
\|/@
/|\@
@@
_ @
_| |_ @
(_ _)@
|_| @@
@
@
()@
/ @@
@
___ @
(___)@
@@
@
@
@
()@@
_ @
/ )@
/ / @
(_/ @@
___ @
/ _ \ @
( (_) )@
\___/ @@
__ @
/ )@
)( @
(__)@@
___ @
(__ \ @
/ _/ @
(____)@@
___ @
(__ )@
(_ \@
(___/@@
__ @
/. | @
(_ _)@
(_) @@
___ @
| __)@
|__ \@
(___/@@
_ @
/ ) @
/ _ \@
\___/@@
___ @
(__ )@
/ / @
(_/ @@
___ @
( _ )@
/ _ \@
\___/@@
___ @
/ _ \@
\_ /@
(_/ @@
@
()@
@
()@@
()@
@
()@
/ @@
__@
/ /@
< < @
\_\@@
___ @
(___)@
___ @
(___)@@
__ @
\ \ @
> >@
/_/ @@
___ @
(__ )@
(_/ @
(_) @@
__ @
/ \@
| ()/@
\__ @@
__ @
/__\ @
/(__)\ @
(__)(__)@@
____ @
( _ \@
) _ <@
(____/@@
___ @
/ __)@
( (__ @
\___)@@
____ @
( _ \ @
)(_) )@
(____/ @@
____ @
( ___)@
)__) @
(____)@@
____ @
( ___)@
)__) @
(__) @@
___ @
/ __)@
( (_-.@
\___/@@
_ _ @
( )_( )@
) _ ( @
(_) (_)@@
____ @
(_ _)@
_)(_ @
(____)@@
____ @
(_ _)@
.-_)( @
\____) @@
_ _ @
( )/ )@
) ( @
(_)\_)@@
__ @
( ) @
)(__ @
(____)@@
__ __ @
( \/ )@
) ( @
(_/\/\_)@@
_ _ @
( \( )@
) ( @
(_)\_)@@
_____ @
( _ )@
)(_)( @
(_____)@@
____ @
( _ \@
)___/@
(__) @@
_____ @
( _ )@
)(_)( @
(___/\\@@
____ @
( _ \@
) /@
(_)\_)@@
___ @
/ __)@
\__ \@
(___/@@
____ @
(_ _)@
)( @
(__) @@
__ __ @
( )( )@
)(__)( @
(______)@@
_ _ @
( \/ )@
\ / @
\/ @@
_ _ @
( \/\/ )@
) ( @
(__/\__)@@
_ _ @
( \/ )@
) ( @
(_/\_)@@
_ _ @
( \/ )@
\ / @
(__) @@
____ @
(_ )@
/ /_ @
(____)@@
__@
| @
| @
|__@@
_ @
( \ @
\ \ @
\_)@@
__ @
|@
|@
__|@@
/ \ @
(_^_)@
@
@@
@
@
___ @
(___)@@
\@
@
@
@@
__ @
/__\ @
/(__)\ @
(__)(__)@@
____ @
( _ \@
) _ <@
(____/@@
___ @
/ __)@
( (__ @
\___)@@
____ @
( _ \ @
)(_) )@
(____/ @@
____ @
( ___)@
)__) @
(____)@@
____ @
( ___)@
)__) @
(__) @@
___ @
/ __)@
( (_-.@
\___/@@
_ _ @
( )_( )@
) _ ( @
(_) (_)@@
____ @
(_ _)@
_)(_ @
(____)@@
____ @
(_ _)@
.-_)( @
\____) @@
_ _ @
( )/ )@
) ( @
(_)\_)@@
__ @
( ) @
)(__ @
(____)@@
__ __ @
( \/ )@
) ( @
(_/\/\_)@@
_ _ @
( \( )@
) ( @
(_)\_)@@
_____ @
( _ )@
)(_)( @
(_____)@@
____ @
( _ \@
)___/@
(__) @@
_____ @
( _ )@
)(_)( @
(___/\\@@
____ @
( _ \@
) /@
(_)\_)@@
___ @
/ __)@
\__ \@
(___/@@
____ @
(_ _)@
)( @
(__) @@
__ __ @
( )( )@
)(__)( @
(______)@@
_ _ @
( \/ )@
\ / @
\/ @@
_ _ @
( \/\/ )@
) ( @
(__/\__)@@
_ _ @
( \/ )@
) ( @
(_/\_)@@
_ _ @
( \/ )@
\ / @
(__) @@
____ @
(_ )@
/ /_ @
(____)@@
,-@
_| @
| @
`-@@
/\@
||@
||@
\/@@
-. @
|_@
| @
-' @@
@
/\/@
@
@@
(_)(_) @
/__\ @
/(__)\ @
(__)(__)@@
(_)_(_)@
( _ )@
)(_)( @
(_____)@@
(_)(_) @
( )( )@
)(__)( @
(______)@@
(_)(_) @
/__\ @
/(__)\ @
(__)(__)@@
(_)_(_)@
( _ )@
)(_)( @
(_____)@@
(_)(_) @
( )( )@
)(__)( @
(______)@@
___ @
/ _ )@
| _ \@
| __/@@
160 NO-BREAK SPACE
$@
$@
$@
$@@

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,314 @@
flf2a$ 3 3 7 0 7 0 64 0
Font Author: ?
More info on font here:
https://web.archive.org/web/20120819044459/http://www.roysac.com/thedrawfonts-tdf.asp
FIGFont created with: http://patorjk.com/figfont-editor
$$@
$$@
$$@@
┬@
│@
o@@
@
@
@@
─┼─┼─@
─┼─┼─@
@@
┌┼┐@
└┼┐@
└┼┘@@
O┬@
┌┘@
┴O@@
┬ @
┌┼─@
└┘ @@
@
@
@@
@
@
@@
@
@
@@
\│/@
─ ─@
/│\@@
@
@
@@
@
@
┘@@
@
───@
@@
@
@
o@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
┌─┐@
┌┘@
o @@
┌─┐@
│└┘@
└──@@
╔═╗@
╠═╣@
╩ ╩@@
╔╗ @
╠╩╗@
╚═╝@@
╔═╗@
║ @
╚═╝@@
╔╦╗@
║║@
═╩╝@@
╔═╗@
║╣ @
╚═╝@@
╔═╗@
╠╣ @
╚ @@
╔═╗@
║ ╦@
╚═╝@@
╦ ╦@
╠═╣@
╩ ╩@@
╦@
║@
╩@@
╦@
║@
╚╝@@
╦╔═@
╠╩╗@
╩ ╩@@
╦ @
║ @
╩═╝@@
╔╦╗@
║║║@
╩ ╩@@
╔╗╔@
║║║@
╝╚╝@@
╔═╗@
║ ║@
╚═╝@@
╔═╗@
╠═╝@
╩ @@
╔═╗ @
║═╬╗@
╚═╝╚@@
╦═╗@
╠╦╝@
╩╚═@@
╔═╗@
╚═╗@
╚═╝@@
╔╦╗@
║ @
╩ @@
╦ ╦@
║ ║@
╚═╝@@
╦ ╦@
╚╗╔╝@
╚╝ @@
╦ ╦@
║║║@
╚╩╝@@
═╗ ╦@
╔╩╦╝@
╩ ╚═@@
╦ ╦@
╚╦╝@
╩ @@
╔═╗@
╔═╝@
╚═╝@@
┌─@
│ @
└─@@
@
@
@@
─┐@
│@
─┘@@
/\@
@
@@
@
@
────@@
@
@
@@
┌─┐@
├─┤@
┴ ┴@@
┌┐ @
├┴┐@
└─┘@@
┌─┐@
│ @
└─┘@@
┌┬┐@
││@
─┴┘@@
┌─┐@
├┤ @
└─┘@@
┌─┐@
├┤ @
└ @@
┌─┐@
│ ┬@
└─┘@@
┬ ┬@
├─┤@
┴ ┴@@
┬@
│@
┴@@
┬@
│@
└┘@@
┬┌─@
├┴┐@
┴ ┴@@
┬ @
│ @
┴─┘@@
┌┬┐@
│││@
┴ ┴@@
┌┐┌@
│││@
┘└┘@@
┌─┐@
│ │@
└─┘@@
┌─┐@
├─┘@
┴ @@
┌─┐ @
│─┼┐@
└─┘└@@
┬─┐@
├┬┘@
┴└─@@
┌─┐@
└─┐@
└─┘@@
┌┬┐@
│ @
┴ @@
┬ ┬@
│ │@
└─┘@@
┬ ┬@
└┐┌┘@
└┘ @@
┬ ┬@
│││@
└┴┘@@
─┐ ┬@
┌┴┬┘@
┴ └─@@
┬ ┬@
└┬┘@
┴ @@
┌─┐@
┌─┘@
└─┘@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@
@
@
@@

View file

@ -0,0 +1,627 @@
flf2a 6 6 10 63 14 0 8127 0
Author : myflix
Date : 2003/11/11 20:05:19
Version: 1.0
-------------------------------------------------
-------------------------------------------------
This font has been created using JavE's FIGlet font export assistant.
Have a look at: http://www.jave.de
Permission is hereby given to modify this font, as long as the
modifier's name is placed on a comment line.
Font Edited: Aug. 5, 2007 by PAT or JK
Update: Changed hardblank character and added "<" and ">" cards

.-. 
((5)) 
'-.-. 
((1)) 
'-' 
.------.
|!.--. |
| (\/) |
| :\/: |
| '--'!|
`------'
.------.
|".--. |
| :(): |
| ()() |
| '--'"|
`------'
.------.
|#.--. |
| :/\: |
| :\/: |
| '--'#|
`------'
.------.
|$.--. |
| :/\: |
| (__) |
| '--'$|
`------'
.------.
|%.--. |
| (\/) |
| :\/: |
| '--'%|
`------'
.------.
|&.--. |
| :(): |
| ()() |
| '--'&|
`------'
.------.
|'.--. |
| :/\: |
| :\/: |
| '--''|
`------'
.------.
|(.--. |
| :/\: |
| (__) |
| '--'(|
`------'
.------.
|).--. |
| (\/) |
| :\/: |
| '--')|
`------'
.------.
|*.--. |
| :(): |
| ()() |
| '--'*|
`------'
.------.
|+.--. |
| :/\: |
| :\/: |
| '--'+|
`------'
.------.
|,.--. |
| :/\: |
| (__) |
| '--',|
`------'
.------.
|-.--. |
| (\/) |
| :\/: |
| '--'-|
`------'
.------.
|..--. |
| :(): |
| ()() |
| '--'.|
`------'
/





.------.
|0.--. |
| :/\: |
| :\/: |
| '--'0|
`------'
.------.
|1.--. |
| :/\: |
| (__) |
| '--'1|
`------'
.------.
|2.--. |
| (\/) |
| :\/: |
| '--'2|
`------'
.------.
|3.--. |
| :(): |
| ()() |
| '--'3|
`------'
.------.
|4.--. |
| :/\: |
| :\/: |
| '--'4|
`------'
.------.
|5.--. |
| :/\: |
| (__) |
| '--'5|
`------'
.------.
|6.--. |
| (\/) |
| :\/: |
| '--'6|
`------'
.------.
|7.--. |
| :(): |
| ()() |
| '--'7|
`------'
.------.
|8.--. |
| :/\: |
| :\/: |
| '--'8|
`------'
.------.
|9.--. |
| :/\: |
| (__) |
| '--'9|
`------'
.------.
|:.--. |
| :/\: |
| :\/: |
| '--':|
`------'
.------.
|;.--. |
| :/\: |
| (__) |
| '--';|
`------'
.------.
|<.--. |
| (\/) |
| :\/: |
| '--'<|
`------'
.------.
|=.--. |
| (\/) |
| :\/: |
| '--'=|
`------'
.------.
|>.--. |
| (\/) |
| :\/: |
| '--'>|
`------'
.------.
|?.--. |
| :(): |
| ()() |
| '--'?|
`------'
.------.
|@.--. |
| :/\: |
| :\/: |
| '--'@|
`------'
.------.
|A.--. |
| (\/) |
| :\/: |
| '--'A|
`------'
.------.
|B.--. |
| :(): |
| ()() |
| '--'B|
`------'
.------.
|C.--. |
| :/\: |
| :\/: |
| '--'C|
`------'
.------.
|D.--. |
| :/\: |
| (__) |
| '--'D|
`------'
.------.
|E.--. |
| (\/) |
| :\/: |
| '--'E|
`------'
.------.
|F.--. |
| :(): |
| ()() |
| '--'F|
`------'
.------.
|G.--. |
| :/\: |
| :\/: |
| '--'G|
`------'
.------.
|H.--. |
| :/\: |
| (__) |
| '--'H|
`------'
.------.
|I.--. |
| (\/) |
| :\/: |
| '--'I|
`------'
.------.
|J.--. |
| :(): |
| ()() |
| '--'J|
`------'
.------.
|K.--. |
| :/\: |
| :\/: |
| '--'K|
`------'
.------.
|L.--. |
| :/\: |
| (__) |
| '--'L|
`------'
.------.
|M.--. |
| (\/) |
| :\/: |
| '--'M|
`------'
.------.
|N.--. |
| :(): |
| ()() |
| '--'N|
`------'
.------.
|O.--. |
| :/\: |
| :\/: |
| '--'O|
`------'
.------.
|P.--. |
| :/\: |
| (__) |
| '--'P|
`------'
.------.
|Q.--. |
| (\/) |
| :\/: |
| '--'Q|
`------'
.------.
|R.--. |
| :(): |
| ()() |
| '--'R|
`------'
.------.
|S.--. |
| :/\: |
| :\/: |
| '--'S|
`------'
.------.
|T.--. |
| :/\: |
| (__) |
| '--'T|
`------'
.------.
|U.--. |
| (\/) |
| :\/: |
| '--'U|
`------'
.------.
|V.--. |
| :(): |
| ()() |
| '--'V|
`------'
.------.
|W.--. |
| :/\: |
| :\/: |
| '--'W|
`------'
.------.
|X.--. |
| :/\: |
| (__) |
| '--'X|
`------'
.------.
|Y.--. |
| (\/) |
| :\/: |
| '--'Y|
`------'
.------.
|Z.--. |
| :(): |
| ()() |
| '--'Z|
`------'
.------.
|[.--. |
| :/\: |
| (__) |
| '--'[|
`------'
\





.------.
|].--. |
| (\/) |
| :\/: |
| '--']|
`------'
.------.
|^.--. |
| :(): |
| ()() |
| '--'^|
`------'
.------.
|_.--. |
| :/\: |
| :\/: |
| '--'_|
`------'
.------.
|`.--. |
| :/\: |
| (__) |
| '--'`|
`------'
.------.
|A.--. |
| (\/) |
| :\/: |
| '--'A|
`------'
.------.
|B.--. |
| :(): |
| ()() |
| '--'B|
`------'
.------.
|C.--. |
| :/\: |
| :\/: |
| '--'C|
`------'
.------.
|D.--. |
| :/\: |
| (__) |
| '--'D|
`------'
.------.
|E.--. |
| (\/) |
| :\/: |
| '--'E|
`------'
.------.
|F.--. |
| :(): |
| ()() |
| '--'F|
`------'
.------.
|G.--. |
| :/\: |
| :\/: |
| '--'G|
`------'
.------.
|H.--. |
| :/\: |
| (__) |
| '--'H|
`------'
.------.
|I.--. |
| (\/) |
| :\/: |
| '--'I|
`------'
.------.
|J.--. |
| :(): |
| ()() |
| '--'J|
`------'
.------.
|K.--. |
| :/\: |
| :\/: |
| '--'K|
`------'
.------.
|L.--. |
| :/\: |
| (__) |
| '--'L|
`------'
.------.
|M.--. |
| (\/) |
| :\/: |
| '--'M|
`------'
.------.
|N.--. |
| :(): |
| ()() |
| '--'N|
`------'
.------.
|O.--. |
| :/\: |
| :\/: |
| '--'O|
`------'
.------.
|P.--. |
| :/\: |
| (__) |
| '--'P|
`------'
.------.
|Q.--. |
| (\/) |
| :\/: |
| '--'Q|
`------'
.------.
|R.--. |
| :(): |
| ()() |
| '--'R|
`------'
.------.
|S.--. |
| :/\: |
| :\/: |
| '--'S|
`------'
.------.
|T.--. |
| :/\: |
| (__) |
| '--'T|
`------'
.------.
|U.--. |
| (\/) |
| :\/: |
| '--'U|
`------'
.------.
|V.--. |
| :(): |
| ()() |
| '--'V|
`------'
.------.
|W.--. |
| :/\: |
| :\/: |
| '--'W|
`------'
.------.
|X.--. |
| :/\: |
| (__) |
| '--'X|
`------'
.------.
|Y.--. |
| (\/) |
| :\/: |
| '--'Y|
`------'
.------.
|Z.--. |
| :(): |
| ()() |
| '--'Z|
`------'
.------.
|{.--. |
| (\/) |
| :\/: |
| '--'{|
`------'
|





.------.
|}.--. |
| :(): |
| ()() |
| '--'}|
`------'
.------.
|~.--. |
| :/\: |
| :\/: |
| '--'~|
`------'
.------.
|A.--. |
| (\/) |
| :\/: |
| '--'A|
`------'
.------.
|O.--. |
| :/\: |
| :\/: |
| '--'O|
`------'
.------.
|U.--. |
| (\/) |
| :\/: |
| '--'U|
`------'
.------.
|A.--. |
| (\/) |
| :\/: |
| '--'A|
`------'
.------.
|O.--. |
| :/\: |
| :\/: |
| '--'O|
`------'
.------.
|U.--. |
| (\/) |
| :\/: |
| '--'U|
`------'

.-. 
((5)) 
'-.-. 
((1)) 
'-' 

View file

@ -0,0 +1,824 @@
flf2a$ 8 7 20 -1 7
CATWALK by Ron Fritz 8/94
Figlet Release 2/0
---
Font modified June 17, 2007 by patorjk
This was to widen the space character.
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@@
_//@
_//@
_//@
_/ @
_/ @
@
_//@
@@
_/ _/@
_/ _/@
@
@
@
@
@
@@
@
_// _// @
_////// _////@
_// _// @
_// _// @
_////// _////@
_// _// @
@@
_// @
_// _//@
_// @
_// @
_//@
_// _// @
_// @
@@
@
_// _// @
_// @
_// @
_// @
_// @
_// _// @
@@
_/ @
_// _//@
_// @
_/// @
_// @
_// _//@
_/ @
@@
_//@
_/@
@
@
@
@
@
@@
_//@
_// @
_// @
_// @
_// @
_// @
_//@
@@
_// @
_// @
_//@
_//@
_//@
_// @
_// @
@@
_// @
_// _// _//@
_/ _/ _// @
_//// _///////@
_/ _/ _// @
_// _// _//@
_// @
@@
@
_// @
_// @
_/// _/////@
_// @
_// @
@
@@
@
@
@
@
@
@
_//@
_/@@
@
@
@
_/////@
@
@
@
@@
@
@
@
@
@
@
_//@
@@
_//@
_// @
_// @
_// @
_// @
_// @
_// @
@@
@
_// @
_// _// @
_// _// @
_// _//@
_// _// @
_/// @
@@
@
_// @
_// @
_// @
_// @
_// @
_/////@
@@
@
_// _/ @
_/ _//@
_// @
_// @
_// @
_//////// @
@@
@
_// _// @
_// @
_// @
_// @
_//@
_///// @
@@
@
_// @
_ _// @
_/ _// @
_// _// @
_//// _/ _//@
_// @
@@
@
_// _/// @
_// @
_/// @
_// @
_//@
_/// _// @
@@
@
_// @
_// @
_// @
_/ _// @
_// _//@
_// _// @
@@
@
_///// _//@
_// @
_// @
_// @
_// @
_// @
@@
@
_/ @
_// _// @
_// _/ @
_// _/ @
_// _//@
_//// @
@@
@
_/ _// @
_// _//@
_/ _// @
_/ _// @
_// @
_// @
@@
@
@
@
@
_//@
@
_//@
@@
@
@
@
@
_//@
@
_//@
_/@@
_//@
_// @
_// @
_// @
_// @
_// @
_//@
@@
@
@
_//////@
@
_//////@
@
@
@@
_// @
_// @
_// @
_//@
_// @
_// @
_// @
@@
_/// @
_// @
_//@
_// @
_// @
@
_// @
@@
@
_/// @
_/ _// @
_/ _// _//@
_// _//_ _//@
_// ``` @
_// @
@@
_/ @
_/ // @
_/ _// @
_// _// @
_////// _// @
_// _// @
_// _//@
@@
_// _// @
_/ _// @
_/ _//@
_/// _/ @
_/ _//@
_/ _/@
_//// _// @
@@
_// @
_// _//@
_// @
_// @
_// @
_// _//@
_//// @
@@
_///// @
_// _// @
_// _//@
_// _//@
_// _//@
_// _// @
_///// @
@@
_////////@
_// @
_// @
_////// @
_// @
_// @
_////////@
@@
_////////@
_// @
_// @
_////// @
_// @
_// @
_// @
@@
_//// @
_/ _// @
_// @
_// @
_// _////@
_// _/ @
_///// @
@@
_// _//@
_// _//@
_// _//@
_////// _//@
_// _//@
_// _//@
_// _//@
@@
_//@
_//@
_//@
_//@
_//@
_//@
_//@
@@
_//@
_//@
_//@
_//@
_//@
_/ _//@
_//// @
@@
_// _// @
_// _// @
_// _// @
_/ _/ @
_// _// @
_// _// @
_// _//@
@@
_// @
_// @
_// @
_// @
_// @
_// @
_////////@
@@
_// _//@
_/ _// _///@
_// _// _ _//@
_// _// _//@
_// _/ _//@
_// _//@
_// _//@
@@
_/// _//@
_/ _// _//@
_// _// _//@
_// _// _//@
_// _/ _//@
_// _/ //@
_// _//@
@@
_//// @
_// _// @
_// _//@
_// _//@
_// _//@
_// _// @
_//// @
@@
_/////// @
_// _//@
_// _//@
_/////// @
_// @
_// @
_// @
@@
_//// @
_// _// @
_// _//@
_// _//@
_// _//@
_// _/ _// @
_// // @
_/ @@
_/////// @
_// _// @
_// _// @
_/ _// @
_// _// @
_// _// @
_// _//@
@@
_// // @
_// _//@
_// @
_// @
_// @
_// _//@
_// // @
@@
_/// _//////@
_// @
_// @
_// @
_// @
_// @
_// @
@@
_// _//@
_// _//@
_// _//@
_// _//@
_// _//@
_// _//@
_///// @
@@
_// _//@
_// _// @
_// _// @
_// _// @
_// _// @
_//// @
_// @
@@
_// _//@
_// _//@
_// _/ _//@
_// _// _//@
_// _/ _// _//@
_/ _/ _////@
_// _//@
@@
_// _//@
_// _// @
_// _// @
_// @
_// _// @
_// _// @
_// _//@
@@
_// _//@
_// _// @
_// _// @
_// @
_// @
_// @
_// @
@@
_/////// _//@
_// @
_// @
_// @
_// @
_// @
_///////////@
@@
_////@
_// @
_// @
_// @
_// @
_// @
_////@
@@
_// @
_// @
_// @
_// @
_// @
_// @
_//@
@@
_////@
_//@
_//@
_//@
_//@
_//@
_////@
@@
_// @
_// _// @
_// _//@
@
@
@
@
@@
@
@
@
@
@
@
@
_/////@@
_//@
_/ @
@
@
@
@
@
@@
@
@
_// @
_// _// @
_// _// @
_// _// @
_// _///@
@@
_// @
_// @
_// @
_// _// @
_// _//@
_// _//@
_// _// @
@@
@
@
_///@
_// @
_// @
_// @
_///@
@@
_//@
_//@
_//@
_// _//@
_/ _//@
_/ _//@
_// _//@
@@
@
@
_// @
_/ _// @
_///// _//@
_/ @
_//// @
@@
_//@
_/ @
_/_/ _/@
_// @
_// @
_// @
_// @
@@
@
@
_// @
_// _//@
_// _//@
_// _//@
_// @
_// @@
@
_// @
_// @
_/ _/ @
_// _//@
_/ _//@
_// _//@
@@
@
_/@
@
_//@
_//@
_//@
_//@
@@
@
_//@
@
_//@
_//@
_//@
_//@
_/// @@
_// @
_// @
_// _//@
_// _// @
_/_// @
_// _// @
_// _//@
@@
_//@
_//@
_//@
_//@
_//@
_//@
_///@
@@
@
@
_/// _// _// @
_// _/ _//@
_// _/ _//@
_// _/ _//@
_/// _/ _//@
@@
@
@
_// _// @
_// _//@
_// _//@
_// _//@
_/// _//@
@@
@
@
_// @
_// _// @
_// _//@
_// _// @
_// @
@@
@
@
_/ _// @
_/ _// @
_/ _//@
_// _// @
_// @
_// @@
@
@
_// @
_/ _// @
_/ _// @
_//_// @
_// @
_///@@
@
@
_/ _///@
_// @
_// @
_// @
_/// @
@@
@
@
_//// @
_// @
_/// @
_//@
_// _//@
@@
_// @
_// @
_/_/ _/@
_// @
_// @
_// @
_// @
@@
@
@
_// _//@
_// _//@
_// _//@
_// _//@
_//_//@
@@
@
@
_// _//@
_// _// @
_// _// @
_/_// @
_// @
@@
@
@
_// _///@
_// / _//@
_// _/ _//@
_/ _/ _/_//@
_/// _///@
@@
@
@
_// _//@
_/ _// @
_/ @
_/ _// @
_// _//@
@@
@
@
_// _//@
_// _// @
_/// @
_// @
_// @
_// @@
@
@
_//// _//@
_// @
_// @
_// @
_////////@
@@
_//@
_// @
_// @
_/// @
_// @
_// @
_//@
@@
_/@
_/@
_/@
@
_/@
_/@
_/@
@@
_// @
_// @
_// @
_///@
_// @
_// @
_// @
@@
_// _/ @
_/ _//@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,935 @@
flf2a$ 9 8 22 63 16 0 24511 0
Author : LG Beard
Date : 2004/3/27 20:45:15
Version: 1.0
-------------------------------------------------
-------------------------------------------------
This font has been created using JavE's FIGlet font export assistant.
Have a look at: http://www.jave.de
Permission is hereby given to modify this font, as long as the
modifier's name is placed on a comment line.
---
Font modified June 17, 2007 by patorjk
This was to widen the space character.
$ $#
$ $#
$ $#
$ $#
$ $#
$ $#
$ $#
$ $#
$ $##
.=-.-. #
/==/_ / #
|==|, | #
|==| | #
/==/. / #
`--`-` #
.=. #
:=; : #
`=` ##
,--.- ,--.-, #
/==/, /==/ -/ #
|==|_ |==|_ | #
|==| |==| | #
/==/, /==/, / #
`--`-'`--`-' #
#
#
##
,--, ,--, #
__ /-\==\/-\==\_ #
/\_ \'/==/ '/==/_\#
\/================/#
/\__ \/==/ /==/_\/ #
\/===============/ #
/ `/==/ `/==/ #
`--`-` -`-` #
##
$#
#
#
#
#
#
#
#
##
.=. ,--, #
:=; :/-\==\ #
`=`/ '/==/ #
/ /==/ #
/ -/==/ #
/ `/==/ #
/ -/==/.=. #
/ `/==/:=; : #
`--`-` `=` ##
,---.--. #
/ -_ \==\ #
|` / \/==/ #
\ \ /==/ #
/ \==/ #
/. / \==\ #
| _ \_/\==\ #
\ . - /\==\ #
'----`-`--` ##
.--.-. #
/==/ / #
\==\ -\ #
\==\- \ #
`--`-' #
#
#
#
##
.-.--. #
\ \==\ #
/- /==/ #
/' /==/ #
|,|==| #
\ \==\ #
\ ,\==\ #
/ -/==/ #
`-'--' ##
.--.-. #
/==/ / #
\==\ -\ #
\==\ `\ #
|==|,| #
/==/ / #
/==/, / #
\==\- \ #
`--`-' ##
*#
#
#
#
#
#
#
#
##
.--.-. #
/==/ / #
\==\ -\ #
,--,--`--`--`--. #
\==\ ========== \ #
`--`-,--,--,---` #
/==/, / #
\==\- \ #
`--`-' ##
#
#
#
#
,--, #
/-\==\ #
/ '/==/ #
/ /==/ #
`--`--` ##
#
#
,--.--------. #
/==/, - , -\ #
\==\.-. - ,-./ #
`--`--------` #
#
#
##
#
#
#
#
#
#
.=. #
:=; : #
`=` ##
,--, #
/-\==\ #
/ '/==/ #
/ /==/ #
/ -/==/ #
/ `/==/ #
/ -/==/ #
/ `/==/ #
`--`-` ##
_.---.,_ #
.' - , `.-, #
/ - , ,_\==\ #
| .=. |==| #
| - :=; : _|==| #
| `=` , |==| #
\ _, - /==/ #
`. - .`=.` #
``--'--' ##
,-----.--. #
/` ` - /==/ #
`-'-. -|==| #
| `|==| #
| -|==| #
| `|==| #
.-','|==| #
/ \==\ #
`-----`---` ##
,-----,--, #
| '- -\==\ #
\,--, '/==/ #
/ /==/ #
/ -/==/ #
/ -/==/ #
/ `\==\_,--, #
/` - ,/==/ #
`------`--` ##
.----, #
/ ``--`.-, #
'-._ -|==| #
.-.' |==| #
\ , _\==\ #
`-. |==| #
_.-', _|==| #
\ , \==\ #
``-----'--' ##
.--, .-.--, #
| |=| -\==\ #
| `-' _|==| #
\ , |==| #
`--. -|==| #
\_ |==| #
| \==\ #
\ /==/ #
`--` ##
,-.--. #
/ - \==\ #
/ /\/==/ #
| \==\ #
/ `-.`-. #
`--. \==\ #
.-/ /==/ #
/ /==/ #
`-----`-` ##
.,-. #
/ \==\ #
/ -/==/ #
/- /==/ #
/ /==/ #
/. / \==\ #
| _ \_/\==\ #
\ . - /==/ #
'----`--` ##
,-----,--, #
| '- -\==\ #
\,--, '/==/ #
/ /==/ #
/ -/==/ #
/ `/==/ #
/ -/==/ #
/ `/==/ #
`--`-` ##
,---.--. #
/ -_ \==\ #
|` / \/==/ #
\ \ /==/ #
/ \==/ #
/. / \==\ #
| _ \_/\==\ #
\ . - /==/ #
'----`--` ##
,--,----. #
/==/ .=. \ #
\==\ '='\ \ #
`--`--'/ `/ #
/==/ -/ #
/==/ -/ #
/==/- / #
\==\ / #
`-'` ##
#
.=. #
:=; : #
`=` #
.=. #
:=; : #
`=` #
#
##
#
.=. #
:=; : #
`=` #
.=. #
:=; : #
`.` #
#
##
.--. #
/ \==\ #
/- /==/ #
/' /==/ #
| ,|==| #
\ \==\ #
\ ,\==\ #
\- \==\ #
`./==/ ##
,--.--------. #
/==/, - , -\ #
\==\.-. - ,-./ #
`--`--------` #
,--.--------. #
/==/, - , -\ #
\==\.-. - ,-./ #
`--`--------` #
##
.--. #
/==/ \ #
\==\ -\ #
\==\ `\ #
|==|, | #
/==/ / #
/==/, / #
/==/ -/ #
\==\.' ##
,--,---. #
/==/ - ` \ #
\==\/\ - | #
`--`/ `/ #
|==| | #
`--`--` #
.=. #
:=; : #
`=` ##
_,----. #
,-.--` , \ #
/==/- _.-`\ #
/==/ `.-. \ #
\==\_ , / / #
\==\ .-' / #
`._`.___.' #
#
##
,---. #
.--.' \ #
\==\-/\ \ #
/==/-|_\ | #
\==\, - \ #
/==/ - ,| #
/==/- /\ - \ #
\==\ _.\=\.-' #
`--` ##
#
_..---. #
.' .'.-. \ #
/==/- '=' / #
|==|-, ' #
|==| .=. \ #
/==/- '=' ,| #
|==| - / #
`-._`.___,' ##
_,.----. #
.' .' - \ #
/==/ , ,-' #
|==|- | . #
|==|_ `-' \ #
|==| _ , | #
\==\. / #
`-.`.___.-' #
##
#
_,..---._ #
/==/, - \ #
|==| _ _\ #
|==| .=. | #
|==|,| | -| #
|==| '=' / #
|==|-, _`/ #
`-.`.____.' ##
,----. #
,-.--` , \ #
|==|- _.-` #
|==| `.-. #
/==/_ , / #
|==| .-' #
|==|_ ,`-._ #
/==/ , / #
`--`-----`` ##
_,---. #
.-`.' , \ #
/==/_ _.-' #
/==/- '..-. #
|==|_ , / #
|==| .--' #
|==|- | #
/==/ \ #
`--`---' ##
_,---. #
_.='.'-, \ #
/==.'- / #
/==/ - .-' #
|==|_ /_,-. #
|==| , \_.' ) #
\==\- , ( #
/==/ _ , / #
`--`------' ##
,--.-,,-,--, #
/==/ /|=| | #
|==|_ ||=|, | #
|==| ,|/=| _| #
|==|- `-' _ | #
|==| _ | #
|==| .-. ,\ #
/==/, //=/ | #
`--`-' `-`--` ##
.=-.-. #
/==/_ / #
|==|, | #
|==| | #
|==|- | #
|==| ,| #
|==|- | #
/==/. / #
`--`-` ##
,--.-, #
|==' -| #
|==|- | #
__|==|, | #
,--.-'\=|- | #
|==|- |=/ ,| #
|==|. /=| -| #
\==\, `-' / #
`--`----' ##
,--.-.,-. #
/==/- |\ \ #
|==|_ `/_ / #
|==| , / #
|==|- .| #
|==| _ , \ #
/==/ '\ | #
\==\ /\=\.' #
`--` ##
#
_.-. #
.-,.'| #
|==|, | #
|==|- | #
|==|, | #
|==|- `-._ #
/==/ - , ,/ #
`--`-----' ##
___ #
.-._ .'=.'\ #
/==/ \|==| | #
|==|,| / - | #
|==| \/ , | #
|==|- , _ | #
|==| _ /\ | #
/==/ / / , / #
`--`./ `--` ##
.-._ #
/==/ \ .-._ #
|==|, \/ /, / #
|==|- \| | #
|==| , | -| #
|==| - _ | #
|==| /\ , | #
/==/, | |- | #
`--`./ `--` ##
_,.---._ #
,-.' , - `. #
/==/_, , - \ #
|==| .=. | #
|==|_ : ;=: - | #
|==| , '=' | #
\==\ - ,_ / #
'.='. - .' #
`--`--'' ##
_ __ #
.-`.' ,`. #
/==/, - \ #
|==| _ .=. | #
|==| , '=',| #
|==|- '..' #
|==|, | #
/==/ - | #
`--`---' ##
_,.---._ #
,-.' - , `. #
/==/ , - \ #
|==| - .=. , | #
|==| : ;=: - | #
|==|, '=' , | #
\==\ _ - ; #
'.='. , ; -\ #
`--`--'' `--` ##
#
.-.,.---. #
/==/ ` \ #
|==|-, .=., | #
|==| '=' / #
|==|- , .' #
|==|_ . ,'. #
/==/ /\ , ) #
`--`-`--`--' ##
,-,--. #
,-.'- _\ #
/==/_ ,_.' #
\==\ \ #
\==\ -\ #
_\==\ ,\ #
/==/\/ _ | #
\==\ - , / #
`--`---' ##
,--.--------. #
/==/, - , -\ #
\==\.-. - ,-./ #
`--`\==\- \ #
\==\_ \ #
|==|- | #
|==|, | #
/==/ -/ #
`--`--` ##
#
.--.-. .-.-. #
/==/ -|/=/ | #
|==| ,||=| -| #
|==|- | =/ | #
|==|, \/ - | #
|==|- , / #
/==/ , _ .' #
`--`..---' ##
,-.-. #
,--.-./=/ ,/ #
/==/, ||=| -| #
\==\, \ / ,| #
\==\ - ' - / #
\==\ , | #
|==| - ,/ #
\==\ _ / #
`--`--' ##
,-.-. #
,-..-.-./ \==\ #
|, \=/\=|- |==| #
|- |/ |/ , /==/ #
\, , _|==| #
| - - , |==| #
\ , - /==/ #
|- /\ /==/ #
`--` `--` ##
,-.--, #
.--.-. /=/, .' #
\==\ -\/=/- / #
\==\ `-' ,/ #
|==|, - | #
/==/ , \ #
/==/, .--, - \ #
\==\- \/=/ , / #
`--`-' `--` ##
#
,--.-. .-,--. #
/==/- / /=/_ / #
\==\, \/=/. / #
\==\ \/ -/ #
|==| ,_/ #
\==\-, / #
/==/._/ #
`--`-` ##
#
,--,----. #
/==/` - ./ #
`--`=/. / #
/==/- / #
/==/- /-. #
/==/, `--`\ #
\==\- -, | #
`--`.-.--` ##
,--.---, #
\==\ - '\ #
|==|- .-' #
|==|' | #
|==|- | #
|==|' | #
|==|`,`-. #
/==/ / #
`--`---' ##
,--, #
/==/-\ #
\==\` \ #
\==\ \ #
\==\- \ #
\==\' \ #
\==\- \ #
\==\' \ #
'-'--' ##
,---.--. #
/` - /==/ #
`-. -|==| #
| `|==| #
| -|==| #
| `|==| #
.-','|==| #
\ \==\ #
`---`---` ##
,--.--. #
/==/ _- \ #
/==/ -/\. \ #
/==/, /==\ ,\ #
\==\-/ \==\ .` #
`--` `--` #
#
#
##
#
#
#
#
#
,--.--------. #
/==/, - , -\ #
\==\.-. - ,-./ #
`--`--------` ##
,--, #
/==/-\ #
\==\` \ #
\==\-.' #
`--` #
#
#
#
##
,---. #
.--.' \ #
\==\-/\ \ #
/==/-|_\ | #
\==\, - \ #
/==/ - ,| #
/==/- /\ - \ #
\==\ _.\=\.-' #
`--` ##
#
_..---. #
.' .'.-. \ #
/==/- '=' / #
|==|-, ' #
|==| .=. \ #
/==/- '=' ,| #
|==| - / #
`-._`.___,' ##
_,.----. #
.' .' - \ #
/==/ , ,-' #
|==|- | . #
|==|_ `-' \ #
|==| _ , | #
\==\. / #
`-.`.___.-' #
##
#
_,..---._ #
/==/, - \ #
|==| _ _\ #
|==| .=. | #
|==|,| | -| #
|==| '=' / #
|==|-, _`/ #
`-.`.____.' ##
,----. #
,-.--` , \ #
|==|- _.-` #
|==| `.-. #
/==/_ , / #
|==| .-' #
|==|_ ,`-._ #
/==/ , / #
`--`-----`` ##
_,---. #
.-`.' , \ #
/==/_ _.-' #
/==/- '..-. #
|==|_ , / #
|==| .--' #
|==|- | #
/==/ \ #
`--`---' ##
_,---. #
_.='.'-, \ #
/==.'- / #
/==/ - .-' #
|==|_ /_,-. #
|==| , \_.' ) #
\==\- , ( #
/==/ _ , / #
`--`------' ##
,--.-,,-,--, #
/==/ /|=| | #
|==|_ ||=|, | #
|==| ,|/=| _| #
|==|- `-' _ | #
|==| _ | #
|==| .-. ,\ #
/==/, //=/ | #
`--`-' `-`--` ##
.=-.-. #
/==/_ / #
|==|, | #
|==| | #
|==|- | #
|==| ,| #
|==|- | #
/==/. / #
`--`-` ##
,--.-, #
|==' -| #
|==|- | #
__|==|, | #
,--.-'\=|- | #
|==|- |=/ ,| #
|==|. /=| -| #
\==\, `-' / #
`--`----' ##
,--.-.,-. #
/==/- |\ \ #
|==|_ `/_ / #
|==| , / #
|==|- .| #
|==| _ , \ #
/==/ '\ | #
\==\ /\=\.' #
`--` ##
#
_.-. #
.-,.'| #
|==|, | #
|==|- | #
|==|, | #
|==|- `-._ #
/==/ - , ,/ #
`--`-----' ##
___ #
.-._ .'=.'\ #
/==/ \|==| | #
|==|,| / - | #
|==| \/ , | #
|==|- , _ | #
|==| _ /\ | #
/==/ / / , / #
`--`./ `--` ##
.-._ #
/==/ \ .-._ #
|==|, \/ /, / #
|==|- \| | #
|==| , | -| #
|==| - _ | #
|==| /\ , | #
/==/, | |- | #
`--`./ `--` ##
_,.---._ #
,-.' , - `. #
/==/_, , - \ #
|==| .=. | #
|==|_ : ;=: - | #
|==| , '=' | #
\==\ - ,_ / #
'.='. - .' #
`--`--'' ##
_ __ #
.-`.' ,`. #
/==/, - \ #
|==| _ .=. | #
|==| , '=',| #
|==|- '..' #
|==|, | #
/==/ - | #
`--`---' ##
_,.---._ #
,-.' - , `. #
/==/ , - \ #
|==| - .=. , | #
|==| : ;=: - | #
|==|, '=' , | #
\==\ _ - ; #
'.='. , ; -\ #
`--`--'' `--` ##
#
.-.,.---. #
/==/ ` \ #
|==|-, .=., | #
|==| '=' / #
|==|- , .' #
|==|_ . ,'. #
/==/ /\ , ) #
`--`-`--`--' ##
,-,--. #
,-.'- _\ #
/==/_ ,_.' #
\==\ \ #
\==\ -\ #
_\==\ ,\ #
/==/\/ _ | #
\==\ - , / #
`--`---' ##
,--.--------. #
/==/, - , -\ #
\==\.-. - ,-./ #
`--`\==\- \ #
\==\_ \ #
|==|- | #
|==|, | #
/==/ -/ #
`--`--` ##
#
.--.-. .-.-. #
/==/ -|/=/ | #
|==| ,||=| -| #
|==|- | =/ | #
|==|, \/ - | #
|==|- , / #
/==/ , _ .' #
`--`..---' ##
,-.-. #
,--.-./=/ ,/ #
/==/, ||=| -| #
\==\, \ / ,| #
\==\ - ' - / #
\==\ , | #
|==| - ,/ #
\==\ _ / #
`--`--' ##
,-.-. #
,-..-.-./ \==\ #
|, \=/\=|- |==| #
|- |/ |/ , /==/ #
\, , _|==| #
| - - , |==| #
\ , - /==/ #
|- /\ /==/ #
`--` `--` ##
,-.--, #
.--.-. /=/, .' #
\==\ -\/=/- / #
\==\ `-' ,/ #
|==|, - | #
/==/ , \ #
/==/, .--, - \ #
\==\- \/=/ , / #
`--`-' `--` ##
#
,--.-. .-,--. #
/==/- / /=/_ / #
\==\, \/=/. / #
\==\ \/ -/ #
|==| ,_/ #
\==\-, / #
/==/._/ #
`--`-` ##
#
,--,----. #
/==/` - ./ #
`--`=/. / #
/==/- / #
/==/- /-. #
/==/, `--`\ #
\==\- -, | #
`--`.-.--` ##
.-.--. #
\ \==\ #
/- /==/ #
/' /==/ #
|,|==| #
\ \==\ #
\ ,\==\ #
/ -/==/ #
`-'--' ##
,--.-, #
/==/ / #
|==|_ | #
|==| ,| #
|==|- | #
|==| | #
|==| | #
/==/, / #
`--`-' ##
.--.-. #
/==/ / #
\==\ -\ #
\==\ `\ #
|==|,| #
/==/ / #
/==/, / #
\==\- \ #
`--`-' ##
~#
#
#
#
#
#
#
#
##
,---. #
.--.' \ #
\==\-/\ \ #
/==/-|_\ | #
\==\, - \ #
/==/ - ,| #
/==/- /\ - \ #
\==\ _.\=\.-' #
`--` ##
_,.---._ #
,-.' , - `. #
/==/_, , - \ #
|==| .=. | #
|==|_ : ;=: - | #
|==| , '=' | #
\==\ - ,_ / #
'.='. - .' #
`--`--'' ##
#
.--.-. .-.-. #
/==/ -|/=/ | #
|==| ,||=| -| #
|==|- | =/ | #
|==|, \/ - | #
|==|- , / #
/==/ , _ .' #
`--`..---' ##
,---. #
.--.' \ #
\==\-/\ \ #
/==/-|_\ | #
\==\, - \ #
/==/ - ,| #
/==/- /\ - \ #
\==\ _.\=\.-' #
`--` ##
_,.---._ #
,-.' , - `. #
/==/_, , - \ #
|==| .=. | #
|==|_ : ;=: - | #
|==| , '=' | #
\==\ - ,_ / #
'.='. - .' #
`--`--'' ##
#
.--.-. .-.-. #
/==/ -|/=/ | #
|==| ,||=| -| #
|==|- | =/ | #
|==|, \/ - | #
|==|- , / #
/==/ , _ .' #
`--`..---' ##
ß#
#
#
#
#
#
#
#
##

View file

@ -0,0 +1,517 @@
flf2a$ 5 4 20 15 6
Square by Chris Gill, 30-JUN-94 -- based on .sig of Jeb Hagan.
---
Font modified June 17, 2007 by patorjk
This was to widen the space character.
$ $@
$ $@
$ $@
$ $@
$ $@@
__ @
| |@
|__|@
|__|@
@@
____ @
| | |@
|_|_|@
@
@@
_____ @
_| | |_ @
|_ _|@
|_ _|@
|__|__| @@
__,-,__ @
| ' '__|@
|__ |@
|_______|@
|_| @@
__ ___ @
|__| |@
| __|@
|___|__|@
@@
__,-,__ @
| ' '__|@
| __|@
|_______|@
|_| @@
__ @
| |@
|_|@
@
@@
___ @
,' _|@
| | @
| |_ @
`.___|@@
___ @
|_ `.@
| |@
_| |@
|___,'@@
__ _ __ @
| | | |@
> < @
|__|_|__|@
@@
__ @
_| |_ @
|_ _|@
|__| @
@@
@
@
__ @
| |@
|_|@@
@
______ @
|______|@
@
@@
@
@
__ @
|__|@
@@
___@
/ /@
,' ,' @
/__/ @
@@
______ @
| |@
| -- |@
|______|@
@@
____ @
|_ | @
_| |_ @
|______|@
@@
______ @
|__ |@
| __|@
|______|@
@@
______ @
|__ |@
|__ |@
|______|@
@@
_____ @
| | | @
|__ |@
|__| @
@@
______ @
| __|@
|__ |@
|______|@
@@
______ @
| __|@
| __ |@
|______|@
@@
______ @
| |@
|_ |@
|____|@
@@
______ @
| __ |@
| __ |@
|______|@
@@
______ @
| __ |@
|__ |@
|______|@
@@
__ @
|__|@
__ @
|__|@
@@
__ @
|__|@
__ @
| |@
|_|@@
__ @
,' _|@
/ / @
\ \_ @
`.__|@@
@
______ @
|______|@
|______|@
@@
__ @
|_ `. @
\ \@
_/ /@
|__,' @@
_____ @
|__ |@
', ,-'@
|--| @
'--' @@
_________ @
| ___ |@
| | _ |@
| |______|@
|_________|@@
_______ @
| _ |@
| |@
|___|___|@
@@
______ @
| __ \@
| __ <@
|______/@
@@
______ @
| |@
| ---|@
|______|@
@@
_____ @
| \ @
| -- |@
|_____/ @
@@
_______ @
| ___|@
| ___|@
|_______|@
@@
_______ @
| ___|@
| ___|@
|___| @
@@
_______ @
| __|@
| | |@
|_______|@
@@
_______ @
| | |@
| |@
|___|___|@
@@
_______ @
|_ _|@
_| |_ @
|_______|@
@@
_____ @
_| |@
| |@
|_______|@
@@
__ __ @
| |/ |@
| < @
|__|\__|@
@@
_____ @
| |_ @
| |@
|_______|@
@@
_______ @
| | |@
| |@
|__|_|__|@
@@
_______ @
| | |@
| |@
|__|____|@
@@
_______ @
| |@
| - |@
|_______|@
@@
______ @
| __ \@
| __/@
|___| @
@@
_______ @
| |@
| - _|@
|_______|@
@@
______ @
| __ \@
| <@
|___|__|@
@@
_______ @
| __|@
|__ |@
|_______|@
@@
_______ @
|_ _|@
| | @
|___| @
@@
_______ @
| | |@
| | |@
|_______|@
@@
___ ___ @
| | |@
| | |@
\_____/ @
@@
________ @
| | | |@
| | | |@
|________|@
@@
___ ___ @
| | |@
|- -|@
|___|___|@
@@
___ ___ @
| | |@
\ / @
|___| @
@@
_______ @
|__ |@
| __|@
|_______|@
@@
____ @
| _|@
| | @
| |_ @
|____|@@
___ @
\ \ @
`. `. @
\__\@
@@
____ @
|_ |@
| |@
_| |@
|____|@@
____ @
| |@
|_/\_|@
@
@@
@
@
@
______ @
|______|@@
__ @
| |@
|_| @
@
@@
@
.---.-.@
| _ |@
|___._|@
@@
__ @
| |--.@
| _ |@
|_____|@
@@
@
.----.@
| __|@
|____|@
@@
__ @
.--| |@
| _ |@
|_____|@
@@
@
.-----.@
| -__|@
|_____|@
@@
___ @
.' _|@
| _|@
|__| @
@@
@
.-----.@
| _ |@
|___ |@
|_____|@@
__ @
| |--.@
| |@
|__|__|@
@@
__ @
|__|@
| |@
|__|@
@@
__ @
|__|@
| |@
| |@
|___|@@
__ @
| |--.@
| < @
|__|__|@
@@
__ @
| |@
| |@
|__|@
@@
@
.--------.@
| |@
|__|__|__|@
@@
@
.-----.@
| |@
|__|__|@
@@
@
.-----.@
| _ |@
|_____|@
@@
@
.-----.@
| _ |@
| __|@
|__| @@
@
.-----.@
| _ |@
|__ |@
|__|@@
@
.----.@
| _|@
|__| @
@@
@
.-----.@
|__ --|@
|_____|@
@@
__ @
| |_ @
| _|@
|____|@
@@
@
.--.--.@
| | |@
|_____|@
@@
@
.--.--.@
| | |@
\___/ @
@@
@
.--.--.--.@
| | | |@
|________|@
@@
@
.--.--.@
|_ _|@
|__.__|@
@@
@
.--.--.@
| | |@
|___ |@
|_____|@@
@
.-----.@
|-- __|@
|_____|@
@@
___ @
| _|@
/ / @
\ \_ @
|___|@@
__ @
| |@
| |@
| |@
|__|@@
___ @
|_ | @
\ \@
_/ /@
|___| @@
___ @
| ' |@
|_,_| @
@
@@
.--.--.@
|-----|@
| - |@
|__|__|@
@@
.--.--.@
|-----|@
| _ |@
|_____|@
@@
.--.--.@
|--|--|@
| | |@
|_____|@
@@
.--.--.@
|---.-|@
| _ |@
|___._|@
@@
.--.--.@
|-----|@
| _ |@
|_____|@
@@
.--.--.@
|--|--|@
| | |@
|_____|@
@@
_______ @
| __ \@
| __ <@
| |____/@
|__| @@

View file

@ -0,0 +1,824 @@
flf2a$ 8 7 20 -1 7
COINSTAK by Ron Fritz 8/94
Figlet Release 2/0
---
Font modified June 17, 2007 by patorjk
This was to widen the space character.
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@
$ $@@
O))@
O))@
O))@
O) @
O) @
@
O))@
@@
O) O)@
O) O)@
@
@
@
@
@
@@
@
O)) O)) @
O)))))) O))))@
O)) O)) @
O)) O)) @
O)))))) O))))@
O)) O)) @
@@
O)) @
O) O))@
O)) @
O)) @
O)) @
O)) O))@
O)) @
@@
@
O)) O)) @
O)) @
O)) @
O)) @
O)) @
O)) O)) @
@@
O) @
O)) O))@
O)) @
O))) @
O)) @
O)) O))@
O) @
@@
O))@
O)@
@
@
@
@
@
@@
O))@
O)) @
O)) @
O)) @
O)) @
O)) @
O))@
@@
O)) @
O)) @
O))@
O))@
O))@
O)) @
O)) @
@@
O)) @
O)) O)) O))@
O) O) O)) @
O)))) O)))))))@
O) O) O)) @
O)) O)) O))@
O)) @
@@
@
O)) @
O)) @
O))) O)))))@
O)) @
O)) @
@
@@
@
@
@
@
@
@
O))@
O)@@
@
@
@
O)))))@
@
@
@
@@
@
@
@
@
@
@
O))@
@@
O))@
O)) @
O)) @
O)) @
O)) @
O)) @
O)) @
@@
@
O)) @
O)) O)) @
O)) O)) @
O)) O))@
O)) O)) @
O))) @
@@
@
O)) @
O)) @
O)) @
O)) @
O)) @
O))))@
@@
@
O) O)) @
O) O))@
O)) @
O)) @
O)) @
O))))))))@
@@
@
O)) O)) @
O)) @
O)) @
O)) @
O))@
O))))) @
@@
@
O)) @
O O)) @
O) O)) @
O)) O)) @
O)))) O) O))@
O)) @
@@
@
O)) O))) @
O)) @
O))) @
O)) @
O))@
O))) O)) @
@@
@
O)) @
O)) @
O)) @
O) O)) @
O)) O))@
O)) O)) @
@@
@
O))))) O))@
O)) @
O)) @
O)) @
O)) @
O)) @
@@
@
O) @
O)) O)) @
O)) O)@
O)) O) @
O)) O)@
O)))) @
@@
@
O) O)) @
O)) O))@
O) O))@
O)) O)) @
O)) @
O)) @
@@
@
@
@
@
O))@
@
O))@
@@
@
@
@
@
O))@
@
O))@
O)@@
O))@
O)) @
O)) @
O)) @
O)) @
O)) @
O))@
@@
@
@
O))))))@
@
O))))))@
@
@
@@
O)) @
O)) @
O)) @
O))@
O)) @
O)) @
O)) @
@@
O))) @
O)) @
O))@
O)) @
O)) @
@
O)) @
@@
@
O))) @
O) O)) @
O) O)) O))@
O)) O))O O))@
O)) ``` @
O)) @
@@
O) @
O) )) @
O) O)) @
O)) O)) @
O)))))) O)) @
O)) O)) @
O)) O))@
@@
O)) O)) @
O) O)) @
O) O))@
O))) O) @
O) O))@
O) O)@
O)))) O)) @
@@
O)) @
O)) O))@
O)) @
O)) @
O)) @
O)) O))@
O)))) @
@@
O))))) @
O)) O)) @
O)) O))@
O)) O))@
O)) O))@
O)) O)) @
O))))) @
@@
O))))))))@
O)) @
O)) @
O)))))) @
O)) @
O)) @
O))))))))@
@@
O))))))))@
O)) @
O)) @
O)))))) @
O)) @
O)) @
O)) @
@@
O)))) @
O) O)) @
O)) @
O)) @
O)) O))))@
O)) O) @
O))))) @
@@
O)) O))@
O)) O))@
O)) O))@
O)))))) O))@
O)) O))@
O)) O))@
O)) O))@
@@
O))@
O))@
O))@
O))@
O))@
O))@
O))@
@@
O))@
O))@
O))@
O))@
O))@
O) O))@
O)))) @
@@
O)) O)) @
O)) O)) @
O)) O)) @
O) O) @
O)) O)) @
O)) O)) @
O)) O))@
@@
O)) @
O)) @
O)) @
O)) @
O)) @
O)) @
O))))))))@
@@
O)) O))@
O) O)) O)))@
O)) O)) O O))@
O)) O)) O))@
O)) O) O))@
O)) O))@
O)) O))@
@@
O))) O))@
O) O)) O))@
O)) O)) O))@
O)) O)) O))@
O)) O) O))@
O)) O) ))@
O)) O))@
@@
O)))) @
O)) O)) @
O)) O))@
O)) O))@
O)) O))@
O)) O)) @
O)))) @
@@
O))))))) @
O)) O))@
O)) O))@
O))))))) @
O)) @
O)) @
O)) @
@@
O)))) @
O)) O)) @
O)) O))@
O)) O))@
O)) O))@
O)) O) O)) @
O)) )) @
O) @@
O))))))) @
O)) O)) @
O)) O)) @
O) O)) @
O)) O)) @
O)) O)) @
O)) O))@
@@
O)) O) @
O)) O))@
O)) @
O)) @
O)) @
O)) O))@
O)) O) @
@@
O))) O))))))@
O)) @
O)) @
O)) @
O)) @
O)) @
O)) @
@@
O)) O))@
O)) O))@
O)) O))@
O)) O))@
O)) O))@
O)) O))@
O))))) @
@@
O)) O))@
O)) O)) @
O)) O)) @
O)) O)) @
O)) O)) @
O)))) @
O)) @
@@
O)) O))@
O)) O))@
O)) O) O))@
O)) O)) O))@
O)) O) O)) O))@
O) O) O))))@
O)) O))@
@@
O)) O))@
O)) O)) @
O)) O)) @
O)) @
O)) O)) @
O)) O)) @
O)) O))@
@@
O)) O))@
O)) O)) @
O)) O)) @
O)) @
O)) @
O)) @
O)) @
@@
O))))))) O))@
O)) @
O)) @
O)) @
O)) @
O)) @
O)))))))))))@
@@
O))))@
O)) @
O)) @
O)) @
O)) @
O)) @
O))))@
@@
O)) @
O)) @
O)) @
O)) @
O)) @
O)) @
O))@
@@
O))))@
O))@
O))@
O))@
O))@
O))@
O))))@
@@
O)) @
O)) O)) @
O)) O))@
@
@
@
@
@@
@
@
@
@
@
@
@
O)))))@@
O))@
O) @
@
@
@
@
@
@@
@
@
O)) @
O)) O)) @
O)) O)) @
O)) O)) @
O)) O)))@
@@
O)) @
O)) @
O)) @
O)) O)) @
O)) O))@
O)) O))@
O)) O)) @
@@
@
@
O)))@
O)) @
O)) @
O)) @
O)))@
@@
O))@
O))@
O))@
O)) O))@
O) O))@
O) O))@
O)) O))@
@@
@
@
O)) @
O) O)) @
O))))) O))@
O) @
O)))) @
@@
O))@
O) @
O)O) O)@
O)) @
O)) @
O)) @
O)) @
@@
@
@
O)) @
O)) O))@
O)) O))@
O)) O))@
O)) @
O)) @@
@
O)) @
O)) @
O) O) @
O)) O))@
O) O))@
O)) O))@
@@
@
O)@
@
O))@
O))@
O))@
O))@
@@
@
O))@
@
O))@
O))@
O))@
O))@
O))) @@
O)) @
O)) @
O)) O))@
O)) O)) @
O)O)) @
O)) O)) @
O)) O))@
@@
O))@
O))@
O))@
O))@
O))@
O))@
O)))@
@@
@
@
O))) O)) O)) @
O)) O) O))@
O)) O) O))@
O)) O) O))@
O))) O) O))@
@@
@
@
O)) O)) @
O)) O))@
O)) O))@
O)) O))@
O))) O))@
@@
@
@
O)) @
O)) O)) @
O)) O))@
O)) O)) @
O)) @
@@
@
@
O) O)) @
O) O)) @
O) O))@
O)) O)) @
O)) @
O)) @@
@
@
O)) @
O) O)) @
O) O)) @
O))O)) @
O)) @
O)))@@
@
@
O) O)))@
O)) @
O)) @
O)) @
O))) @
@@
@
@
O)))) @
O)) @
O))) @
O))@
O)) O))@
@@
O)) @
O)) @
O)O) O)@
O)) @
O)) @
O)) @
O)) @
@@
@
@
O)) O))@
O)) O))@
O)) O))@
O)) O))@
O))O))@
@@
@
@
O)) O))@
O)) O)) @
O)) O)) @
O)O)) @
O)) @
@@
@
@
O)) O)))@
O)) ) O))@
O)) O) O))@
O) O) O)O))@
O))) O)))@
@@
@
@
O)) O))@
O) O)) @
O) @
O) O)) @
O)) O))@
@@
@
@
O)) O))@
O)) O)) @
O))) @
O)) @
O)) @
O)) @@
@
@
O)))) O))@
O)) @
O)) @
O)) @
O))))))))@
@@
O))@
O)) @
O)) @
O)) @
O)) @
O)) @
O))@
@@
O)@
O)@
O)@
@
O)@
O)@
O)@
@@
O)) @
O)) @
O)) @
O))@
O)) @
O)) @
O)) @
@@
O)) O) @
O) O))@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@
@
@
@
@
@
@
@
@@

View file

@ -0,0 +1,624 @@
flf2a$ 6 5 16 0 11 0 8036 0
Author : MikeChat
Date : 2006/6/7 14:32:11
Version: 1.0
-------------------------------------------------
-------------------------------------------------
This font has been created using JavE's FIGlet font export assistant.
Have a look at: http://www.jave.de
Permission is hereby given to modify this font, as long as the
modifier's name is placed on a comment line.
$ #
$ #
$ #
$ #
$ #
$ ##
.;. #
;;;' #
.;' #
.-. #
`-' #
##
"#
#
#
#
#
##
##
#
#
#
#
##
$#
#
#
#
#
##
%#
#
#
#
#
##
&#
#
#
#
#
##
__ #
|/ #
' #
#
#
##
(#
#
#
#
#
##
)#
#
#
#
#
##
*#
#
#
#
#
##
+#
#
#
#
#
##
#
#
#
.-. #
`-; #
' ##
#
#
#
`;;;. #
#
##
#
#
#
.-. #
`-' #
##
/#
#
#
#
#
##
#
.--. #
; .'; #
;.' ; #
`;;' #
##
#
.; #
.;' #
.;' #
-;;;- #
##
#
.;^^;. #
` .' #
.' #
.;;;;;' #
##
#
.;^^; #
` .' #
'. #
';;;;' #
##
#
.; ;' #
.;..;' #
.;' #
.;' #
##
#
.::::. #
:..-. #
; #
`;;;' #
##
#
,:"' #
,:-. #
; : #
`':` #
##
#
.;;;;. #
.;' #
.;' #
.;' #
##
#
.-. #
;.-.; #
; ; #
`;;;' #
##
#
,:., #
: ; #
`-:' #
:' #
##
#
.-. #
`-' #
.-. #
`-' #
##
;#
#
#
#
#
##
<#
#
#
#
#
##
=#
#
#
#
#
##
> >#
#
#
#
#
##
.;^^;. #
` .;' #
;' #
.-. #
`-' #
##
@#
#
#
#
#
##
/\ #
_ / | #
( / | .#
`/.__|_.'#
.:' / | #
(__.' `-' ##
.-. #
(_) )-. #
.: __) #
.:' `. #
:' ) #
(_/ `----' ##
.-._ .-._.#
.: (_)`-' #
:: #
:: _ #
`: .; ) #
`--' ##
.-. #
(_) )-. #
.: \ #
.:' \ #
.-:. ) #
(_/ `----' ##
.- #
.;;;.`-' #
;; (_) #
.;;; .-. #
;; .; ; #
`;.___.' ##
.-._.;;;' #
(_).; #
.:--. #
.:' #
.-: #
(_/ ##
.-.#
.;;.`-' #
;; (_; #
;; #
;; `;;' #
`;.___.' ##
`; .' #
_ `; ; ( #
( ;' ; ) #
`.;__;.' #
. .:' `:. #
(_.' `: ##
.;;;;. #
' .;' `#
.;' #
.;' #
.;' #
.;;;;;;;;;' ##
.;;; #
.;' #
.;' #
.-. .;' #
`. .; #
`;;;;;;' ##
.-. #
(_).) .' #
.: ; #
-:'..' #
. :' `: #
(_.' `.' ##
.-. #
;' (_) #
.:' #
.:' #
.-:. .-. #
(_/ `;._. ##
.-. #
.;|/: #
.; : #
.; : #
.:'.; : #
(__.' `. ##
.-. #
; : #
.;: : #
.;' \ : #
.:'.; \: #
(__.' `. ##
#
.;;. .- #
;; `;`-' #
;; :. #
;; ;' #
`;.__.' ##
.-. #
(_) )-. #
.: \ #
.:' ) #
.-:. `--' #
(_/ ##
#
.;;. #
;; `; #
;; : #
;; `. ; #
`;.__.:._. ##
.-. #
(_) )-. #
.: \ #
.::. ) #
.-:. `:-' #
(_/ `:._. ##
.-.#
.;;;.`-' #
;; (_) #
`;;;. #
_ `: #
(_.;;;' ##
.-.;;;;;;' #
(_) .; #
: #
.:' #
.-:._ #
(_/ `- ##
#
.;. .-. #
;; ; #
;; : #
;; ; #
`;.__.: ##
#
.;. .-. #
`; .' #
;; .' #
;; ; #
`;.' ##
#
.;. .-. #
`; ;' #
;; ; #
;; ; ;; #
`;.' `.;' ##
#
.-. .-. #
( `. .' #
`-' ;; #
;; .- #
.-._;`._; ##
. #
.:. .-. #
;; : #
; ; #
.:' `._.: #
(__.-.;' ##
-. #
`-.;;;. #
;; #
.;;;' #
:' .-. #
`;;;.-._) ##
[#
#
#
#
#
##
\#
#
#
#
#
##
]#
#
#
#
#
##
.:. #
' ` #
#
#
#
##
#
#
#
#
._____. #
`---' ##
_ #
\| #
` #
#
#
##
#
#
.-. #
; : #
`:::'-' #
##
. #
.' #
;-. #
; ; #
.'`::'`- #
##
#
#
.-. #
; #
`;;;;' #
##
#
.' #
.-..' #
: ; #
`:::'`. #
##
#
#
.-. #
.;.-' #
`:::' #
##
.-. #
; -' #
-;-- #
. #
`.' #
##
#
#
,:.,' #
: ; #
`-:' #
-._:' ##
#
.; #
;;-. #
;; ; #
.;` ` #
##
#
.-. #
`-' #
;' #
_.;:._. #
##
.-. #
`-' #
;' #
.; #
: :: #
`:::' ##
.: #
:: #
;;.-. #
;; .' #
_.'` `. #
##
.; #
.;' #
.; #
:: #
_;;_.- #
##
#
#
. ,';.,';. #
;; ;; ;; #
'; ;; '; #
_; `-' ##
#
#
. ,';. #
;; ;; #
'; ;; #
; `. ##
#
#
.-. #
; ;' #
`;;' #
##
#
#
`..:. #
;; : #
;;_.` #
.;' ##
#
#
,:. #
: ; #
'-; #
`.; ##
#
#
.;.::. #
.; #
.;' #
##
#
#
. #
.'; #
.' .' #
' ##
. #
...;... #
.' #
.; #
.; #
##
#
#
, : #
; ; #
.'`..:;._ #
##
#
.-. #
_.; : #
; ; #
`._.' #
##
#
#
`; .- #
; ; ; #
`.' `.' #
##
#
.;. _ #
`.,' ' #
,'`. #
-' `._. #
##
#
#
. .-. #
`: ; #
`.' #
-.;' ##
#
#
.-. #
;. #
( ; #
`-' ##
{#
#
#
#
#
##
|#
#
#
#
#
##
}#
#
#
#
#
##
#
.;;. #
.;;' ` #
#
#
##
/\ #
_ / | #
( / | .#
`/.__|_.'#
.:' / | #
(__.' `-' ##
#
.;;. .- #
;; `;`-' #
;; :. #
;; ;' #
`;.__.' ##
#
.;. .-. #
;; ; #
;; : #
;; ; #
`;.__.: ##
#
#
.-. #
; : #
`:::'-' #
##
#
#
.-. #
; ;' #
`;;' #
##
#
#
, : #
; ; #
.'`..:;._ #
##
ß#
#
#
#
#
##

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,717 @@
flf2a$ 7 6 20 0 2
computer.flf by Mike Rosulek <mjr@netins.net>, 7/12/95. Check out my
homepage at: http://www.netins.net/showcase/mikewrld/
$ $#
$ $#
$ $#
$ $#
$ $#
$ $#
$ $##
8$ #
88$#
88$#
88$#
$ #
88$#
$##
8 8$#
" "$#
$ #
$ #
$ #
$ #
$ ##
dP dP$ #
888888888$#
dP dP$ #
888888888$ #
dP dP$ #
$ #
$ ##
ee8ee$#
8 8$#
8eeee$#
88$#
e 88$#
8ee88$#
8$ ##
8"8 dP$#
8e8 dP$ #
dP$ #
dP$ #
dP 8"8$#
dP 8e8$#
$ ##
888888$#
8 ,$ #
88eee8e$#
88 8$ #
88 8$ #
88eee8$ #
$ ##
88$#
8$#
$ #
$ #
$ #
$ #
$ ##
8"$#
8$ #
8$ #
8$ #
8$ #
8e$#
$ ##
"8$#
8$#
8$#
8$#
8$#
e8$#
$ ##
\|/$#
/|\$#
$ #
$ #
$ #
$ #
$ ##
$ #
$ #
8$ #
ee8ee$#
8$ #
$ #
$ ##
$ #
$ #
$ #
$ #
$ #
88$#
8$##
$ #
$ #
$ #
eeee$#
$ #
$ #
$ ##
$ #
$ #
$ #
$ #
$ #
88$#
$ ##
/$#
/$ #
/$ #
/$ #
/$ #
/$ #
$ ##
eeeeee$#
8 8$#
8 8$#
8 8$#
8 8$#
8eeee8$#
$ ##
88$ #
8$ #
8$ #
8$ #
8888$#
8888$#
$ ##
eeee$#
8$#
8$#
eee8$#
8$ #
8eee$#
$ ##
eeee$ #
8$ #
8$ #
eee8$ #
88$#
eee88$#
$ ##
88$ #
88$ #
88 88$#
88ee88$#
88$#
88$#
$ ##
eeeee$#
8$ #
8eeee$#
8$#
8$#
eeee8$#
$ ##
eeee$ #
8 8$ #
8$ #
8eeee$#
8 8$#
8eee8$#
$ ##
eeeee$#
8 8$#
e'$#
e'$ #
8$ #
8$ #
$ ##
eeeee$ #
8 8$ #
8eee8$ #
88 88$#
88 88$#
88eee88$#
$ ##
eeeee$#
8 8$#
8eee8$#
88$#
88$#
88$#
$ ##
$ #
$ #
$ #
88$#
$ #
88$#
$ ##
$ #
$ #
$ #
88$#
$ #
88$#
8$##
e8"$#
e8"$ #
e8"$ #
"8e$ #
"8e$ #
"8e$#
$ ##
$ #
$ #
$ #
eeeee$#
eeeee$#
$ #
$ ##
"8e$ #
"8e$ #
"8e$#
e8"$#
e8"$ #
e8"$ #
$ ##
8""""8$#
8$#
eeeee8$#
88$ #
""$ #
88$ #
$ ##
__$ #
.' `.$ #
/ eeee \$ #
| 8ee8 |$#
\ 88 8 /$ #
`.__.'$ #
$ ##
8""""8$#
8 8$#
8eeee8$#
88 8$#
88 8$#
88 8$#
$ ##
8""""8$ #
8 8$ #
8eeee8ee$#
88 8$#
88 8$#
88eeeee8$#
$ ##
8""""8$#
8 "$#
8e$ #
88$ #
88 e$#
88eee8$#
$ ##
8""""8$#
8 8$#
8e 8$#
88 8$#
88 8$#
88eee8$#
$ ##
8""""$#
8$ #
8eeee$#
88$ #
88$ #
88eee$#
$ ##
8""""$#
8$ #
8eeee$#
88$ #
88$ #
88$ #
$ ##
8""""8$#
8 "$#
8e$ #
88 ee$#
88 8$#
88eee8$#
$ ##
8 8$#
8 8$#
8eee8$#
88 8$#
88 8$#
88 8$#
$ ##
8$ #
8$ #
8e$#
88$#
88$#
88$#
$ ##
8$ #
8$ #
8e$#
88$#
e 88$#
8eee88$#
$ ##
8 8$ #
8 8$ #
8eee8e$#
88 8$#
88 8$#
88 8$#
$ ##
8$ #
8$ #
8e$ #
88$ #
88$ #
88eee$#
$ ##
8""8""8$#
8 8 8$#
8e 8 8$#
88 8 8$#
88 8 8$#
88 8 8$#
$ ##
8"""8$#
8 8$#
8e 8$#
88 8$#
88 8$#
88 8$#
$ ##
8"""88$#
8 8$#
8 8$#
8 8$#
8 8$#
8eeee8$#
$ ##
8""""8$#
8 8$#
8eeee8$#
88$ #
88$ #
88$ #
$ ##
8""""8$#
8 8$#
8 8$#
8 8$#
8 ___8$#
8e8888$#
$ ##
8"""8$ #
8 8$ #
8eee8e$#
88 8$#
88 8$#
88 8$#
$ ##
8""""8$#
8 $#
8eeeee$#
88$#
e 88$#
8eee88$#
$ ##
""8""$#
8$ #
8e$ #
88$ #
88$ #
88$ #
$ ##
8 8$#
8 8$#
8e 8$#
88 8$#
88 8$#
88ee8$#
$ ##
88 8$#
88 8$#
88 e8$#
"8 8$ #
8 8$ #
8ee8$ #
$ ##
8 8 8$#
8 8 8$#
8e 8 8$#
88 8 8$#
88 8 8$#
88ee8ee8$#
$ ##
8 8$#
8 8$#
eeeeee$#
88 8$#
88 8$#
88 8$#
$ ##
8 8$#
8 8$#
8eeee8$#
88$ #
88$ #
88$ #
$ ##
8""""8$#
8$#
eeeee8$#
88$ #
88$ #
88eee8$#
$ ##
8"$#
8 $#
8 $#
8 $#
8 $#
8e$#
$ ##
\$ #
\$ #
\$ #
\$ #
\$ #
\$#
$ ##
"8$#
8$#
8$#
8$#
8$#
e8$#
$ ##
/\$#
$ #
$ #
$ #
$ #
$ #
$ ##
$ #
$ #
$ #
$ #
$ #
$ #
eeeee$##
\$ #
\$#
$ #
$ #
$ #
$ #
$ ##
$ #
eeeee$#
8 8$#
8eee8$#
88 8$#
88 8$#
$ ##
$ #
eeeee$ #
8 8$ #
8eee8e$#
88 8$#
88eee8$#
$ ##
$ #
eeee$#
8 8$#
8e$ #
88$ #
88e8$#
$ ##
$ #
eeeee$#
8 8$#
8e 8$#
88 8$#
88ee8$#
$ ##
$ #
eeee$#
8$ #
8eee$#
88$ #
88ee$#
$ ##
$ #
eeee$#
8$ #
8eee$#
88$ #
88$ #
$ ##
$ #
eeeee$#
8 8$#
8e$ #
88 "8$#
88ee8$#
$ ##
$ #
e e$#
8 8$#
8eee8$#
88 8$#
88 8$#
$ ##
$ #
e$ #
8$ #
8e$#
88$#
88$#
$ ##
$ #
e$ #
8$ #
8e$#
e 88$#
8ee88$#
$ ##
$ #
e e$ #
8 8$ #
8eee8e$#
88 8$#
88 8$#
$ ##
$ #
e$ #
8$ #
8e$ #
88$ #
88eee$#
$ ##
$ #
eeeeeee$#
8 8 8$#
8e 8 8$#
88 8 8$#
88 8 8$#
$ ##
$ #
eeeee$#
8 8$#
8e 8$#
88 8$#
88 8$#
$ ##
$ #
eeeee$#
8 88$#
8 8$#
8 8$#
8eee8$#
$ ##
$ #
eeeee$#
8 8$#
8eee8$#
88$ #
88$ #
$ ##
$ #
eeeee$#
8 8$#
8 8$#
8 __8$#
8e888$#
$ ##
$ #
eeeee$ #
8 8$ #
8eee8e$#
88 8$#
88 8$#
$ ##
$ #
eeeee$#
8 "$#
8eeee$#
88$#
8ee88$#
$ ##
$ #
eeeee$#
8$ #
8e$ #
88$ #
88$ #
$ ##
$ #
e e$#
8 8$#
8e 8$#
88 8$#
88ee8$#
$ ##
$ #
ee e$#
88 8$#
88 e8$#
8 8$ #
8ee8$ #
$ ##
$ #
e e e$#
8 8 8$#
8e 8 8$#
88 8 8$#
88ee8ee8$#
$ ##
$ #
e e$#
8 8$#
eeeeee$#
88 8$#
88 8$#
$ ##
$ #
e e$#
8 8$#
8eeee8$#
88$ #
88$ #
$ ##
$ #
eeeee$#
" 8$#
eeee8$#
88$ #
88ee8$#
$ ##
/"$#
|$ #
|$ #
<$ #
|$ #
|$ #
\_$##
8$#
8$#
8$#
8$#
8$#
8$#
$ ##
"\$ #
|$ #
|$ #
>$#
|$ #
|$ #
_/$ ##
/\/$#
$ #
$ #
$ #
$ #
$ #
$ ##
"" ""$#
eeeee$#
8 8$#
8eee8$#
88 8$#
88 8$#
$ ##
"" ""$#
eeeee$#
8 88$#
8 8$#
8 8$#
8eee8$#
$ ##
"" ""$#
e e$#
8 8$#
8e 8$#
88 8$#
88ee8$#
$ ##
"" ""$#
eeeee$#
8 8$#
8eee8$#
88 8$#
88 8$#
$ ##
"" ""$#
eeeee$#
8 88$#
8 8$#
8 8$#
8eee8$#
$ ##
"" ""$#
e e$#
8 8$#
8e 8$#
88 8$#
88ee8$#
$ ##
$#
$#
$#
$#
$#
$#
$##

View file

@ -0,0 +1,411 @@
flf2a$ 4 3 20 -1 2
Contessa by Christopher Joseph Pirillo (pirillc2770@cobra.uni.edu)
$$@
$$@
$$@
$$@@
| @
| @
* @
@@
* * @
` ` @
@
@@
_|_|_ @
_|_|_ @
| | @
@@
_;_. @
(_|_ @
._|_) @
` @@
* / @
/ @
/ * @
@@
_;_@
(_|_@
(_|_@
` @@
*@
'@
@
@@
/ @
( @
\ @
@@
\ @
)@
/ @
@@
.|, @
-*- @
'|` @
@@
, @
-+- @
' @
@@
@
@
* @
' @@
@
___ @
@
@@
@
@
* @
@@
/ @
/ @
/ @
@@
_, @
|.| @
|_| @
@@
, @
/| @
.|. @
@@
_, @
'_) @
/_. @
@@
_, @
'_) @
._) @
@@
. , @
|_| @
| @
@@
._, @
|_ @
._) @
@@
._, @
(_ @
(_) @
@@
__, @
/ @
/ @
@@
_, @
(_) @
(_) @
@@
_, @
(_) @
| @
@@
@
* @
* @
@@
@
* @
* @
' @@
/ @
< @
\ @
@@
@
=== @
=== @
@@
\ @
>@
/ @
@@
_ @
' )@
; @
@@
__ @
/(]| @
\__/ @
@@
.__.@
[__]@
| |@
@@
.__ @
[__)@
[__)@
@@
__ @
/ `@
\__.@
@@
.__ @
| \@
|__/@
@@
.___@
[__ @
[___@
@@
.___@
[__ @
| @
@@
.__ @
[ __@
[_./@
@@
. .@
|__|@
| |@
@@
._.@
| @
_|_@
@@
.@
|@
\__|@
@@
. .@
|_/ @
| \@
@@
. @
| @
|___@
@@
. .@
|\/|@
| |@
@@
. .@
|\ |@
| \|@
@@
.__.@
| |@
|__|@
@@
.__ @
[__)@
| @
@@
.__.@
| |@
|__\@
@@
.__ @
[__)@
| \@
@@
__.@
(__ @
.__)@
@@
.___.@
| @
| @
@@
. .@
| |@
|__|@
@@
. .@
\ /@
\/ @
@@
. .@
| |@
|/\|@
@@
\ /@
>< @
/ \@
@@
. ,@
\./ @
| @
@@
.___.@
_/ @
./__.@
@@
[~ @
[ @
[_ @
@@
\ @
\ @
\ @
@@
~]@
]@
_]@
@@
/\ @
@
@
@@
@
@
____@
@@
* @
` @
@
@@
@
_.@
(_]@
@@
. @
|_ @
[_)@
@@
@
_.@
(_.@
@@
.@
_|@
(_]@
@@
@
_ @
(/,@
@@
._@
|,@
| @
@@
@
_ @
(_]@
._|@@
. @
|_ @
[ )@
@@
@
*@
|@
@@
@
*@
|@
._|@@
. @
;_/@
| \@
@@
.@
|@
|@
@@
@
._ _ @
[ | )@
@@
@
._ @
[ )@
@@
@
_ @
(_)@
@@
@
._ @
[_)@
| @@
@
_.@
(_]@
|@@
@
._.@
[ @
@@
@
__@
_) @
@@
, @
-+-@
| @
@@
@
. .@
(_|@
@@
@
. ,@
\/ @
@@
@
. ,@
\/\/ @
@@
@
\./@
/'\@
@@
@
.@
\_|@
._|@@
@
__.@
/_@
@@
/ @
> @
\ @
@@
| @
| @
| @
@@
\ @
< @
/ @
@@
/\ @
\/ @
@
@@
oo @
|__|@
| |@
@@
oo @
/``\@
\__/@
@@
oo @
: ;@
|__|@
@@
@
oo @
(_|,@
@@
oo @
__ @
(__)@
@@
oo @
. ,@
|__|@
@@
__ @
| )@
| >@
@@

Some files were not shown because too many files have changed in this diff Show more