Lines Matching refs:_fontSize
16461 this._fontSize = 12;
16513 fontSize: function fontSize(_fontSize) {
16514 this._fontSize = _fontSize;
16521 return this._font.lineHeight(this._fontSize, includeGap);
16902 …return this._font.widthOfString(string, this._fontSize, options.features) + (options.characterSpac…
16924 var unit = Math.round(this._font.ascender / 1000 * this._fontSize);
17143 dy = dy / 1000 * this._fontSize;
17163 var lineWidth = this._fontSize < 10 ? 0.5 : Math.floor(this._fontSize / 10);
17177 var _lineWidth = this._fontSize < 10 ? 0.5 : Math.floor(this._fontSize / 10);
17210 …this.addContent("/".concat(this._font.id, " ").concat(number$2(this._fontSize), " Tf")); // render…
17227 wordSpacing *= 1000 / this._fontSize;
17263 var scale = this._fontSize / 1000;