Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / FontCollection Class / FindFileName Method

In This Topic
    FindFileName Method (FontCollection)
    In This Topic
    Searches for the first font having the specified file name.
    Syntax
    'Declaration
     
    Public Function FindFileName( _
       ByVal fontFileName As System.String _
    ) As Font
    public Font FindFileName( 
       System.string fontFileName
    )

    Parameters

    fontFileName
    See Also