Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / IFontCollection Interface / SelectByFontPath Method / SelectByFontPath(String) Method

In This Topic
    SelectByFontPath(String) Method
    In This Topic
    Returns the list of fonts having the same specified font path.
    Syntax
    'Declaration
     
    Overloads Function SelectByFontPath( _
       ByVal fontPath As System.String _
    ) As System.Collections.Generic.List(Of Font)
    System.Collections.Generic.List<Font> SelectByFontPath( 
       System.string fontPath
    )

    Parameters

    fontPath
    See Also