Interface: PlacedTextResult
Result of PdfPage.placeText: the drawn size plus the next y to continue at.
Extends
Properties
| Property | Type | Description | Inherited from |
|---|---|---|---|
endY | number | The y at the far edge of the drawn text — where the next element can start (accounts for the page origin). | - |
height | number | Height in PDF points (the font size). | TextMetrics.height |
width | number | Rendered width in PDF points. | TextMetrics.width |