Back to Devexpress

CharacterPropertiesBase.FontNameComplexScript Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-characterpropertiesbase-2bbbb653.md

latest1.6 KB
Original Source

CharacterPropertiesBase.FontNameComplexScript Property

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
string FontNameComplexScript { get; set; }
vb
Property FontNameComplexScript As String

Property Value

TypeDescription
String

A string value that is the font name.

|

Remarks

The FontNameComplexScript property specifies the font for characters in cs font slot.

The FontNameComplexScript property value is ignored if the ThemeFontComplexScript property is specified.

See Also

CharacterPropertiesBase Interface

CharacterPropertiesBase Members

DevExpress.XtraRichEdit.API.Native Namespace