Skip to content

WenceyWang/FIGlet.Net

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiGlet.Net

GitHub issues GitHub forks GitHub stars GitHub license NuGet Status

.Net standard 2.0 Lib used to create ASCII art.

Use .fig font.

Written in C#.

Previous https://github.com/auriou/FIGlet but I have totally rewritten it.

How to Use

var text = new WenceyWang.FIGlet.AsciiArt("Text");
text.ToString(); //Get string
var result = text.Result; //Get every Single line

Load your font

var font = new WenceyWang.FIGlet.FIGletFont(fontStream);
var text = new WenceyWang.FIGlet.AsciiArt("Text", font: font, width: WenceyWang.FIGlet.CharacterWidth.Full);

Donate

Bitcoin: 132p657FgxmmL9foJY3KfmSpVfe3WHxZZL

ETH: 0x4A498B0B62cBDA10a526972cA2ffEff65Aba7Da0

LTC: LdLYidVEQkXWcFzTujaYmihvggVLZLNuyx

About

library write in C# for generating Ascii-Art text and recognize this characters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 85.4%
  • Smalltalk 14.6%