DS.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontCollection 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)
 

Parameters

fontPath
See Also