Documents for PDF, .NET Edition Documentation
SelectByFontPath(String,List<Font>) Method

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > FontCollection Class > SelectByFontPath Method : SelectByFontPath(String,List<Font>) Method
Collects the fonts having the same specified font path.
Syntax
'Declaration
 
Public Overloads Sub SelectByFontPath( _
   ByVal fontPath As System.String, _
   ByVal res As System.Collections.Generic.List(Of Font) _
) 
public void SelectByFontPath( 
   System.string fontPath,
   System.Collections.Generic.List<Font> res
)

Parameters

fontPath
res
See Also

Reference

FontCollection Class
FontCollection Members
Overload List