PDA

View Full Version : Routine to globally changes the text size of attributes?



Mr Cory
2007-03-02, 03:37 AM
Would it be possible to write a lisp routine that globly changes the text size of attributes?

Mike.Perry
2007-03-02, 04:19 AM
Hi

Would the command _.ScaleText achieve the results you are after?

Have a good one, Mike

peter
2007-03-02, 11:26 AM
Try this function

It is useful to manipulate attributes in blocks.

Unzip and place atgl.lsp and atgl.dcl in your search path somewhere.

Type atgl at the command line.


Include filters for the blocks or leave the asterisks for all.

Select the blocks (not attributes)

select the height option and enter the new height (proportional to the block size)

Peter

Mr Cory
2007-03-04, 06:57 PM
That works perfect Cheers:beer: