Developer Guide JavaScript Font Manipulation API
Aspose.Font for JavaScript consists of two modules: AsposeFontforJS.JS and AsposeFontforJS.wasm.
AsposeFontforJS.JS contains wrappers and definitions for accessing Aspose.Font library functions are compiled in the AsposeFontforJS.wasm.
All you need is to connect the AsposeFontforJS.JS to your page.
1<!-- Load and initiate Aspose.Font for JavaScript -->
2<script type="text/javascript" async src="AsposeFontforJS.js"></script>
Also, take a look at other useful resources:
- Overview - provides an overview of Aspose.Font for JavaScript API Solution including its purpose, and benefits.
- Installation and run examples - has step-by-step instructions on how to install and set up the development environment.
- API Reference - provides comprehensive documentation of the available functions, classes, methods, parameters, and numerations.
- Free Forum to explore and engage with the software’s ecosystem.
- Updates and Versioning - has all the versions of Aspose.Font for JavaScript API Solution divided chronologically.
- What is font? - is the chapter that will teach you fundamentals about fonts, their classification, elements, and types how to work effectively with the files, and solve any problems you may face.
- Aspose.Font cross-platform apps - will let you process font files without coding and help you understand how you develop your applications. Here you can convert, merge, view fonts, create glyphsets and color schemes for your texts, and many more.