aspnetcore-js-devexpress-dot-richedit-b695a6b2.md
Declares a font’s settings.
export interface IFontSettings
See the Font Management topic to learn more about fonts in the Rich Text Editor.
Specifies the URI of a file that contains the font in bold.
boldFontUri?: string
| Type | Description |
|---|---|
| string |
The URI of a file.
|
Specifies the URI of a file that contains the font in the bold and italic style.
boldItalicFontUri?: string
| Type | Description |
|---|---|
| string |
The URI of a file.
|
Specifies the font family.
fontFamily: string
| Type | Description |
|---|---|
| string |
The font family.
|
The fontFamily property specifies how the font is rendered in the control and determines the font resources’ names if you add source files in the default font folder.
Specifies the URI of a file that contains the font in the italic style.
italicFontUri?: string
| Type | Description |
|---|---|
| string |
The URI of a file.
|
Specifies the font name.
name: string
| Type | Description |
|---|---|
| string |
The font name.
|
The name property specifies the font’s unique identifier and is displayed in the control UI (ribbon and dialogs).
Use the name property value when you specify a default mapping font (defaultFontName) or a destination font for a mapping rule (destinationFontName).
Specifies the URI of a file that contains the font in the regular style.
regularFontUri?: string
| Type | Description |
|---|---|
| string |
The URI of a file.
|
Specifies whether to download font source files from Google Fonts.
useGoogleFonts?: boolean
| Type | Description |
|---|---|
| boolean |
true to download source files from Google Fonts; otherwise, false.
|