Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Kent1Cooper
en respuesta a: TomBeauford


@TomBeauford wrote:

Lower Case g,j,p,q & y as well as symbols and how you fractions are displayed in Mtext affect the height of each line as well.... 


That variability happens only if the Mtext's Line Space Style is set to "At least."  It can be eliminated by setting it to "Exactly" instead.

Kent1Cooper_1-1711884144925.png

If you want to change it by AutoLisp (subst)/(entmod) methods, it's the DXF code 73 entry in an Mtext's entity data.  From the DXF Reference:

Kent1Cooper_2-1711884343936.png

Or in either (setpropertyvalue) or (vla-put-...) approaches, it's called LineSpacingStyle -- same number values as in DXF 73.

Kent Cooper, AIA