Skip to main content
All docs
V25.1
  • ASPxRichEditFontMappingRule(String, String) Constructor

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

    Namespace: DevExpress.Web.ASPxRichEdit

    Assembly: DevExpress.Web.ASPxRichEdit.v25.1.dll

    NuGet Package: DevExpress.Web.Office

    Declaration

    public ASPxRichEditFontMappingRule(
        string sourceFontFamily,
        string destinationFontName
    )

    Parameters

    Name Type Description
    sourceFontFamily String

    The source font family name.

    destinationFontName String

    The destination font name.

    See Also