Documents for PDF, .NET Edition Documentation
SelectByFontPath(String) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > SystemFontCollection Class > SelectByFontPath Method : SelectByFontPath(String) Method
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

Reference

SystemFontCollection Class
SystemFontCollection Members
Overload List