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)
});