LabelFontOptions
Defined in: packages/sigma/src/rendering/nodes/types.ts:349
Font configuration for label rendering.
Properties
family?
optionalfamily?:string
Defined in: packages/sigma/src/rendering/nodes/types.ts:353
Font family name (e.g., “Arial”, “sans-serif”).
size?
optionalsize?:number
Defined in: packages/sigma/src/rendering/nodes/types.ts:368
Font size in pixels.
style?
optionalstyle?:string
Defined in: packages/sigma/src/rendering/nodes/types.ts:363
Font style (e.g., “normal”, “italic”).
weight?
optionalweight?:string
Defined in: packages/sigma/src/rendering/nodes/types.ts:358
Font weight (e.g., “normal”, “bold”, “400”, “700”).