Home
last modified time | relevance | path

Searched refs:_charWidthsCache (Results 1 – 2 of 2) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js20563 _charWidthsCache: { }, property
21247 if (this.isEmptyStyles() && this._charWidthsCache[cacheProp] && this.caching) {
21248 return this._charWidthsCache[cacheProp];
21274 if (!this._charWidthsCache[cacheProp]) {
21275 this._charWidthsCache[cacheProp] = ctx.measureText(_char).width;
21278 return this._charWidthsCache[cacheProp];
21324 if (this._charWidthsCache[cacheProp] && this.caching) {
21325 return this._charWidthsCache[cacheProp];
Dfabric.min.js11 …ursorOpacity:0,_selectionDirection:null,_abortCursorAnimation:false,_charWidthsCache:{},initialize… property
13_charWidthsCache[cacheProp]&&this.caching){return this._charWidthsCache[cacheProp]}if(typeof style…