Word Processor Program Needed

I'm looking for a program to all the user to type in preselected fonts and sizes and with 3 different colors chosen by me. Each letter typed will be one of the 3 colors by random pick. I'm willing to pay for the program. I had one about 15 years ago, but lost it when I was out of commission. I need it for a children's project I'm working on. Thanks for the help.
 
I think it could be implemented in the form of a simple web app. For example, the user enters some text into an input box. The application gets the text and splits it into letters. Thus, each letter can use one of the CSS styles with different colors. If this is what you need, it is not such a difficult task. You can contact any web developer on a freelance website.
 
Back