Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / SystemFontCollection Class / 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
     
    Public Overloads Function SelectByFontPath( _
       ByVal fontPath As System.String _
    ) As System.Collections.Generic.List(Of Font)
    public System.Collections.Generic.List<Font> SelectByFontPath( 
       System.string fontPath
    )

    Parameters

    fontPath
    See Also