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

JavaScript Reference
1. Event Handlers Reference
2. Javascript Collections
3. Javascript Methods
4. Javascript Objects
5. Javascript Properties
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
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
w_w_w___.__ja__v__a2_s__.c__o_m__ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.