Lines Matching refs:_registeredFonts
16463 this._registeredFonts = {}; // Set the default font
16476 if (typeof src === 'string' && this._registeredFonts[src]) {
16478 var _this$_registeredFont = this._registeredFonts[src];
16524 this._registeredFonts[name] = {
22993 if (doc._registeredFonts.hasOwnProperty(family + '-BoldItalic')) {
22995 } else if (doc._registeredFonts.hasOwnProperty(family + '-Italic')) {
22998 } else if (doc._registeredFonts.hasOwnProperty(family + '-Bold')) {
23001 } else if (doc._registeredFonts.hasOwnProperty(family)) {
23008 if (doc._registeredFonts.hasOwnProperty(family + '-Bold')) {
23010 } else if (doc._registeredFonts.hasOwnProperty(family)) {
23016 if (doc._registeredFonts.hasOwnProperty(family + '-Italic')) {
23018 } else if (doc._registeredFonts.hasOwnProperty(family)) {
23024 if (doc._registeredFonts.hasOwnProperty(family)) {