Search the Community
Showing results for tags 'textstyles'.
-
Merge Dimstyle & Text style after removing of binding prefix $0$
nababeer posted a topic in AutoLISP, Visual LISP & DCL
Hi there, I am using this lisp to remove binding Prefix from dimstyle name and textstyle name as well. After removing prefix some style names are matching existing names and that cancelling the renaming process. I need someone to modify this lisp (I don't know the developer name) to merge the st... -
This macro is something I use as a 'trained monkey'. I know what it does and how to use it but now I want to alter it and most of it is Greek to me. By elimination it seems "textsz" changes the current textstyle to a different style. The alteration I want to make is to stop the macro changing the te...
-
How to control lineweight i dimension?
jrn posted a topic in AutoCAD 2D Drafting, Object Properties & Interface
When drawing in .stb-file (with layer dependent plot style, plotting in monochrome) and when Dimension Text Style is set to Romans (must not be changed), then how to change line weight of Lines and Text separately? Please help. Thanks.- 3 replies
-
- lineweight
- dimension style
-
(and 2 more)
Tagged with:
-
hi i'm changing all text inside dwg from textstyle to another one using vba and it works great, so when you see any text properties, you find the style of this text is the new one. when i'm removing the old textstyle,a msg appear that this style is in use. when i make a selection to all texts filt...