Message 1 of 10
Loading linetypes and font files automatically
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am working on a partial cui file for making layers menu tab in Menubar. See Image below:
I have written a macro for each of the layers, see sample macro for Centerline:
ID_CAD 31 [Centreline]^C^C-Layer;m;T-------C3N;c;4;;L;CENTRUMLINJE;;Lw;0.18;;d;Centrumlinje / Vagmitt;;;; |
I have number of layers with different linetypes. Each time i open a new file i have to load all the linetypes. If i don't load the linetypes the macro gives me an error.
I wish to send this CUI file to client and not necessarily the client will have the linetypes that i have. I don't want him to do all stuff of loading the linetypes and fonts for using this CUI.
Is there any way to load all the linetypes and fonts automatically without copying those in the 'Support' folder in AutoCAD?