Create a set of [page:Shape Shapes] representing a font loaded in JSON format.
This is used internally by the [page:FontLoader].
[example:webgl_geometry_text_shapes geometry / text / shapes ]
data -- JSON data representing the font.
This constructor creates a new [name], which is an array of [page:Shape Shapes].
The JSON data passed in the constructor.
[page:String text] -- string of text.
[page:Float size] -- (optional) scale for the [page:Shape Shapes]. Default is *100*.
Creates an array of [page:Shape Shapes] representing the text in the font.
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]