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

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

    Namespace: DevExpress.Web.ASPxRichEdit

    Assembly: DevExpress.Web.ASPxRichEdit.v25.1.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