Free letters in style
Demo:
009 style schema
This is a simplified schema of a 009
style element:
{
"type": "text",
"style": "009",
"text": "",
"settings": {}
}
Check the full specification of the Style schema in the API documentation.
Settings property for 009
This text style has the following default properties in the settings
field:
Object property
Default value
vertical-align
"center"
horizontal-align
"center"
font-size
"4vw"
font-family
"Inter"
font-weight
"400"
text-align
"center"
color
"#FFFFFF"
Usage examples
Check the following examples of 009
:
Example 1
{
"width": 640,
"height": 360,
"quality": "high",
"draft": false,
"scenes": [
{
"background-color": "red",
"elements": [
{
"type": "text",
"style": "009",
"text": "FREE LETTERS IN",
"settings": {
"color": "white",
"font-size": "8vw",
"font-family": "Inter",
"font-weight": "700"
},
"duration": 5,
"cache": false
}
]
}
]
}