Core functions
Core Functions
Name | Description |
---|---|
AsposeFontPrepare | Save the BLOB in the Memory FS for processing. |
AsposeFontPrepareBase64 | Save the string representation BLOB in the Memory FS for processing. |
Detailed Description
Core 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>