+ 1
Text over the image
there is a background image and I want to add text on the image and also drag , resize the text want to chnage the text color size and font can you help me out because I just add the text on the image in middle but I can't do drag or other things
3 Answers
+ 2
dragable="true" label="hello"
+ 2
but how to change size ,color and font as a user not a developer
+ 1
you will need to create a form in html that has different fonts and sizes for user to choose from. then use javascript or a library like jQuery to get the chosen values and update the text styles accordingly.