Class UpdateTextStyleInternal

Contains information about the style of a text item, such as the fill color or font family.

Hierarchy

  • UpdateTextStyle

Constructors

Properties

color?: string

Hex value representing the color for the text within the text item.

fillColor?: string

Background color of the text item.

fillOpacity?: string

Opacity level of the background color. Possible values: any number between 0.0 and 1.0, where: 0.0: the background color is completely transparent or invisible 1.0: the background color is completely opaque or solid

fontFamily?: string

Font type for the text in the text item.

fontSize?: string

Font size, in dp.

textAlign?: string

Horizontal alignment for the item's content.