IMPORTANT: This engine has several issues and is outdated. It is recommended to use the newer engine instead: https://scratch.mit.edu/projects/402906014/ The first true pen font renderer in Scratch is here! This pen text engine supports TrueType font rasterization (without hinting), RGBA color, text underlines and strikethrough, word wrapping, adjustable text spacing, and text alignment. It’s also quite easy to use: all you have to do is backpack the sprite named “Main” and read the short documentation in the Stage. Lite version (smaller file size): https://scratch.mit.edu/projects/292771691/ Credits Fonts: Google Fonts Sorting script: https://scratch.mit.edu/projects/48447854/ Everything else: @-Rex- Changelog v1.0.4 (2019-03-19): - Tweaked the pen size used to render small characters v1.0.3 (2019-03-16): - Improved rendering quality at small sizes v1.0.2 (2019-03-11): - Fixed a small rendering artifact v1.0.1 (2019-03-10): - Updated the logo - Fixed bugs with font importation - Word wrapping no longer resets the pen color to black v1.0 (2019-03-09): - Released