Documentation
    Preparing search index...

    Interface TextShapeJSON

    interface TextShapeJSON {
        align?: "left" | "center" | "right";
        bold?: boolean;
        ff?: string;
        fs?: number;
        italic?: boolean;
        txt?: string;
    }
    Index

    Properties

    align?: "left" | "center" | "right"
    bold?: boolean
    ff?: string
    fs?: number
    italic?: boolean
    txt?: string