Text
A text element is a styleable object, defining several values for the to be rendered text.
Code
FontDto{
"content":"I'm just some text",
"classification":"sans-serif",
"size":"text-lg",
"weight:":"font-normal"
}Arguments
content●required
string
The text that will be displayed.
The classification of the text, if it should be sans-serif or serif.
The font size of the text.
The font-weight of the text.