XFont FindFamily Function. Find all the fonts belonging to a particular family. ABCpdf .NET PDF Library.

ABCpdf .net

 
   

Find all the fonts belonging to a particular family.

 

   
Syntax  

[C#]
static XFont[] FindFamily(string family)

[Visual Basic]
Shared Function FindFamily(family As String) As XFont()

 

   

Params
 
Name Description
family The name of the font family.
return The set of matching fonts.

 

   

Notes
 

This function finds all the fonts belonging to a particular font family.

 

   

Example
 

None.