Skip to main content
All docs
V25.1
  • NotFoundFontEventArgs(String, String) Constructor

    Initializes a new instance of the NotFoundFontEventArgs class with specified settings.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.dll

    NuGet Package: DevExpress.Drawing

    Declaration

    public NotFoundFontEventArgs(
        string requestedFont,
        string actualFont
    )

    Parameters

    Name Type Description
    requestedFont String

    The name of the font referenced in the document.

    actualFont String

    The name of the font referenced in the document.

    See Also