(p: number)
| 637 | |
| 638 | let pos = this.offset |
| 639 | const advance = (p: number): number => this.measuredText.nextOffset(p) |
| 640 | |
| 641 | const currentGrapheme = this.graphemeAt(pos) |
| 642 | if (!currentGrapheme) { |
nothing calls this directly
no test coverage detected