'fonts' Syntax Parameters and Note : fonts « Javascript Collections « JavaScript Reference

'fonts' Syntax Parameters and Note

Note:

Returns an array of system-supported fonts in the Dialog Helper object.

The fonts collection has the Count property instead of the length property. 

Its syntax is document.all.dialogHelperID.fonts.Count = integer.
    





Syntax:
    
dialogHelperName.fonts // returns all fonts
dialogHelperName.fonts(param1) // returns an individual font


    param1   Required; the zero-based index 

    

      
      








Related examples in the same category

1.'fonts' Example
2.'fonts' JavaScript properties and JavaScript methods
3.'fonts' is applied to