DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontCollection Class / SelectByFamilyName Method / SelectByFamilyName(String) Method

In This Topic
SelectByFamilyName(String) Method
In This Topic
Returns the list of fonts with the specified family name.
Syntax
'Declaration
 
Public Overloads Function SelectByFamilyName( _
   ByVal fontFamilyName As System.String _
) As System.Collections.Generic.List(Of Font)
 

Parameters

fontFamilyName
See Also