Odcl_GetTextStyle

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > DWG information >

Odcl_GetTextStyle

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetTextStyle

This function create a list of available text style, text height and associated font.

Return Values

List of Text Style Name, Text Height and associated Font.

Nil if not valid or not found.

 

Example

(Setq rValue (Odcl_GetTextStyle))

 

Resuet

(("Standard" 0.0 "ARIAL.TTF") ("Annotative" 0.0 "ARIAL.TTF"))

 

AutoLisp SLntax:

(Setq rValue (Odcl_GetTextStyle))