grid / Exports / TextSyle

Interface: TextSyle<T>

TextStyle

Type parameters

NameType
Tstring

Properties

color

color: string

Text color

Defined in

types.ts:41open in new window


font

font: string

Font family

Defined in

types.ts:33open in new window


size

size: T

Font size: number if no unit (for SVG)

Defined in

types.ts:37open in new window