@Anonymous wrote:
....
I have a doubt regarding text spacing. In Auto cad how to find out the space before and after the text if we give the space the wrongly in before and after the text. Is there any notification for it or Is it any command,shortcut or lisp program and macro for it. ....
Welcome to these Forums!
[What you have is really a "question" -- yes, the meanings are somewhat related, but "doubt" means something different. English is an overly-complicated language....]
If you are talking about the spacing between lines in Mtext, the default spacing, when the "Line space factor" in Properties is set to 1.0, is part of the font definition, so it will not be the same for Mtext in all fonts. But you can see what the spacing is in the Properties box, and you can change it by giving it either a different Line space factor [a multiplier of the default] or a specific Line space distance. It can also be affected by whether the "Line space style" is set to "At least" or "Exactly," so read about that difference, too.
But also, keep in mind that those values are all about the spacing between the baselines of two line of text -- they are not about the empty space between the bottom of one line of text and the top of the line below. If that's what you mean by "the space before and after," I don't think there's anything that will show it to you directly, and you will probably need to subtract the text height from the line spacing.
OR, if you are not talking about line spacing, but space characters before and/or after the visible-character content, those can be eliminated pretty easily [Reply if that's what you need], but again, I don't think there's anything like a notification about them. But a routine could be made to look for them, and tell you if it finds any, if you want that.
Kent Cooper, AIA