DXFontData.FilePath Property
Returns the path to the font file (if the font is loaded from a file).
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Property Value
Type | Description |
---|---|
String | The path to the font file. Null (Nothing in Visual Basic) if the font is loaded from a stream or byte array. |
See Also