Skip to main content
All docs
V24.2

NotFoundFontEventArgs(String, String) Constructor

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v24.2.dll

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