Convert font functions

Convert functions

FunctionDescription
AsposeFontConvertConvert a font to supported formats.
AsposeFontConvertToTTFConvert a font to TTF format.
AsposeFontConvertToWOFFConvert a font to WOFF format.
AsposeFontConvertToWOFF2Convert a font to WOFF2 format.
AsposeFontConvertToSVGConvert a font to SVG format.

Detailed Description

Functions for font converting to true type formats.

/* Web Worker*/
const AsposeFontWebWorker = new Worker("AsposeFontforJS.js");

or

<!-- Load and initiate Aspose.Font for JavaScript via C++ -->
<script type="text/javascript" async src="AsposeFontforJS.js"></script>