kaplay-plugin-text
    Preparing search index...

    Interface StyledTextCompOpt

    Options for the styledText component.

    interface StyledTextCompOpt {
        align?: TextAlign;
        fill?: Color;
        font?: string;
        gradient?: StyledTextGradient;
        lineSpacing?: number;
        outline?: Outline;
        shadow?: StyledTextShadow;
        size?: number;
        width?: number;
    }
    Index
    align?: TextAlign
    fill?: Color
    font?: string
    lineSpacing?: number
    outline?: Outline
    size?: number
    width?: number