Timeline Studio API Documentation - v0.26.0
Preparing search index...
types/video-compiler
SubtitleStyle
Interface SubtitleStyle
interface
SubtitleStyle
{
background_color
?:
string
;
background_opacity
?:
number
;
border_radius
?:
number
;
color
:
string
;
font_family
:
string
;
font_size
:
number
;
font_weight
:
SubtitleFontWeight
;
letter_spacing
?:
number
;
line_height
?:
number
;
max_width
?:
number
;
padding
?:
{
bottom
:
number
;
left
:
number
;
right
:
number
;
top
:
number
}
;
shadow_blur
?:
number
;
shadow_color
?:
string
;
shadow_x
?:
number
;
shadow_y
?:
number
;
stroke_color
?:
string
;
stroke_width
?:
number
;
}
Index
Properties
background_
color?
background_
opacity?
border_
radius?
color
font_
family
font_
size
font_
weight
letter_
spacing?
line_
height?
max_
width?
padding?
shadow_
blur?
shadow_
color?
shadow_
x?
shadow_
y?
stroke_
color?
stroke_
width?
Properties
Optional
background_
color
background_color
?:
string
Optional
background_
opacity
background_opacity
?:
number
Optional
border_
radius
border_radius
?:
number
color
color
:
string
font_
family
font_family
:
string
font_
size
font_size
:
number
font_
weight
font_weight
:
SubtitleFontWeight
Optional
letter_
spacing
letter_spacing
?:
number
Optional
line_
height
line_height
?:
number
Optional
max_
width
max_width
?:
number
Optional
padding
padding
?:
{
bottom
:
number
;
left
:
number
;
right
:
number
;
top
:
number
}
Optional
shadow_
blur
shadow_blur
?:
number
Optional
shadow_
color
shadow_color
?:
string
Optional
shadow_
x
shadow_x
?:
number
Optional
shadow_
y
shadow_y
?:
number
Optional
stroke_
color
stroke_color
?:
string
Optional
stroke_
width
stroke_width
?:
number
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
background_
color
background_
opacity
border_
radius
color
font_
family
font_
size
font_
weight
letter_
spacing
line_
height
max_
width
padding
shadow_
blur
shadow_
color
shadow_
x
shadow_
y
stroke_
color
stroke_
width
Timeline Studio API Documentation - v0.26.0
Loading...