Lines Matching refs:_metrics
61843 if (this._metrics) {
61844 return this._metrics;
61871 return this._metrics = {
62197 if (this._metrics == null) {
62198 this._metrics = Glyph.prototype._getMetrics.call(this, cbox);
62200 var _this$_metrics = this._metrics,
62234 this._metrics.advanceWidth = glyph.phantomPoints[1].x - glyph.phantomPoints[0].x;
62235 this._metrics.advanceHeight = glyph.phantomPoints[3].y - glyph.phantomPoints[2].y;
62236 this._metrics.leftBearing = glyph.xMin - glyph.phantomPoints[0].x;
62237 this._metrics.topBearing = glyph.phantomPoints[2].y - glyph.yMax;
62252 if (this._metrics) {
62253 return this._metrics;
62261 return this._metrics;