Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CharacterPropertiesBase.ThemeFontComplexScript Property

Specifies the theme font for the Complex Script characters (right-to-left languages).

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

ThemeFont? ThemeFontComplexScript { get; set; }

Property Value

Type Description
Nullable<ThemeFont>

One of the ThemeFont enumeration values indicating the theme font name, or null for a mixture of values.

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.

See Also