Glenn White sent these AutoLISP routines that will insert text so that it will be a certain size on paper when the drawing is plotted. "Here are two little routines I use for text and mtext They assume that a valid dimscale has been assigned and that text style heights are set to zero (0). The routines allow you to place text in model space, layout, or inside a viewport, and it is scaled correctly for any given plotted height. No need to remember a whole list of text height for different scales." NOTES FROM CADALYST TIP PATROL: This is a good routine and easy enough to use. You have to type in the text style when asked for it, or it will default to the current style; there is no menu to pick from. Besides that it is easy to use and works just like regular text objects. |