Mleader - Underline Bottom Line spacing with Mtext

Dear All,

Is it possible to increase vertical spacing between a Mtext and an underline bottom line in a multileader style ?

Thank you for tou help

Comments

  • ALANH
    edited March 3

    Underlining last line is easy part. If I understand the request.

    Not sure about a Mleader but you may be able to edit the mtext part via a lisp to change line spacing, but that may only be good for 2 lines.

    "LineSpacingFactor = 2.0"

    If you have multiple lines may be able to use a Space with a character height set to change the gap betwen lines.

    AI suggested there was a control for this \ls but can not find any documentation that matches AI is like that.

    This seemed to work to put a big gap between 3 lines. By using a space with a bigger character height.

    (setq obj (vlax-ename->vla-object (car (entsel "\nSelect a object "))))
    (vlax-put obj 'textstring "AAA\PB\P{\H2.4x; \P}\\LB")

    If close post a sample dwg.

  • Thank you for your answer. I wish I could avoid Lisp code. Would it be possible to insert a block in a multileader instead to get the Mtext directly in the Multilideader. The Block will contain a Mtext that Users could modify ?