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