Skip to main content

Interface: TextProps

Table of contents

Properties

Properties

text

text: string

Defined in

types.ts:128


fontSize

Optional fontSize: number

Defined in

types.ts:129


fontFamily

Optional fontFamily: string

Defined in

types.ts:130


fill

Optional fill: string

Defined in

types.ts:131


stroke

Optional stroke: string

Defined in

types.ts:132


shadowColor

Optional shadowColor: string

Defined in

types.ts:133


shadowOffset

Optional shadowOffset: number[]

Defined in

types.ts:134


shadowBlur

Optional shadowBlur: number

Defined in

types.ts:135


shadowOpacity

Optional shadowOpacity: number

Defined in

types.ts:136


strokeWidth

Optional strokeWidth: number

Defined in

types.ts:137


textAlign

Optional textAlign: TextAlign

Defined in

types.ts:138


backgroundColor

Optional backgroundColor: string

Defined in

types.ts:139


backgroundOpacity

Optional backgroundOpacity: number

Defined in

types.ts:140


fontWeight

Optional fontWeight: number

Defined in

types.ts:141


lineWidth

Optional lineWidth: number

Defined in

types.ts:142


rotation

Optional rotation: number

Defined in

types.ts:143


fontStyle

Optional fontStyle: string

Defined in

types.ts:144