Convert a text string into 2D Blueprints using a loaded font.
Each glyph outline is traced as a series of line/bezier curves, then organised into a Blueprints collection (outer contours + holes).
The string to render.
A Blueprints instance representing the text outlines.
Requires a font to be loaded via loadFont before use.
Convert a text string into 2D Blueprints using a loaded font.
Each glyph outline is traced as a series of line/bezier curves, then organised into a Blueprints collection (outer contours + holes).