Skip to content
This is the alpha v4 version website. Looking for the v3 documentation?

LabelFontOptions

Defined in: packages/sigma/src/rendering/nodes/types.ts:349

Font configuration for label rendering.

Properties

family?

optional family?: string

Defined in: packages/sigma/src/rendering/nodes/types.ts:353

Font family name (e.g., “Arial”, “sans-serif”).


size?

optional size?: number

Defined in: packages/sigma/src/rendering/nodes/types.ts:368

Font size in pixels.


style?

optional style?: string

Defined in: packages/sigma/src/rendering/nodes/types.ts:363

Font style (e.g., “normal”, “italic”).


weight?

optional weight?: string

Defined in: packages/sigma/src/rendering/nodes/types.ts:358

Font weight (e.g., “normal”, “bold”, “400”, “700”).