Expand description
text element is simply a text span used for the paragraph element.
Constants§
- The
colorattribute lets you specify the color of the text. - Specify the decoration in a text.
- Specify the decoration’s color in a text.
- Specify the decoration’s style in a text.
- With the
font_familyyou can specify what font you want to use for the inner text. - You can specify the size of the text using
font_size. - You can choose a style for a text using the
font_styleattribute. - You can choose a weight for text using the
font_weightattribute. - You can choose a width for a text using the
font_widthattribute. - Specify the spacing between characters of the text.
- line_height
- You can change the alignment of the text using the
text_alignattribute. - Specify the shadow of a text.
- Specify the spacing between words of the text.