Create a set of Shapes representing a font loaded in JSON format.
data — JSON typeface data representing the font.
This constructor creates a new Font, which is an array of Shapes.
The JSON typeface data passed in the constructor.
100."left"."topBaseline".-1 for auto.false.Creates an array of shapes representing the text rendered with this font. Internally, this method uses ShapePath to generate shapes.
Check out the Text Rendering section in the manual for more info on creating text objects in Verge3D.
For more info on how to obtain the source code of this module see this page.