Create a set of Shapes representing a font loaded in JSON format.
This is used internally by the FontLoader.
geometry / text / shapes
vector / text
data -- JSON data representing the font.
This constructor creates a new Font, which is an array of Shapes.
The JSON data passed in the constructor.
text -- string of text.
size -- (optional) scale for the Shapes. Default is 100.
Creates an array of Shapes representing the text in the font.
For more info on how to obtain the source code of this module see this page.