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.v24.2.dll
NuGet Package: DevExpress.Web.Office
#Declaration
public ASPxRichEditFont(
string name,
string fontFamily,
string regularFontUri,
string boldFontUri,
string italicFontUri,
string boldItalicFontUri
)
#Parameters
Name | Type | Description |
---|---|---|
name | String | The font name. |
font |
String | The font family. |
regular |
String | The URI of a file that contains the font in the regular style. |
bold |
String | The URI of a file that contains the font in bold. |
italic |
String | The URI of a file that contains the font in the italic style. |
bold |
String | The URI of a file that contains the font in the bold and italic style. |