Writing from a form to a webpage in real time

Bes

Bes

Soldato
Joined
18 Oct 2002
Posts
7,318
Location
Melbourne
Hi

I am looking for a way to write from a textbox to an html element in real time... For example, as the user types into a textbox, the text is writtern out elsewhere on the screen.. That is easy to do.... but it must be in my chosen font (The user won't have this font on their computer)... Is this possible?

Thanks
 
Last edited:
I can do it real time using ImageMagick's MagickWand API for PHP, but again it is heavy on the server and formatting isn't 100%.. I think thus might be the way I do it.

Thanks
 
Back
Top Bottom