Appearance
zeropdf / BlockTextMetrics
Interface: BlockTextMetrics
Defined in: src/types.ts:1004
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:1008 |
lineCount | number | Number of lines after wrapping. | src/types.ts:1010 |
width | number | Width of the longest rendered line in PDF points. | src/types.ts:1006 |