* Move to start of next line and set leading (TD operator). * Same as: -ty TL tx ty Td
(tx: number, ty: number)
| 146 | * Same as: -ty TL tx ty Td |
| 147 | */ |
| 148 | moveTextPositionAndSetLeading(tx: number, ty: number): void { |
| 149 | this.leading = -ty; |
| 150 | this.moveTextPosition(tx, ty); |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * Move to start of next line (T* operator). |
no test coverage detected