kizaerf Posted September 10, 2014 Share Posted September 10, 2014 I have mirrtext set to '0' so it doesn't mirror the text (which i want, so that's great) however, it does mirror the text justification which drives me nuts. is there a way to fix it so it doesn't change the text formatting at all? please see images. one is non mirrored and you can see the blue grips indicating the change in justification from the left to the right. oops, the first one is after it was mirrored and the second one is pre mirror Quote Link to comment Share on other sites More sharing options...
nukecad Posted September 10, 2014 Share Posted September 10, 2014 (edited) I think that this is just Acad doing the best it can with mirroring text. It is mirroring the point where the text has been placed just like any other mirrored point. Because you have mirrtext set to 0 it then rejustifies the text to make sure its running the right way from that point. (Imagine the mess if it didn't do that). To do what you are asking it would have to work out the width of the text and then move the insertion point by that amount after mirroring. That doesn't sound that difficult if you are only mirroring horizontaly or verticaly (and there is probably a lisp somewhere that will do that) but you could be mirroring about an inclined axis and then it starts getting difficult. EDIT Thinking more about it it shouldnt be that difficult even when mirroring at an angle, as long as the text stays horizontal and the moving by the text width is done after the mirroring. But if the text is to become angled then the complication is still there. Edited September 10, 2014 by nukecad Quote Link to comment Share on other sites More sharing options...
SLW210 Posted September 11, 2014 Share Posted September 11, 2014 Why not just use COPY command? This might help explain how it works http://cadtips.cadalyst.com/general-text/justify-text-after-mirroring You actually show mirrored MTEXT, TEXT will keep the formatting, but will realign. There is an Express Tool called TJUST that will reset your justification. Quote Link to comment Share on other sites More sharing options...
kizaerf Posted September 11, 2014 Author Share Posted September 11, 2014 TJUST works. Thank you! Quote Link to comment Share on other sites More sharing options...
kizaerf Posted September 11, 2014 Author Share Posted September 11, 2014 While we are here, is there a way to fit the 'frame' to the text so it's tight? like, in my example, the text fits to the 'frame' or the box.. is there command for this? Quote Link to comment Share on other sites More sharing options...
SLW210 Posted September 11, 2014 Share Posted September 11, 2014 You can set Defined Width and Defined Height to 0 in properties, other than that, you will need to see if there is a LISP, AFAIK. Quote Link to comment Share on other sites More sharing options...
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.