Searched refs:fontCss (Results 1 – 5 of 5) sorted by relevance
2057 if (config.fontCss)2111 if (fontCss != null)2113 Editor.prototype.fontCss = fontCss; method in Editor2124 var parts = fontCss.split('url(');3006 if (fontCss != null)3008 var parts = fontCss.split('url(');3056 result = [fontCss]3069 var parts = fontCss.split('url(');3176 then(fontCss);3301 fontCss = (fontCss != null) ? fontCss : this.absoluteCssFonts(this.fontCss);[all …]
14895 EditorUi.prototype.embedCssFonts = function(fontCss, then) argument14898 return this.editor.embedCssFonts(fontCss, then);
3170 …barTitleSize: value must be int > 0"));b.fontCss&&("string"===typeof b.fontCss?Editor.configureFon…3171 …Size)}};Editor.configureFontCss=function(b){if(null!=b){Editor.prototype.fontCss=b;var d=document.… method in Editor3198 …prototype.loadFonts=function(b){null!=this.fontCss&&null==this.resolvedFontCss?this.embedCssFonts(…3200 …rototype.addFontCss=function(b,d){d=null!=d?d:this.absoluteCssFonts(this.fontCss);if(null!=d){var …3335 c.writeln("</style>"));null!=b.editor.fontCss&&(c.writeln('<style type="text/css">'),c.writeln(b.ed…
10502 …barTitleSize: value must be int > 0"));b.fontCss&&("string"===typeof b.fontCss?Editor.configureFon…10503 …Size)}};Editor.configureFontCss=function(b){if(null!=b){Editor.prototype.fontCss=b;var c=document.… method in Editor10530 …prototype.loadFonts=function(b){null!=this.fontCss&&null==this.resolvedFontCss?this.embedCssFonts(…10532 …rototype.addFontCss=function(b,c){c=null!=c?c:this.absoluteCssFonts(this.fontCss);if(null!=c){var …10667 f.writeln("</style>"));null!=b.editor.fontCss&&(f.writeln('<style type="text/css">'),f.writeln(b.ed…