Skip to main content

ASPxRichEditFontMappingRule(String, String) Constructor

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

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.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