Description: This repository contains a C++ class for stylized printing of letters using ASCII art.
- Stylized printing of letters using ASCII art.
- Supports printing of uppercase letters (A-Z).
- Can handle spaces in the input text.
-
Clone the repository to your local machine.
-
Compile and run the program.
#include "printer.h"
int main() {
Letter l;
l.print("sidar");
return 0;
}
OUTPUT:
╭━━╮╭╮ ╭╮╭━━╮╭━╮
┃━━┫╭╮╭━╯┃┃╭╮┃┃╭╯
┣━━┃┃┃┃╰╯┃┃╭╮┃┃┃
╰━━╯╰╯╰━━╯╰╯╰╯╰╯