Back to Devexpress

ASPxRichEditFont(String, String, Boolean) Constructor

aspnet-devexpress-dot-web-dot-aspxrichedit-dot-aspxricheditfont-dot-ctor-x28-system-dot-string-system-dot-string-system-dot-boolean-x29.md

latest1.6 KB
Original Source

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.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public ASPxRichEditFont(
    string name,
    string fontFamily,
    bool useGoogleFonts
)
vb
Public Sub New(
    name As String,
    fontFamily As String,
    useGoogleFonts As Boolean
)

Parameters

NameTypeDescription
nameString

The font name.

| | fontFamily | String |

The font family.

| | useGoogleFonts | Boolean |

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

|

See Also

ASPxRichEditFont Class

ASPxRichEditFont Members

DevExpress.Web.ASPxRichEdit Namespace