Skip to content

Interface: TextVariantFlags

Defined in: common/textmeasure.ts:42

Font variant flags (bold / italic) for text measurement. Mirrors textfont_t.flags in the C source.

See

lib/common/textspan_lut.c:estimate_textspan_size (AD2)

Properties

bold?

ts
readonly optional bold?: boolean;

Defined in: common/textmeasure.ts:43


italic?

ts
readonly optional italic?: boolean;

Defined in: common/textmeasure.ts:44