Though I've never tried it, this might work... In java you'd do...
String[] fonts=java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment().getAvai lableFontFamilyNames(); Just cf-ify that if you can. If you can't process string arrays (never tried to) you might have to convert this into a CFQuery and make a cfx java class. Dov Katz -----Original Message----- From: Asim Manzur [mailto:[EMAIL PROTECTED] Sent: Thursday, December 09, 2004 10:07 AM To: CF-Talk Subject: SYSTEM font list? is it possible to get the list of the installed font in coldfuison?? I want something like <cfloop index="fontname" list="list_of_fonts" delimeter=","> <font name="#fontname#">#fontname#</font><BR> </cfloop> how is it possible can someone advise?? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http://www.houseoffusion.com/lists.cfm/link=i:4:186833 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

