()
| 1641 | const n = i2(2585), o = i2(8460), a = i2(844); |
| 1642 | let h = t2.CharSizeService = class extends a.Disposable { |
| 1643 | get hasValidSize() { |
| 1644 | return this.width > 0 && this.height > 0; |
| 1645 | } |
| 1646 | constructor(e3, t3, i3) { |
| 1647 | super(), this._optionsService = i3, this.width = 0, this.height = 0, this._onCharSizeChange = this.register(new o.EventEmitter()), this.onCharSizeChange = this._onCharSizeChange.event; |
| 1648 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected