Back to Devexpress

CompatibilitySettings.EnableOpenTypeFeatures Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-compatibilitysettings-48262448.md

latest1.7 KB
Original Source

CompatibilitySettings.EnableOpenTypeFeatures Property

Specifies whether to enable the OpenType font features (ligatures, contextual alternates, stylistic sets, number spacing, and number formatting).

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
bool EnableOpenTypeFeatures { get; set; }
vb
Property EnableOpenTypeFeatures As Boolean

Property Value

TypeDescription
Boolean

true , to enable OpenType font features; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableOpenTypeFeatures
Document

.CompatibilitySettings .EnableOpenTypeFeatures

|

See Also

CompatibilitySettings Interface

CompatibilitySettings Members

DevExpress.XtraRichEdit.API.Native Namespace