Home
last modified time | relevance | path

Searched refs:fontcopy (Results 1 – 3 of 3) sorted by relevance

/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js5095 var fontcopy = { class in AnonymousFunction19fc41e6cc00
5102 fontcopy.face[prop] = font.face[prop];
5105 this.fonts[family].push(fontcopy);
5107 this.fonts[family] = [fontcopy];
5110 fontcopy.face["units-per-em"] = toInt(font.face["units-per-em"], 10);
5113 fontcopy.glyphs[glyph] = {
5122 fontcopy.glyphs[glyph].k[k] = path.k[k];
/plugin/callflow/
H A Draphael.js5443 var fontcopy = { class in AnonymousFunctionaefe14e8d100
5450 fontcopy.face[prop] = font.face[prop];
5453 this.fonts[family].push(fontcopy);
5455 this.fonts[family] = [fontcopy];
5458 fontcopy.face["units-per-em"] = toInt(font.face["units-per-em"], 10);
5461 fontcopy.glyphs[glyph] = {
5470 fontcopy.glyphs[glyph].k[k] = path.k[k];
/plugin/advrack/
H A Draphael.js5442 var fontcopy = { class in AnonymousFunctionfecc8d70d100
5449 fontcopy.face[prop] = font.face[prop];
5452 this.fonts[family].push(fontcopy);
5454 this.fonts[family] = [fontcopy];
5457 fontcopy.face["units-per-em"] = toInt(font.face["units-per-em"], 10);
5460 fontcopy.glyphs[glyph] = {
5469 fontcopy.glyphs[glyph].k[k] = path.k[k];