Returns a table of vertices for a piece of text, along with a Material to use when rendering it. The Material returned by this function may not be the same if the Font's texture atlas needs to be recreated with a bigger size to make room for more glyphs.
Arguments
Name
Type
Default
Description
string
string
The text to render.
wrap
number
0
The maximum line length. The units depend on the pixel density of the font, but are in meters by default.