JakeSidSmith / canvasimo

An HTML5 canvas drawing library, with 150+ useful methods, jQuery-like fluent interface, and cross-browser compatibility enhancements.
http://canvasimo.com
MIT License
16 stars 2 forks source link

Multiline text #109

Closed JakeSidSmith closed 6 years ago

JakeSidSmith commented 6 years ago

Line heights are not supported by canvas, so instead I warn if a user tries to set the line height in the font string, and recommend they use the TextMultiline methods.

Fixes #13 Resolves #86

screen shot 2018-03-01 at 01 27 12

multiline-text