[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.FontCollection.FindFontPath

FindFontPath Method

FindFontPath(string)

Searches for the first font having the specified font path.

Declaration
public Font FindFontPath(string fontPath)
Public Function FindFontPath(fontPath As String) As Font
Parameters
Type Name Description
string fontPath
Returns
Type Description
Font
Implements