MLightCAD
    Preparing search index...

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

    interface AcEdMTextEditorResult {
        attachmentPoint: AcGiMTextAttachmentPoint;
        contents: string;
        height: number;
        lineSpacingFactor: number;
        location: AcGeVector3dLike;
        width: number;
    }
    Index

    Properties

    attachmentPoint: AcGiMTextAttachmentPoint

    MTEXT attachment (DXF group 71) matching the editor justify control.

    contents: string

    Final MTEXT contents (including inline formatting codes).

    height: number

    Final text box height in world units.

    lineSpacingFactor: number

    Line spacing factor used by the MTEXT input box renderer.

    location: AcGeVector3dLike

    Final MTEXT insertion location in world coordinates.

    width: number

    Final text box width in world units.