Skip to content

@jimka/typescript-ui / core / TextMetrics

Interface: TextMetrics

Defined in: src/typescript/lib/core/Util.ts:25

Result of an off-screen text measurement that also reports the typographic baseline.

Remarks

baseline is the offset from the top of the measured box to the font baseline, in pixels — analogous to CSS vertical-align: baseline on an inline-block element.

Properties

baseline

ts
baseline: number;

Defined in: src/typescript/lib/core/Util.ts:28


height

ts
height: number;

Defined in: src/typescript/lib/core/Util.ts:27


width

ts
width: number;

Defined in: src/typescript/lib/core/Util.ts:26