(p: number)
| 662 | |
| 663 | let pos = this.offset |
| 664 | const advance = (p: number): number => this.measuredText.nextOffset(p) |
| 665 | |
| 666 | const currentGrapheme = this.graphemeAt(pos) |
| 667 | if (!currentGrapheme) { |
nothing calls this directly
no test coverage detected