I want to draw Interactive text area on canvas .Normaly , using id and classes we can change div css property but with canvas how can i achieve same functionality .
i want to write text on top of canvas which should change on change event of some text area.i wish to use menu bar to achieve functionality like change font-color,font-size,font-family etc .
with div id and class i can change css but on canvas how can i achieve this?? please suggest ?