CharacterPropertiesBase.ThemeFontComplexScript Property
Specifies the theme font for the Complex Script characters (right-to-left languages).
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
The ThemeFontComplexScript property specifies the font for characters in cs font slot.
If the ThemeFontComplexScript is not specified, the CharacterPropertiesBase.FontNameComplexScript property determines the theme font.