Back to Devexpress

ASPxRichEditFont(String, String, String, String, String, String) Constructor

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

latest2.3 KB
Original Source

ASPxRichEditFont(String, String, 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.2.dll

NuGet Package : DevExpress.Web.Office

Declaration

csharp
public ASPxRichEditFont(
    string name,
    string fontFamily,
    string regularFontUri,
    string boldFontUri,
    string italicFontUri,
    string boldItalicFontUri
)
vb
Public Sub New(
    name As String,
    fontFamily As String,
    regularFontUri As String,
    boldFontUri As String,
    italicFontUri As String,
    boldItalicFontUri As String
)

Parameters

NameTypeDescription
nameString

The font name.

| | fontFamily | String |

The font family.

| | 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

ASPxRichEditFont Class

ASPxRichEditFont Members

DevExpress.Web.ASPxRichEdit Namespace