Font.FileName Property
Gets the name of the font file.
Syntax
public System.String FileName { get; }
Property Value
Default: ""
The name of the font file.
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