I\'m making a website for users where they can creat customize logos. For this I need a facility to add dynamic text from text boxes which the user will fill in and the text sho
Use HTML5 Canvas to render your image Example: http://www.html5canvastutorials.com/tutorials/html5-canvas-images/
On top of the rendered image use the HTML5 Canvas API to draw the text you want with the required font attributes Reference: https://developer.mozilla.org/en/Drawing_text_using_a_canvas