The text component.
groupComponent Types
draw: Comp["draw"]
The text to render.
The text after formatting.
The text size.
font: string | BitmapFontData
The font to use.
Width of text.
Height of text.
align: TextAlign
Text alignment ("left", "center" or "right", default "left").
sincev3000.0
The gap between each line.
sincev2000.2
The gap between each character.
sincev2000.2
textTransform: CharTransform | CharTransformFunc
Transform the pos, scale, rotation or color for each character based on the index or char.
sincev2000.1
textStyles: Record<string, CharTransform | CharTransformFunc>
Stylesheet for styled chunks, in the syntax of "this is a [style]text[/style] word".
sincev2000.2
sincev3000.0