Skip to main content
All docs
V26.1
  • FontsSettingsBuilder.AddDefaultFonts() Method

    Add default fonts to the RichEdit control.

    Namespace: DevExpress.AspNetCore.RichEdit

    Assembly: DevExpress.AspNetCore.RichEdit.v26.1.dll

    Declaration

    public FontsSettingsBuilder AddDefaultFonts()

    Returns

    Type Description
    FontsSettingsBuilder

    An object used to further configure RichEdit font settings.

    Remarks

    See Font Management for more information.

    See Also