()
| 879 | ctx.fillRect(scrollbarX, thumbY, scrollbarWidth, thumbHeight); |
| 880 | } |
| 881 | public getMetrics(): FontMetrics { |
| 882 | return { ...this.metrics }; |
| 883 | } |
| 884 | |
| 885 | /** |
| 886 | * Get canvas element (needed by SelectionManager) |
no outgoing calls
no test coverage detected