happypdf / TextRun
Interface: TextRun
Defined in: src/api/text/wrap.ts:42
A horizontal piece of a laid out line, offset from the line's origin.
Properties
text
ts
text: string;Defined in: src/api/text/wrap.ts:43
x
ts
x: number;Defined in: src/api/text/wrap.ts:45
Offset from the start of the line, in the text's own units.