CharacterPropertiesBase.ThemeFontEastAsia Property
Specifies the theme font for East Asian 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 ThemeFontEastAsia is not specified, the CharacterPropertiesBase.FontNameEastAsia property determines the theme font.