- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello, we have a lisp routine that does some basic cleanup in drawings every time we open them. Recently a change has some down that they want us using Arial Baltic true type font as the default font in our drawings.
In the past we've had these two commands in our startup file that made sure certain text styles were defined properly for our office standards:
(command "-style" "standard" "simplex.shx" "0" "1" "0" "n" "n" "n")
(command "-style" "architxt" "architxt.shx" "0" "1" "0" "n" "n" "n")
I tried adding the following line to the routine to get it to setup Arial font and assign the Arial Baltic font but it keeps crashing in the lisp, I'm guessing it's because it's a windows true type font and not an autocad shx font:
(command "-style" "arial" "Arial Baltic" "0" "1" "0" "n" "n" "n")
Any suggestions on what I need to change to get this to work in the startup lisp?
Thanks
Solved! Go to Solution.