MLightCAD
    Preparing search index...

    Result payload returned by the MTEXT editor when editing is finished.

    interface AcEdMTextEditorResult {
        contents: string;
        height: number;
        width: number;
    }
    Index

    Properties

    Properties

    contents: string

    Final MTEXT contents (including inline formatting codes).

    height: number

    Final text box height in world units.

    width: number

    Final text box width in world units.