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