FromFile(String,String) Method
Loads a
Font with given full font name from a specified file.
public static Font FromFile(
System.string ,
System.string
)
'Declaration
Public Overloads Shared Function FromFile( _
ByVal As System.String, _
ByVal As System.String _
) As Font
Parameters
- path
- The path to the file containing the font data.
- fullFontName
- The full font name to be loaded.
Return Value
The newly created font.