'fonts' Example : fonts « Javascript Collections « JavaScript DHTML






'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>

    
      
      








Related examples in the same category