Interacting with editorsForm APIMethodsGetFontList本页总览GetFontListAsk a question 返回字体列表。 语法 expression.GetFontList(); expression - 表示 Api 类的变量。 参数 此方法没有任何参数。 返回值 FontInfo[] 示例 window.Asc.plugin.executeMethod ("GetFontList", null, function (res) { console.log (res)});