OGPlayer React Native SDK
    Preparing search index...

    Interface SubtitleStyle

    interface SubtitleStyle {
        applyEmbeddedStyles?: boolean;
        backgroundColor?: string;
        edgeColor?: string;
        edgeType?: "NONE" | "OUTLINE" | "DROP_SHADOW" | "RAISED" | "DEPRESSED";
        fontFamily?: string;
        textColor?: string;
        windowColor?: string;
    }
    Index
    applyEmbeddedStyles?: boolean
    backgroundColor?: string
    edgeColor?: string
    edgeType?: "NONE" | "OUTLINE" | "DROP_SHADOW" | "RAISED" | "DEPRESSED"
    fontFamily?: string

    Platform font family/name (maps to typeface / fontName).

    textColor?: string
    windowColor?: string