Font.Path Property
Gets the path to the directory where the font file is located.
Syntax
public System.String Path { get; }
Property Value
Default: ""
The path to the directory where the font file is located.
Remarks
You don't need to specify this property to load a font, it is usually enough to set the FontName property. Use this property only if you wish to load a font from a specific TrueType or OpenType font file, without having to install the font on the system.
This property supports Virtual paths.
Platforms
Windows, Linux, Android