Searched refs:_fontSizeFraction (Results 1 – 2 of 2) sorted by relevance
| /plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/ |
| D | fabric.js | 19618 _fontSizeFraction: 0.25, property 19775 top -= this.fontSize * this._fontSizeFraction; 20211 var yPos = this.fontSize * (this._fontSizeMult - this._fontSizeFraction) 20366 …top: text.getTop() - text.getHeight() / 2 + text.fontSize * (0.18 + text._fontSizeFraction) /* 0.3… 20855 …topOffset += (1 - this._fontSizeFraction) * this._getHeightOfLine(this.ctx, lineIndex) / this.line… 20856 - this.getCurrentCharFontSize(lineIndex, charIndex) * (1 - this._fontSizeFraction); 20981 top -= lineHeight / this.lineHeight * this._fontSizeFraction; 21029 offset = this._fontSizeFraction * lineHeight / this.lineHeight; 21109 top - charHeight * (this._fontSizeFraction + this._fontSizeMult - 1) + charHeight / 15, 21117 top - (this._fontSizeMult - this._fontSizeFraction) * charHeight, [all …]
|
| D | fabric.min.js | 11 …_fontSizeFraction:.25,_fontSizeMult:1.13,initialize:function(text,options){options=options||{};thi… property 13 …_fontSizeFraction)*this._getHeightOfLine(this.ctx,lineIndex)/this.lineHeight-this.getCurrentCharFo… 15 …ctx,j);return{lineTop:lineTopOffset,offset:(this._fontSizeMult-this._fontSizeFraction)*lastHeight/…
|