XFont FindFamilyNames Function. Find the names of all font families. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Find the names of all font families.

 

   
Syntax  

[C#]
static string[] FindFamilyNames()

[Visual Basic]
Shared Function FindFamilyNames() As String()

 

   

Params
 
Name Description
return The set of family names.

 

   

Notes
 

This function finds all the font families currently available.

 

   

Example
 

None.