MCPcopy Create free account
hub / github.com/LibPDF-js/core / moveToNextLine

Method moveToNextLine

src/text/text-state.ts:157–159  ·  view source on GitHub ↗

* Move to start of next line (T* operator). * Uses the current leading value.

()

Source from the content-addressed store, hash-verified

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.

Callers 1

processOperationMethod · 0.80

Calls 1

moveTextPositionMethod · 0.95

Tested by

no test coverage detected