sempdf
sempdf v1.9.1Interfaces

Interface: PlacedTextResult

sempdf v1.9.1


sempdf / PlacedTextResult

Defined in: src/types.ts:1144

Result of PdfPage.placeText: the drawn size plus the next y to continue at.

Extends

Properties

PropertyTypeDescriptionInherited fromDefined in
endYnumberThe y at the far edge of the drawn text — where the next element can start (accounts for the page origin).-src/types.ts:1146
heightnumberHeight in PDF points (the font size).TextMetrics.heightsrc/types.ts:1130
widthnumberRendered width in PDF points.TextMetrics.widthsrc/types.ts:1128

On this page