Appearance
zeropdf / PlacedTextResult
Interface: PlacedTextResult
Defined in: src/types.ts:1014
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:1016 |
height | number | Height in PDF points (the font size). | TextMetrics.height | src/types.ts:1000 |
width | number | Rendered width in PDF points. | TextMetrics.width | src/types.ts:998 |