Documents for PDF, .NET Edition Documentation
SelectByFamilyName(String) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > FontCollection Class > SelectByFamilyName Method : SelectByFamilyName(String) Method
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)
public System.Collections.Generic.List<Font> SelectByFamilyName( 
   System.string fontFamilyName
)

Parameters

fontFamilyName
See Also

Reference

FontCollection Class
FontCollection Members
Overload List