Mega Code Archive

 
Categories / JavaScript Reference / Javascript Collections
 

Fonts Example

<html> <body> <object id="myHelper"          classid="clsid:3050f819-98b5-11cf-bb82-00aa00bdce0b"          width="0px"          height="0px"> </object> <button onclick="alert(myHelper.fonts.Count);">Number of fonts in the system</button> </body> </html>