Hello everyone, i found this lisp from LeeMac Aligntext
The input number of the lisp is the X number of times of text height
Can anyone edit this to input the actual Value instead of X times of heigh
@thinh8788V wrote:
The input number of the lisp is the X number of times of text height
Input is spacing factor that multiplied with text height defines vertical distance between lines of text
1, 1.5 2
If you want to define absolute distance between lines of text i.e distance between insertion points than:
In your lisp file do following:
1) erase line of code
spf (if spf (* (cdr (assoc 40 enx)) spf))
2) Change text
"\nSpecify line spacing factor <use existing>: "
to
"\nSpecify absolute value of line spacing : "
Miljenko Hatlak
Since code is copyrighted by the author, perhaps contact Lee Mac for an answer:
Author: Lee Mac, Copyright © 2013 - www.lee-mac.com
Can't find what you're looking for? Ask the community or share your knowledge.