Lines Matching refs:extFonts
3950 function ChangeExtFonts(ui, extFonts, customFonts) argument
3953 this.extFonts = extFonts;
3954 this.previousExtFonts = extFonts;
3969 this.extFonts = this.previousExtFonts;
3970 var tmp = graph.extFonts;
3982 graph.extFonts = [];
4071 var extFonts = mxUtils.clone(this.editorUi.editor.graph.extFonts);
4073 if (extFonts != null && extFonts.length > 0)
4075 for (var i = 0; i < extFonts.length; i++)
4077 if (extFonts[i].name == fontName)
4079 extFonts.splice(i, 1);
4096 var change = new ChangeExtFonts(this.editorUi, extFonts, customFonts);
4220 var extFonts = this.editorUi.editor.graph.extFonts;
4223 if (extFonts != null && extFonts.length > 0)
4232 for (var i = 0; i < extFonts.length; i++)
4234 if (!custMap[extFonts[i].name])
4236 this.customFonts.push(extFonts[i]);
4340 var extFonts = this.editorUi.editor.graph.extFonts;
4343 if (extFonts != null)
4345 webFont = extFonts.find(function(ef)