A simple text wrapping algorithm for multiline canvas text. Does not support hyphenation but will break words that don’t fit on a line by themselves.
If the next word will exceed maxLines
, the text will be truncated with an ellipsis. maxLines
is uncapped by default.