Welcome to my first pen text engine! It's pretty fast and it has quite a few cool features! It supports every character on the keyboard! It has a pretty fancy text wrapping algorithm, so you'll never need to worry about the text going off the edge of the screen! Almost everything about this text engine is customise-able and I designed it to be super simple and easy to use! Like most text engines these days, it has two modes: instant typing (over 4000 characters per second on my mid-range computer) and it also has slow typing, as demonstrated in this project! Everything you can customise is listed below: - size - position - pen thickness - pen colour - text wrapping - typing speed So as you might be able to tell, a lot of hard work has gone into this text engine, so I would really appreciate it if you could check it out and maybe even use it in a few of you projects instead of those ugly orange variables! I obviously would also appreciate it if you could give it a love and a favourite! When using this text engine in your own projects, you don't have to give credit, as I don't want to discourage people from using text engines, however, if you could give my name a tiny mention in the notes and credits, that would make my day! -------------------------------------------------------------- UPDATE LOG: 20/11/17 - v1.1.1 - Slightly updated the text wrapping feature 01/11/17 - v1.1 - Updated the letter data finder so the text engine runs 30% faster 30/09/17 - v1.0 - Initial release