- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone! How are you doing?
Autocad Mtexts have character formatting property called tracking (spacing of letters). This is not a object / style property, but a formating 'tag' in contents of Mtext.
I need to update several hundreds of Mtext to have different tracking (all are 1, need them to be 1.25).
I have found a LISP that allows me to make new Mtext with preset tracking value (see attached).
Can anybody please try to rewrite it so that I can use it as follows:
1. (best case) - first ask what is prefered tracking value - say I input 1.25
2. asks to select multiple Mtext (I select all that I want to change)
3. command adds tracking formating to all selected mtext.
I see it as a script that takes all contents of Mtext and adds formating "tag" ({\Tx.xx;my content incl. fields} in front.
There might be collision with any previous or partial formatting used in a Mtext, but I can even strip all Mtexts of previous formatting, and only then execute LISP.
Can anybody help me with that?
Solved! Go to Solution.