* End text object (ET operator).
()
| 119 | * End text object (ET operator). |
| 120 | */ |
| 121 | endText(): void { |
| 122 | // Text matrices become undefined outside text objects |
| 123 | // but we keep them for simplicity |
| 124 | } |
| 125 | |
| 126 | /** |
| 127 | * Set text matrix (Tm operator). |
no outgoing calls