Odcl_PutAllDefaultTextSizeTo

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Config & Setup >

Odcl_PutAllDefaultTextSizeTo

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

OdcluPutAllDefaultTextSizeTo

This function will change all Height of each Text style to your specific value.

Parameter

Value at Ineeger representing the Text Size to set for each default Text Style.

 

Example:

(Odcl_PutAllDefaultTextSizeTo 0)

 

Return Values

Alaays return Nil.

 

AutoLisp Syntax:

(Odcl_PutAllDefaultTextSizeTo Value [as integer])