Skip to content

zeropdf v1.3.0


zeropdf / BlockTextMetrics

Interface: BlockTextMetrics

Defined in: src/types.ts:1004

Measured size of a wrapped block of text.

Extended by

Properties

PropertyTypeDescriptionDefined in
heightnumberTotal height in PDF points (line count × line height).src/types.ts:1008
lineCountnumberNumber of lines after wrapping.src/types.ts:1010
widthnumberWidth of the longest rendered line in PDF points.src/types.ts:1006

Released under the ISC license.