I made a 100% pen text engine using my own code! First I set up a code that allows you to input pixel designs for the characters that is stored as 1s and 0s (binary) in a list and then I coded a sprite to print the letters using the pen tool and the binary data that was collected.
Please give credit to me if you use. Inspired by the pen text engine by @-Rex- , but all my own code (which is why it isn't as good lol)