CharacterPropertiesBase.ThemeFontAscii Property
Specifies theme font for Unicode (U+0000–U+007F) characters.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Property Value
Type | Description |
---|---|
Nullable<Theme |
One of the Theme |
Available values:
Name | Description |
---|---|
None | Specifies no theme font. |
Body |
The minor theme font for the Ascii characters. |
Headings |
The major theme font for Ascii characters. |
Body |
The minor theme font for High ANSI characters. |
Headings |
The major theme font for High ANSI characters. |
Body |
The minor theme font for Complex Script characters (right-to-left languages). |
Headings |
The major theme font for Complex Script characters (right-to-left languages). |
Body |
The minor theme font for East Asian characters. |
Headings |
The major theme font for East Asian characters. |
#Remarks
If the ThemeFontAscii is not specified, the CharacterPropertiesBase.FontNameAscii property determines the theme font.