Core functions

Core Functions

NameDescription
AsposeFontPrepareSave the BLOB in the Memory FS for processing.
AsposeFontPrepareBase64Save 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>