Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.37 KB

readme.md

File metadata and controls

38 lines (25 loc) · 1.37 KB

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