Font Project

I’ve always thought of this project, but I don’t know enough to make it.
Basically, you can click on a letter, then DRAW that letter (draw in capital_letters first then lower_case)
and once you have done that for all letters you can type with your own font, and type whatever you’d like.

Anyways, I thought it’d be cool to see something like be made.

OK, go for it!

Sounds like you need an editor to draw letters, ,and then save the lines as a table, or store a bitmap per letter with transparency and when a key is pressed, store the key and render the letters in a line.

You can make a new function like drawText() with the same parameters as the text() function.