Commit a0cab15d authored by SergeyLuzyanin's avatar SergeyLuzyanin

pluginMethod_GetFontList

parent d8f526d7
......@@ -1216,6 +1216,11 @@
this.pluginsManager.sendMessage(_pluginData);
};
baseEditorsApi.prototype["pluginMethod_GetFontList"] = function()
{
return window.g_fontApplication.g_fontSelections.List;
};
// Builder
baseEditorsApi.prototype.asc_nativeInitBuilder = function()
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment