x4js - v2.2.49
    Preparing search index...

    Interface TextOptions

    interface TextOptions {
        align?: "center" | "left" | "right";
        color?: string;
        width?: number;
    }
    Index
    align?: "center" | "left" | "right"
    color?: string
    width?: number