跳到主要内容

GetFontList

Returns the fonts list.

Syntax

expression.GetFontList();

expression - A variable that represents a Api class.

Parameters

This method doesn't have any parameters.

Returns

FontInfo[]

Example

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