No Description

Jonathan E. Landrum 590bbc44ec Fix broken header 6 years ago
README.md 590bbc44ec Fix broken header 6 years ago
ascii-art-screenshot.png 29ab65dda6 Creating Project 8 years ago
font.txt 4a96e1625a Revert "What a wonderful program this is." 8 years ago
main.c 4a96e1625a Revert "What a wonderful program this is." 8 years ago

README.md

ASCII Art Text Printer

This program takes a string of text from the user and converts it to ASCII Art. At the moment, it only has capital letters, a comma, and a space. The rest of the ASCII set is not implemented (that may be part of a future release). The current working font set is included as font.txt merely for reference; the program does not pull the glyphs from that file. Also note that I made the font in a hurry, and I know it looks horrible; don't judge.

The program works much like a dot matrix printer. Each glyph is seven lines tall and eight characters wide. The program prints the first line of the whole string, prints a line feed, and then prints the second line of the whole string, and it continues in like fashion until all seven lines are printed. As such, if the string is wider than the terminal, the results will be quite ugly.

Screenshot:

screenshot