Skip to main content
All docs
V26.1
  • NotFoundFontEventArgs(String, String, DXFontStyle) Constructor

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    Declaration

    public NotFoundFontEventArgs(
        string requestedFont,
        string actualFont,
        DXFontStyle requestedStyle = DXFontStyle.Regular
    )

    Parameters

    Name Type
    requestedFont String
    actualFont String

    Optional Parameters

    Name Type Default
    requestedStyle DXFontStyle Regular
    See Also