Angelo2449
Guest
Hello everyone,
I would like to set the style (arial) in these two different ways:
- from lisp, I wrote this but it doesn't work:
- from .dxf file or by inserting the appropriate row in .dxf file
Thank you.
I would like to set the style (arial) in these two different ways:
- from lisp, I wrote this but it doesn't work:
Code:
(command "_style" "arial" 0.50 1 0 "n" "n" "n" "")
Thank you.