ascii-art
ascii-art copied to clipboard
A C++ library to make everyday alphabets look much better on the terminal , this project uses OOPS concepts to make unique fonts and display letters on command line
some command line utils may be good for example > asciiart drpepper "hello world" should print it directly on the screen ### format > filename fontname string
The code looks messy in some parts of the file , I think it would be great if we can come up with a solution for this.
``` expected output hi ok ``` we need to clear the letters matrix and bring the column pointer to zero after printing a sentence.
Some fonts like block do not have small letters this should be clearified in the .md file of that font change needed in : Fonts/block/block.md
## Feature: Adding letter D to 3d-diagonal font ### Screenshot  closes #1184
## Feature: Adding letter F to 3d-diagonal font ### Screenshot  closes #1192
## Feature: Adding letter G to 3d-diagonal font ### Screenshot  closes #1193
## Feature: Adding letter H to 3d-diagonal font ### Screenshot  closes #1194
## Feature: Adding letter I to 3d-diagonal font ### Screenshot  closes #1195