Miscellaneous functions

Functions

NameDescription
AsposeFontAboutGet info about Product.
DownloadFileMake a link in HTML to download the file.
DownloadFileAutoMake a link in HTML to download the file and start download after 2 seconds.

Detailed Description

Secondary functions for working with Font files.

/* 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>