OpenCut Engine API - v0.1.0
    Preparing search index...

    Interface SubtitleStyle

    Style overrides for the subtitle overlay.

    interface SubtitleStyle {
        activeColor?: string;
        bottomOffset?: number;
        bottomOffsetWithBubble?: number;
        fontFamily?: string;
        fontSize?: number;
        fontWeight?: number;
        inactiveColor?: string;
        outline?: string[];
    }
    Index

    Properties

    activeColor?: string
    bottomOffset?: number
    bottomOffsetWithBubble?: number
    fontFamily?: string
    fontSize?: number
    fontWeight?: number
    inactiveColor?: string
    outline?: string[]

    CSS text-shadow outline strings.