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
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