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