I've made two pen text engines in the past, but I've never really been satisfied with them. My first pen text engine ran too slowly, and my second one looked too pixelly. So, I decided to make this, my third and final pen text engine! My last pen text engine worked by drawing pixels, using binary code to tell the program to either draw a dot (1) or leave it blank (0), on every space in a 5x5 grid. However, this one draws the letters with actual lines, which means it's guaranteed to work properly no matter what you do with the size, width, height, spacing, or thickness. My first pen text engine: https://scratch.mit.edu/projects/105805274/ My second pen text engine: https://scratch.mit.edu/projects/115842382/