InterviewSolution
Saved Bookmarks
| 1. |
Text tool helps to add text on canvas area |
|
Answer» ong>Answer: If you just want to write some normal TEXT you can use . fillText() . Yes of course you can write a text on canvas with ease, and you can SET the font name, font SIZE and font color. There are two METHOD to BUILD a text on Canvas, i.e. fillText() and strokeText(). Explanation: |
|