Function: pt()
sempdf v1.9.1
sempdf / pt
function pt(value): number;
Defined in: src/types.ts:3951
Identity converter for points. Provided for symmetry with mm,
cm, and inch so unit intent stays explicit at call sites.
| Parameter | Type | Description |
|---|
value | number | Length in points. |
number
The same length in points.