Skip to main content
All docs
V25.1
  • ASPxRichEditFont(String, String, Boolean, String, String, String, String) 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,
        string regularFontUri,
        string boldFontUri,
        string italicFontUri,
        string boldItalicFontUri
    )

    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.

    regularFontUri String

    The URI of a file that contains the font in the regular style.

    boldFontUri String

    The URI of a file that contains the font in bold.

    italicFontUri String

    The URI of a file that contains the font in the italic style.

    boldItalicFontUri String

    The URI of a file that contains the font in the bold and italic style.

    See Also