Aspose.Font for JavaScript via C++
Contents
[
Hide
]Aspose.Font for JavaScript via C++ allows developers manipulate them Font files directly in the Web.
Such operations are very time consuming, so we recommend using Web Worker.
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. |
Core Functions
Function | Description |
---|---|
AsposeFontPrepare | Save the BLOB in the Memory FS for processing. |
AsposeFontPrepareBase64 | Save the string representation BLOB in the Memory FS for processing. |
Miscellaneous
Name | Description |
---|---|
AsposeFontAbout | Get info about Product. |
DownloadFile | Make a link in HTML to download the file. |
DownloadFileAuto | Make a link in HTML to download the file and start download after 2 seconds. |
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. |