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

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > SystemFontCollection Class > SelectByFileName Method : SelectByFileName(String) Method
Returns the list of fonts having the same specified file name.
Syntax
'Declaration
 
Public Overloads Function SelectByFileName( _
   ByVal fontFileName As System.String _
) As System.Collections.Generic.List(Of Font)
public System.Collections.Generic.List<Font> SelectByFileName( 
   System.string fontFileName
)

Parameters

fontFileName
See Also

Reference

SystemFontCollection Class
SystemFontCollection Members
Overload List