Discussions

Ask a Question
Back to All

Adjust styling for Text using api

is there a way to adjust the text styling for text like this in api?
userText: {
name: "userText",
type: "text",
properties: {
content: input.overlayText ?? "",
color: "#000000",
stroke_color: "#FFFFFF",
stroke_width: 4,
font_size: 48,
text_align: "center",
font_weight: "bold"
}
}
Even just basic text like border or background?