sempdf
sempdf v1.9.1Interfaces

Interface: BlockTextMetrics

sempdf v1.9.1


sempdf / BlockTextMetrics

Defined in: src/types.ts:1134

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:1138
lineCountnumberNumber of lines after wrapping.src/types.ts:1140
widthnumberWidth of the longest rendered line in PDF points.src/types.ts:1136

On this page