Skip to main content
All docs
V25.1
  • DXFontData.FilePath Property

    Returns the path to the font file (if the font is loaded from a file).

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public string FilePath { get; }

    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