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

RichEditControlCompatibility.DisableCJKFontsCorrection Property

Static property that switches off the vertical metrics correction introduced for CJK font support.

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

[DefaultValue(false)]
public static bool DisableCJKFontsCorrection { get; set; }

Property Value

Type Default Description
Boolean **false**

True, to disable CJK font correction; otherwise, false.

Remarks

When upgrading to version 16.1 and higher, you may notice that the paragraph vertical spacing becomes inadequate for certain documents. The DisableCJKFontsCorrection property addresses this issue.

Baseline to baseline distance may be increased up to 30% for certain fonts because of added support for CJK fonts. To disable the newly introduced CJK font metrics correction, set the DisableCJKFontsCorrection property to true.

See Also