So just recently I updated LisaGUI with a new word processing app, LisaType, which is my very own knock-off of LisaWrite. It's not perfect; it might be a bit buggy and certainly isn't done... I still need to implement undo and embedded images, and a few other features. It was quite a bit of effort to get the typesetting MVC system to work, and I'm very proud of how it turned out.
It's funny... I'm a big MacPaint fan and my original intention was to prioritize the creation of a MacPaint clone; I didn't expect the first real app for this would be a word processor. My work on the typesetting system was meant for general use throughout the system's UI - I needed text input fields and the ability to render formatted aligned text. Once I had it working, I realized the system was fully-featured enough to be an application in its own right, so here we are.
I included the text styles from QuickDraw, including outlined and shadowed text, and the ability to apply multiple styles to text at once. My shadowed text isn't quite as polished as QuickDraw's; all the character glyphs are calculated separately and displayed next to each other... I still think it looks good under most circumstances!