Skip to content

zeropdf v1.3.0


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

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:1016
heightnumberHeight in PDF points (the font size).TextMetrics.heightsrc/types.ts:1000
widthnumberRendered width in PDF points.TextMetrics.widthsrc/types.ts:998

Released under the ISC license.