sempdf v1.9.1Interfaces
Interface: BlockTextMetrics
sempdf / BlockTextMetrics
Defined in: src/types.ts:1134
Measured size of a wrapped block of text.
Extended by
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
height | number | Total height in PDF points (line count × line height). | src/types.ts:1138 |
lineCount | number | Number of lines after wrapping. | src/types.ts:1140 |
width | number | Width of the longest rendered line in PDF points. | src/types.ts:1136 |