Commit 5096379d authored by Oleg Korshul's avatar Oleg Korshul

comment debug functions

parent 2295818a
...@@ -891,6 +891,9 @@ ...@@ -891,6 +891,9 @@
return _retArray; return _retArray;
}; };
/*
DEBUG FUNCTIONS
window.getSystemFontsInfo = function() window.getSystemFontsInfo = function()
{ {
var _system_fonts = AscFonts.g_fontApplication.g_fontSelections.List; var _system_fonts = AscFonts.g_fontApplication.g_fontSelections.List;
...@@ -941,6 +944,8 @@ ...@@ -941,6 +944,8 @@
console.log(_log); console.log(_log);
}; };
*/
function CFontByCharacter() function CFontByCharacter()
{ {
this.UsedRanges = []; this.UsedRanges = [];
......
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