Class for loading a font in JSON format. Returns a font, which is an
array of Shapes representing the font.
This uses the FileLoader internally for loading files.
Requires opentype.js to be included in the project.
Loads TTF files and converts them into typeface JSON that can be used directly
to create THREE.Font objects.
Requires opentype.js to be included in the project.
Loads TTF files and converts them into typeface JSON that can be used directly
to create Font objects.