Works out where a string of text needs to wrap to fit into a given width
in pixels and returns as a list of strings, each of which will not exceed
the given width.
Works out where a string of text needs to wrap to fit into a given width
in pixels and returns as a list of strings, each of which will not exceed
the given width.
Holds details of wrapped tokens from org.gicentre.utils.text.wordWrapAndTokenise()
and can return the screen bounds of the token, using the current textFont, textSize
and textAlign.