codewithnick / ascii-art

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
MIT License
66 stars 137 forks source link

Add character: <g> to font: <Block> #1127

Closed Sriparno08 closed 5 days ago

Sriparno08 commented 5 days ago

Added character: \<g> to font: \<Block>.

Here is the output:

Screenshot 2024-10-07 183825

Referenced Issues

closes #1125

codewithnick commented 5 days ago

Hi @Sriparno08 thanks for trying this out , FYI we follow the fonts listed in https://ascii-generator.site/t/ and according to that 'g' in 'block' should look like this

image

you can remake the commit and force push in this branch or make a new pr for the same issue

Sriparno08 commented 5 days ago

Hey @codewithnick, I'm done making the changes.

codewithnick commented 5 days ago

Thanks for your contribution <3