Wordpad
From Wine-Wiki
[edit] Introduction
Wine has software called wordpad which is similar to the Windows version of wordpad. It is a lightweight editor that can also read rtf (ie, it can read files with the suffix .rtf), which eventually will allow you to type, print text and has a few extra features.
It is an excellent tool to ensure your wine has installed correctly - just try running in a terminal window
wine wordpad
if you can read, and edit - your wine install was successful! (as of April 06 this recent addition to wine doesnt have the ability to print or save yet. To test printing use notepad
[edit] Forum Comments
[edit] Printing
As of wine 0.9.42, Wordpad did not have printing support but this has changed. S. Dossinger congratulated A Sørnes [wine devel Aug 07] after reading the patch for wordpad which Added initial printing support: I usually don't read non-d3d patches, but when I saw the wordpad patches I decided to see what wordpad looks like today, and I am really impressed Good work!
A. Sornes noted one immediate limitation: There is one backdraw, though: our richedit has a stubbed EM_FORMATRANGE, so without the native dll it won't print anything.

