Aspose.Font for Node.js via C++
Contents
[
Hide
]Aspose.Font for Node.js via C++ allows developers manipulate them Font files on server side web solutions.
CommonJS and ECMAScript modules are aviable for any JavaScript solutions.
Convert functions
| Function | Description |
|---|---|
| AsposeFontConvert | Convert a font to TrueType fonts. |
| AsposeFontConvertToTTF | Convert a font to TTF format. |
| AsposeFontConvertToWOFF | Convert a font to WOFF format. |
| AsposeFontConvertToWOFF2 | Convert a font to WOFF2 format. |
| AsposeFontConvertToSVG | Convert a font to SVG format. |
Metadata Font functions
| Function | Description |
|---|---|
| AsposeFontGetInfo | Get info (metadata) from a Font-file. |
| AsposeFontSetInfo | Set info (metadata) in a Font-file. |
Miscellaneous
| Name | Description |
|---|---|
| AsposeFontAbout | Get info about Product. |
Enumerations
| Enumeration | Description |
|---|---|
| FontSavingFormats | Specifies Font type. |
| FontStyle | Specifies Font style. |
| TtfNameTableNameId | Specifies NameId. |
| TtfNameTablePlatformId | Represents PlatformId enumeration. |
| TtfNameTableMacPlatformSpecificId | Represents Macintosh platform specific id enumeration. |
| TtfNameTableMSPlatformSpecificId | Represents Microsoft platform specific id enumeration. |
| TtfNameTableUnicodePlatformSpecificId | Represents Unicode platform specific id enumeration. |
| TtfNameTableMacLanguageId | MacLanguageId enumeration. |
| TtfNameTableMSLanguageId | MSLanguageId enumeration. |