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

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

Parameters

fontPath
res
See Also

Reference

IFontCollection Interface
IFontCollection Members
Overload List