MikeS Posted March 11, 2009 Posted March 11, 2009 I have a title block that is properly formatted when created, but loses it formatting (text runs together) when inserted into an existing drawing. See attached file. Can anyone explain why this happens? It doesn't matter if the block is added manually, thru VBA or copy/paste. badBlockFormat.dwg Quote
Strix Posted March 11, 2009 Posted March 11, 2009 is the font style defined in the block defined as something different in the existing drawing? Quote
kool130 Posted March 11, 2009 Posted March 11, 2009 Try to purge first before you insert the block and try to avoid using the default Standard text. ... peace out Quote
dbroada Posted March 11, 2009 Posted March 11, 2009 I would agree with Strix - you probably have the same style name in both drawings but have them defined differently, either font association or font width. Quote
MikeS Posted March 13, 2009 Author Posted March 13, 2009 Your are all correct - the drawings did both originally have STANDARD font, and I did change that...but I was missing the purge. After purging, all is good. Thanks so much! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.