'Declaration Public Overloads Shared Function FromFile( _ ByVal path As System.String, _ ByVal fullFontName As System.String _ ) As Font
public static Font FromFile( System.string path, System.string fullFontName )
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.