* Move to start of next line (T* operator). * Uses the current leading value.
()
| 155 | * Uses the current leading value. |
| 156 | */ |
| 157 | moveToNextLine(): void { |
| 158 | this.moveTextPosition(0, -this.leading); |
| 159 | } |
| 160 | |
| 161 | /** |
| 162 | * Advance the text position after showing a character. |
no test coverage detected