Glyph Font functions

Glyph Font functions

NameDescription
AsposeFontGetGlyphCountGet glyph count of font.
AsposeFontGetMetricsGet metrics of font.

Detailed Description

Functions for working with Font Glyphs.

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