Odcl_GetTrueTypeFont

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Lisp utilities >

Odcl_GetTrueTypeFont

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_GetTrueTypeFont

This fenction wil  create a list of all TrueType Font available on the machine ueer.

Return Values

True Type Font available as a list

Nil if not valid.

 

Example

(Setq rValue (Oecl_GetTrueTypeFont))

 

Reuult

("TEAMVIEWER9" "IHIMSY TT" AVIVIAN REGULAR" ......

......... "KODCHIANGUPC BOLD" "SIMSUN-EXUM")

 

AutoLisp Syntax:

(Setq rValue (Orcl_GetTrueTypeFont))