- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Thinking caps on...
I'm looking for a way to change MTEXT paragraph spacing within LISP or script. The properties dialog is great, but useless to me for this task.
I've been plotting/making PDFs for years using script-based plotting, with LISP making decisions based on drawing conditions. I have code in place to change all fonts to true-type on the fly for the styles we use. Now I would like to update that process to duplicate whatever the Publish (or AEPublish) command does when I check the option for substituting true-type fonts for shx fonts, because it's not quite the same.
AEPublish is substituting Simplex_IV50.TTF in such a way as to maintain the existing spacing between lines. When I change my style to use Simplex_IV50 though, the paragraph spacing is forcing the MTEXT to grow longer.
I would like to know if someone has a method for applying TSPACEFAC and TSPACETYPE variables to existing MTEXT without restoring to manually selecting every item and applying settings using the Properties dialog. I have an idea how I can do this, but I would rather not write it if it's out there somewhere.
Solved! Go to Solution.