Changes and improvements are more than welcome! ❤ Feel free to fork and open a pull request.
Please consider the following :
-
Fork it!
-
Add your new features
-
Update README.md (if needed)
-
Submit a pull request.
- Select a non-duplicate name for font
- Copy the fontname directory from templates directory to Fonts directoy. Rename this directory to the name of your font
- In that directory, rename the header file and the md file to the name of your font.
- Set the specified grid size for your font in the appropriate macro fields.
- Now, In "Ascii.h" #include your font
- then, Add the condition of your font in the if else block
- Add some previews to the md file.
- Select a character which is not previously used in a font
- In your selected font's header file uncomment the respective function.
- then, apply your algorithm and update
character
grid acccordingly.