Community
I am trying to run a simple lsp file to set my text style to "Arial" and the size to "2.5" for the MText. At present the default is "Arial_Bold" and size "4". Is there a way to run a lsp file each time the previous or next drawing is selected.
If not does anybody know where the standard MText defaults can be modified?.
Thank you for your response. I tried adding the following to the ACADDOC.lsp which is loaded at startup:
(command "TEXTSTYLE" "Arial")
(command "TEXTSIZE" "2.5")
It did not change the default style and size, any ideas?
Can't find what you're looking for? Ask the community or share your knowledge.