modern-pdf-lib / LayoutSinglelineResult
Interface: LayoutSinglelineResult
Defined in: src/core/layout.ts:189
Result of layoutSinglelineText.
Properties
line
line:
object
Defined in: src/core/layout.ts:191
The text line with its measured width.
height
height:
number
text
text:
string
width
width:
number
x
x:
number
Defined in: src/core/layout.ts:193
The x offset after alignment (0 for left-aligned).
y
y:
number
Defined in: src/core/layout.ts:195
The y offset for the text baseline.