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
#Parameters
Name | Type | Description |
---|---|---|
requested |
String | The name of the font referenced in the document. |
actual |
String | The name of the font referenced in the document. |
See Also