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

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > IFontCollection Interface > SelectByFamilyName Method : SelectByFamilyName(String) Method
Returns the list of fonts with the specified family name.
Syntax
'Declaration
 
Overloads Function SelectByFamilyName( _
   ByVal fontFamilyName As System.String _
) As System.Collections.Generic.List(Of Font)
System.Collections.Generic.List<Font> SelectByFamilyName( 
   System.string fontFamilyName
)

Parameters

fontFamilyName
See Also

Reference

IFontCollection Interface
IFontCollection Members
Overload List