Lines Matching refs:advanceWidth
16146 advanceWidth: this.font.widthOfGlyph(glyph)
16195 _this.widths = [_this.font.getGlyph(0).advanceWidth];
16219 position.advanceWidth = run.glyphs[i].advanceWidth * this.scale;
16246 var advanceWidth = 0; // Split the string by words to increase cache efficiency.
16259 advanceWidth += run.advanceWidth;
16268 advanceWidth: advanceWidth
16283 this.widths[gid] = glyph.advanceWidth * this.scale;
16294 var width = this.layout(string, features, true).advanceWidth;
17271 var advance = positions[cur - 1].xAdvance - positions[cur - 1].advanceWidth;
17302 if (pos.xAdvance - pos.advanceWidth !== 0) {
20942 width: pos[i].advanceWidth * size / 1000,
59440 if (font.glyphForCodePoint(code).advanceWidth === 0) {
59454 var idx = font.glyphForCodePoint(code).advanceWidth === 0 ? i : i + 1;
61445 return new GlyphPosition(glyph.advanceWidth);
61847 advanceWidth = _this$_getTableMetric.advance,
61869 advanceWidth += this._font._variationProcessor.getAdvanceAdjustment(this.id, this._font.HVAR);
61872 advanceWidth: advanceWidth,
61969 return this._getMetrics().advanceWidth;
62201 advanceWidth = _this$_metrics.advanceWidth,
62205 … - leftBearing, 0), new Point(false, true, glyph.xMin - leftBearing + advanceWidth, 0), new Point(…
62234 this._metrics.advanceWidth = glyph.phantomPoints[1].x - glyph.phantomPoints[0].x;
63632 advance: glyph.advanceWidth,