Angelo2449
Guest
Hello everyone,
- I create, through dxf file, a string series, open the dxf by clicking on it, the style is "standard"."txt"
- with a lisp program, I change the string text, so I don't write anything new.
- at the beginning of the programme there is education:
- the execution of the program besides changing the string test, changes the style, now it is "arial".
- the strings, first created, then modified, remain of the "standard" style "txt"
question, how do I, within the program, change the style of strings?
Thank you.
- I create, through dxf file, a string series, open the dxf by clicking on it, the style is "standard"."txt"
- with a lisp program, I change the string text, so I don't write anything new.
- at the beginning of the programme there is education:
Code:
(command "_style" "arial" "arial.ttf" 0 1 0 "" "")
- the strings, first created, then modified, remain of the "standard" style "txt"
question, how do I, within the program, change the style of strings?
Thank you.

