MTEXT TO TEXT

MTEXT TO TEXT

BWYarger
Collaborator Collaborator
17,499 Views
2 Replies
Message 1 of 3

MTEXT TO TEXT

BWYarger
Collaborator
Collaborator

I have mtext that I want to convert to plain text so that the alignment doesn't shift when some capital letters are slightly above or below others in some fonts.  Unfortunately I didn't realize that mtext does this shift until I had a couple of thousand drawings where the exact alignment of the letters is vital.  I found the TXT2MTXT command, but I am looking for the reverse.  I tried MTXT2TXT, but the command line autocorrected to TXT2MTXT.

 

I am using AutoCAD LT 2024 on Windows 11, but have access to full AutoCAD and C3D if there is something in them I can use, or a lisp routine.

Brad
LT, C3D 2005 - 2026
Windows XP, Vista, 7, 10, 11
0 Likes
Accepted solutions (1)
17,500 Views
2 Replies
Replies (2)
Message 2 of 3

pendean
Community Legend
Community Legend
Accepted solution
EXPLODE command converts MTEXT to TEXT. That's it.

But if you have manual formatting overrides inside the MTEXT created in the mtext-editor window, all of those will get lost forever as they do not exist in the TEXT object type in AutoCAD.

Perhaps the latter is your issue?

if this "shift" is consistent, you can SELECTSIMILAR and move all of those TEXT objects back perhaps.

NOTE: LT is AutoCAD. C3D is AutoCAD. AutoCAD is AutoCAD. None are going to behave differently for this task OOTB.
Message 3 of 3

BWYarger
Collaborator
Collaborator

Thank you.  I am glad it is a fundamental command so I can use it in LT.  Some of the after market routines I use are only available in full AutoCAD, or are part of the C3D command set.

Brad
LT, C3D 2005 - 2026
Windows XP, Vista, 7, 10, 11
0 Likes