()
| 1653 | this.register(this._optionsService.onMultipleOptionChange(["fontFamily", "fontSize"], (() => this.measure()))); |
| 1654 | } |
| 1655 | measure() { |
| 1656 | const e3 = this._measureStrategy.measure(); |
| 1657 | e3.width === this.width && e3.height === this.height || (this.width = e3.width, this.height = e3.height, this._onCharSizeChange.fire()); |
| 1658 | } |
| 1659 | }; |
| 1660 | t2.CharSizeService = h = s2([r(2, n.IOptionsService)], h); |
| 1661 | class c extends a.Disposable { |
no test coverage detected