Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / IFontCollection Interface / FindFontPath Method

In This Topic
    FindFontPath Method (IFontCollection)
    In This Topic
    Searches for the first font having the specified font path.
    Syntax
    'Declaration
     
    Function FindFontPath( _
       ByVal fontPath As System.String _
    ) As Font
    Font FindFontPath( 
       System.string fontPath
    )

    Parameters

    fontPath
    See Also