跳到主要内容

获取字体列表

返回字体列表。

语法

expression.GetFontList();

expression - 表示一个 Api 类的变量。

参数

此方法无参数。

返回值

字体信息[]

示例

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