Interacting with editorsMethodsText document APIApiMethodsGetFontList本页总览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)});