TRY NEW VERSION

Try now New API BETA

Try out the new view and capabilities of the API documentation

START

GetFontList

GetFontList() → { Array.<FontInfo> }

Returns the fonts list.

Parameters:

This method doesn't have any parameters.

Returns:

Type
Array.<FontInfo>

Example

Copy code
window.Asc.plugin.executeMethod ("GetFontList", null, function (res) {
    console.log (res)
});