Find all the fonts currently installed on the system.

 

   

Syntax
 

[C#]
static XFont[] FindAll()

[Visual Basic]
Shared Function FindAll() As XFont()

 

   

Params
 
Name Description
return The set of matching fonts.

 

   

Notes
 

This function finds all the fonts currently installed on the system.

 

   

Example
 

None.