Lines Matching refs:textWidth
16694 var textWidth = 0;
16700 options.textWidth = textWidth + _this2.wordSpacing * (wc - 1);
16715 textWidth += w;
16728 …textWidth = _this2.wordWidth(buffer + _this2.ellipsis); // remove characters from the buffer until…
16731 while (buffer && textWidth > _this2.lineWidth) {
16733 textWidth = _this2.wordWidth(buffer + _this2.ellipsis);
16736 if (textWidth <= _this2.lineWidth) {
16739 textWidth = _this2.wordWidth(buffer);
16745 textWidth = w;
16766 textWidth = 0;
16772 textWidth = w;
16791 this.continuedX += options.textWidth || 0;
17084 var dy, encoded, i, positions, textWidth, words;
17097 textWidth = this.widthOfString(text.replace(/\s+$/, ''), options);
17098 x += options.lineWidth - textWidth;
17101 x += options.lineWidth / 2 - options.textWidth / 2;
17106 textWidth = this.widthOfString(text.replace(/\s+/g, ''), options);
17108 …wordSpacing = Math.max(0, (options.lineWidth - textWidth) / Math.max(1, words.length - 1) - spaceW…
17146 …var renderedWidth = options.textWidth + wordSpacing * (options.wordCount - 1) + characterSpacing *…
71001 textWidth: inline.width,