Skip to main content
All docs
V26.1
  • NotFoundFontEventArgs.ActualFont Property

    Gets the name of the font that is available in the current hosting environment as a substitute for the missing font.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    public string ActualFont { get; }

    Property Value

    Type Description
    String

    A String that specifies the font name.

    See Also