Skip to content

Bioruebe/hx-figlet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bktree (Haxe Library)

A haxe implementation of a FIGdriver, used to parse FIGlet fonts and return the formatted text. Based on the javascript version figlet-js by Scott González

Installation

haxelib install figlet

Usage

import sys.io.File;

class Main {
	static function main() {
		trace(FIGlet.write("FIGlet", File.getContent("../standard.flf")));
/*		  _____   ___    ____   _          _
		 |  ___| |_ _|  / ___| | |   ___  | |_
		 | |_     | |  | |  _  | |  / _ \ | __|
		 |  _|    | |  | |_| | | | |  __/ | |_
		 |_|     |___|  \____| |_|  \___|  \__|
*/
	}
}

About

A basic parser for FIGlet fonts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages