Skip to main content
All docs
V24.2

NotFoundFontEventArgs(String, String) Constructor

In This Article

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.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