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

Home
JavaScript Reference
1.Event Handlers Reference
2.Javascript Collections
3.Javascript Methods
4.Javascript Objects
5.Javascript Properties
JavaScript Reference » Javascript Collections » fonts 




'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
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.