Aspose.Font for JavaScript via C++

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

FunctionDescription
AsposeFontConvertConvert a font to TrueType fonts.
AsposeFontConvertToTTFConvert a font to TTF format.
AsposeFontConvertToWOFFConvert a font to WOFF format.
AsposeFontConvertToWOFF2Convert a font to WOFF2 format.
AsposeFontConvertToSVGConvert a font to SVG format.

Metadata Font functions

FunctionDescription
AsposeFontGetInfoGet info (metadata) from a Font-file.
AsposeFontSetInfoSet info (metadata) in a Font-file.

Core Functions

FunctionDescription
AsposeFontPrepareSave the BLOB in the Memory FS for processing.
AsposeFontPrepareBase64Save the string representation BLOB in the Memory FS for processing.

Miscellaneous

NameDescription
AsposeFontAboutGet info about Product.
DownloadFileMake a link in HTML to download the file.
DownloadFileAutoMake a link in HTML to download the file and start download after 2 seconds.

Enumerations

EnumerationDescription
FontSavingFormatsSpecifies Font type.
FontStyleSpecifies Font style.
TtfNameTableNameIdSpecifies NameId.
TtfNameTablePlatformIdRepresents PlatformId enumeration.
TtfNameTableMacPlatformSpecificIdRepresents Macintosh platform specific id enumeration.
TtfNameTableMSPlatformSpecificIdRepresents Microsoft platform specific id enumeration.
TtfNameTableUnicodePlatformSpecificIdRepresents Unicode platform specific id enumeration.
TtfNameTableMacLanguageIdMacLanguageId enumeration.
TtfNameTableMSLanguageIdMSLanguageId enumeration.