Jump to content

Width of Text property& background mask


Organic

Recommended Posts

When you click a piece of text in AutoCad and look on the properties pane, there is a 'width' variable. Why does the background mask for the text still work when the width property for the text is set to 0 or are these totally unrelated? What purpose does the width property of text actually serve (when it seemingly works fine when on 0)?

Link to comment
Share on other sites

I'm assuming you're referring to MText. In which case a width=0 means that you have to press Enter at the end of each line, i.e. the new lines only happen where you press an Enter. If the Width > 0 then the lines will automatically wrap when they reach that distance from the start of the MText.

 

As for the background mask, it works on the greater of the Width property and the length of the longest line of text. See this screen capture:

capture_01182012_133542.png

Link to comment
Share on other sites

Another way to look at it--each multitext object is like a little document. You can adjust the fonts, the spacing, the justification, etc. There's an imaginary piece of paper underneath it, which you see when you have a background mask. If you set a Width, you've set the maximum width of that piece of paper. If you leave the Width at zero, the paper width defaults to the longest line, that is, the minimum width that will hold the entire document.

Link to comment
Share on other sites

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...