()
| 60 | } |
| 61 | |
| 62 | async init() { |
| 63 | await this.graph.fontMeasurements.calculate(); |
| 64 | this.constructDecorations(this.graph.fontMeasurements); |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Register to be notified when decoration styles are updated, for example if |
nothing calls this directly
no test coverage detected