What's the best way to convert all dtext in a drawing to mtext without having to do each individually.
What's the best way to convert all dtext in a drawing to mtext without having to do each individually.
I think you would want a piece of lisp that calls each object in turn and apllies TXT2MTXT (from the Express Tools) to it.
BTW, there is no such object type as DTEXT. They are TEXT objects.
John B
"With or without religion, you would have good people doing good things and evil people doing evil things. But for good people to do evil things, that takes religion." - Steven Weinberg.
Try this ... something i did a while ago ... not terribly sophisticated ... my lisp programming is limited to quick dirty fixes for my own needs