When using `drawText()`'s `maxWidth` option to automatically wrap text, it would be very handy to return to the number of lines used. Then we can move other text down to accommodate multi-line text, etc. Without this, it seems like we still need to recalculate the number of lines manually again?