Skip to main content

ASPxRichEditFont(String, String, Boolean) Constructor

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

Namespace: DevExpress.Web.ASPxRichEdit

Assembly: DevExpress.Web.ASPxRichEdit.v23.2.dll

NuGet Package: DevExpress.Web.Office

Declaration

public ASPxRichEditFont(
    string name,
    string fontFamily,
    bool useGoogleFonts
)

Parameters

Name Type Description
name String

The font name.

fontFamily String

The font family.

useGoogleFonts Boolean

true, to download the source files from Google Fonts; otherwise, false.

See Also