XFont FindAll Function. Find all the fonts currently installed on the system. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

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.