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

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

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.