HTML5 Canvas Text

Monkey Forums/Monkey Code/HTML5 Canvas Text

impixi(Posted 2012) [#1]
Mojo's DrawText command, aside from its limited functionality, can be quite slow on the HTML5 platform, especially when used with non-white colourizations. This little "Canvas Text" module tries to overcome that by utilising the built-in HTML5 canvas vector text functionality.

canvastext.js




canvastext.monkey




impixi(Posted 2012) [#2]
Example 1



Example 2




Beaker(Posted 2012) [#3]
Really handy. Thanks.


Duke87(Posted 2012) [#4]
Thank You. Seems to run good at all!


Tamaki(Posted 2013) [#5]
This is a great job! Thank you.