Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / IFontCollection Interface / 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
     
    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