Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / SystemFontCollection Class / SelectByFullName Method / SelectByFullName(String) Method

In This Topic
    SelectByFullName(String) Method
    In This Topic
    Returns the list of fonts with the specified full name.

    Full font name that reflects all family and relevant subfamily descriptors.

    Syntax
    'Declaration
     
    Public Overloads Function SelectByFullName( _
       ByVal fullFontName As System.String _
    ) As System.Collections.Generic.List(Of Font)
    public System.Collections.Generic.List<Font> SelectByFullName( 
       System.string fullFontName
    )

    Parameters

    fullFontName
    See Also