- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
So I have searched for an answer to this problem a lot and haven't found much in the way of answers. When I have a Mtext that is 2 lines long and starts with the letter "I" or a few other characters and you explode it, the insertion point of the top line and bottom line are not aligned. This is only a problem if I change the text back to Mtext and explode it multiple times as it begins shifting to the left which messes with the alignment of my drawing. Unless someone has a solution for this exact problem I was looking for a workaround solution.
For instance if I have an Mtext that says "Install this equipment...." I would like to have a lisp that would change the first "I" to say a "M" and then explode the mtext and then change the "M" back to an "I". By changing the first character in this way and then exploding the mtext the top line insertion point matches the bottom line . I have tested to see if it works I just lack the knowledge in AutoLisp to automate the process.
Another workaround I imagined is exploding the Mtext and since the insertion point of my second line is in the correct spot. Move the top line insertion point in line with the bottom line's insertion point. Again I don't have the knowledge to implement this in AutoLisp. However, either of these solutions would fix this problem in most cases.
Hopefully I explained the problem and solutions so that it makes sense if not I can try and clarify if needed.
Solved! Go to Solution.