Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    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?: 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