Based on Paddle2See's Fantastic project "Pen Drawn Text", I have attempted to make it even better, using both the new features of 1.4 and the new features that I am programming. This version is intended to allow Font Edits, but so far that is only part/true of this project. First Off, I'd like to note a few main changes. The Text String List has been replaced by a variable, thanks to the (# in $) and operators etc. To Edit the Text, just click the Edit Text button, and Enter your message. To Clear the Screen, Type "c", not 1. To Draw the Text, Type "d", not space. The new features with editing the letter library is activated by clicking the "Edit Font" button and waiting for it to draw the line model. To shift through the points, use the left-right arrow keys. To change the Tool, use up and down arrow keys. To get out of the Font Editor, go to the "save" tool and press space. So far, none of the tools really work (except for the clear letter) and you cannot save. Still, Enjoy! Original Notes By Paddle2See: Drawing letters with the pen is slow and crude...why would *anybody* want to do it? Well, it has certain advantages. Since you are using the Pen, you can adjust the color, shade and line width. Also, since the letters are just geometry, you can play games with the data, such as leaning the text forward or backward or scaling the width and height separately. Controls: ====== Click on the stage to locate and plot the currently loaded text string using the variable values in the sliders. 1 key - Clear Screen Space key - Plot the text string again using the last location specified with the mouse. Useful for shadow and reflection effects. Edit Text button - Click here to enter a new text string using the letter pallet. Click on the red Done area when you are finished. It takes a few moments to generate new geometry for a new text string so be patient. Technical Notes: =========== The font provided has only the upper case letters from A-Z and digits 0-9 plus a decimal point and plus and minus signs. To access the last three characters, use the names "dot", "plus","minus". There is also a blank character which you access by using the underscore. If anybody wants to edit the font or build their own fonts, I have a primitive geometry editting program that I used to make this font. It isn't really ready for public use as it is kind of tricky but I can share it "as is" if there is an interest. Feel free to use any pieces of this that you want in your own projects.